Эх сурвалжийг харах

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 жил өмнө
parent
commit
55ef32249b

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

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