Browse Source

ARM64: dts: meson-gx-p23x-q20x: enable the USB controller

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>
Martin Blumenstingl 7 years ago
parent
commit
972cd12a02
1 changed files with 4 additions and 0 deletions
  1. 4 0
      arch/arm64/boot/dts/amlogic/meson-gx-p23x-q20x.dtsi

+ 4 - 0
arch/arm64/boot/dts/amlogic/meson-gx-p23x-q20x.dtsi

@@ -212,3 +212,7 @@
 	pinctrl-0 = <&uart_ao_a_pins>;
 	pinctrl-names = "default";
 };
+
+&usb0 {
+	status = "okay";
+};