diff options
author | Martin Blumenstingl <martin.blumenstingl@googlemail.com> | 2018-03-26 23:17:47 +0200 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2018-04-18 10:24:34 -0700 |
commit | 55ef32249bb647c6b64adcf943918d302a0020a7 (patch) | |
tree | 4833eab3c933102c189fd7ffe5ac51466f209d49 /arch/arm64 | |
parent | b83687f359d9b4128073f06ab7a06489eb04aa7c (diff) | |
download | talos-op-linux-55ef32249bb647c6b64adcf943918d302a0020a7.tar.gz talos-op-linux-55ef32249bb647c6b64adcf943918d302a0020a7.zip |
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>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-gxl-s905x-nexbox-a95x.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-nexbox-a95x.dts b/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-nexbox-a95x.dts index 69c721a70e44..6739697be1de 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-nexbox-a95x.dts +++ b/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"; +}; |