diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2019-03-15 14:49:09 +0100 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2019-03-18 09:07:15 -0700 |
commit | e5e4df2dccec7b59ce98604c02e807021a4c7850 (patch) | |
tree | 61ee19cc34bbe8d42c20dd7361349748e7b7dcda /arch/arm64/boot/dts/amlogic | |
parent | 965c827ac37e71f76d3ac55c75ac08909f2a4eed (diff) | |
download | linux-e5e4df2dccec7b59ce98604c02e807021a4c7850.tar.gz linux-e5e4df2dccec7b59ce98604c02e807021a4c7850.tar.bz2 linux-e5e4df2dccec7b59ce98604c02e807021a4c7850.zip |
arm64: dts: meson-gxm-nexbox-a1: Enable USB
Enable USB on the Nexbox A1 STB
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm64/boot/dts/amlogic')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-gxm-nexbox-a1.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxm-nexbox-a1.dts b/arch/arm64/boot/dts/amlogic/meson-gxm-nexbox-a1.dts index 8acfd40090d2..25f3b6b14043 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxm-nexbox-a1.dts +++ b/arch/arm64/boot/dts/amlogic/meson-gxm-nexbox-a1.dts @@ -178,3 +178,7 @@ pinctrl-0 = <&uart_ao_a_pins>; pinctrl-names = "default"; }; + +&usb0 { + status = "okay"; +}; |