]> git.proxmox.com Git - mirror_ubuntu-bionic-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)
committerStefan Bader <stefan.bader@canonical.com>
Mon, 1 Oct 2018 12:57:36 +0000 (14:57 +0200)
BugLink: http://bugs.launchpad.net/bugs/1794889
[ Upstream commit 55ef32249bb647c6b64adcf943918d302a0020a7 ]

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>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
arch/arm64/boot/dts/amlogic/meson-gxl-s905x-nexbox-a95x.dts

index 271f1427918089481687f5e3f5f0b296111caa62..0fdebcc698a66e8598ed215057e6875b046a79c8 100644 (file)
        pinctrl-0 = <&uart_ao_a_pins>;
        pinctrl-names = "default";
 };
+
+&usb0 {
+       status = "okay";
+};