OSDN Git Service

ARM64: dts: meson-gxbb-odroidc2: fix usb1 power supply
authorNeil Armstrong <narmstrong@baylibre.com>
Thu, 19 Oct 2017 10:31:09 +0000 (12:31 +0200)
committerKevin Hilman <khilman@baylibre.com>
Sun, 29 Oct 2017 15:43:00 +0000 (08:43 -0700)
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: 5a0803bd5ae2 ("ARM64: dts: meson-gxbb-odroidc2: Enable USB Nodes")
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts

index 1deaa53..2e5ed59 100644 (file)
 
 &usb1_phy {
        status = "okay";
+       phy-supply = <&usb_otg_pwr>;
 };
 
 &usb0 {