Browse Source

ARM64: dts: meson-gxl-nexbox-a95x: enable the USB controller

The Nexbox A95X provides two USB ports. Enable the SoC's USB controller
on this board to make these USB ports 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
55ef32249b
1 changed files with 4 additions and 0 deletions
  1. 4 0
      arch/arm64/boot/dts/amlogic/meson-gxl-s905x-nexbox-a95x.dts

+ 4 - 0
arch/arm64/boot/dts/amlogic/meson-gxl-s905x-nexbox-a95x.dts

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