OSDN Git Service

ARM64: dts: meson-gx-p23x-q20x: enable the USB controller
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Mon, 26 Mar 2018 21:17:45 +0000 (23:17 +0200)
committerKevin Hilman <khilman@baylibre.com>
Wed, 18 Apr 2018 17:24:34 +0000 (10:24 -0700)
All S905D (GXL) and S912 (GXM) reference boards (namely these are
P230, P231, Q200 and Q201) provide USB connectors.
This enables the USB controller on these boards to make the USB ports
actually usable.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm64/boot/dts/amlogic/meson-gx-p23x-q20x.dtsi

index 4eef36b..88e712e 100644 (file)
        pinctrl-0 = <&uart_ao_a_pins>;
        pinctrl-names = "default";
 };
+
+&usb0 {
+       status = "okay";
+};