arm64: dts: meson-g12a-u200: Enable USB
authorNeil Armstrong <narmstrong@baylibre.com>
Mon, 25 Mar 2019 10:14:52 +0000 (11:14 +0100)
committerKevin Hilman <khilman@baylibre.com>
Tue, 16 Apr 2019 00:33:32 +0000 (17:33 -0700)
Enable the USB2 OTG and USB3 Host ports on the S905D2 Reference Design.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Acked-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm64/boot/dts/amlogic/meson-g12a-u200.dts

index c69328d163337c60e278e74796a63d19c7f60f13..2240e365af27ecef76f2fda73bd20461006e2586 100644 (file)
        pinctrl-names = "default";
 };
 
+&usb {
+       status = "okay";
+       vbus-supply = <&usb_pwr_en>;
+};
+
+&usb2_phy0 {
+       phy-supply = <&vcc_5v>;
+};
+
+&usb2_phy1 {
+       phy-supply = <&vcc_5v>;
+};