ARM64: dts: meson-gxbb-odroidc2: fix usb1 power supply

Looking at the schematics, the USB Power Supply is shared between the
two USB interfaces,
If the usb0 fails to initialize, the second one won't have power.

Fixes: 5a0803bd5a ("ARM64: dts: meson-gxbb-odroidc2: Enable USB Nodes")
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
This commit is contained in:
Neil Armstrong 2017-10-19 12:31:09 +02:00 committed by Kevin Hilman
parent 9d59b70850
commit e841ec956e

View file

@ -301,6 +301,7 @@ &usb0_phy {
&usb1_phy {
status = "okay";
phy-supply = <&usb_otg_pwr>;
};
&usb0 {