]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
ARM64: dts: meson-gxl-nexbox-a95x: enable the USB controller
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Mon, 26 Mar 2018 21:17:47 +0000 (23:17 +0200)
committerKevin Hilman <khilman@baylibre.com>
Wed, 18 Apr 2018 17:24:34 +0000 (10:24 -0700)
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>
arch/arm64/boot/dts/amlogic/meson-gxl-s905x-nexbox-a95x.dts

index 69c721a70e44b7c377040c2428833fc141f0ddf0..6739697be1defd72693e1e867c172a85cfe643ba 100644 (file)
        pinctrl-0 = <&uart_ao_a_pins>;
        pinctrl-names = "default";
 };
+
+&usb0 {
+       status = "okay";
+};