diff options
author | Martin Blumenstingl <martin.blumenstingl@googlemail.com> | 2020-03-26 14:45:02 +0100 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2020-04-29 11:17:01 -0700 |
commit | 2f9139c2609fd7166a465c8a60474aa96d6290ac (patch) | |
tree | 57ae1ed0725334e4ddbc2696a12cfd059d4b02ba /arch/arm64/boot/dts/amlogic/meson-gxm-nexbox-a1.dts | |
parent | 8f3d9f354286745c751374f5f1fcafee6b3f3136 (diff) |
arm64: dts: amlogic: use the new USB control driver for GXL and GXM
Add the correcly architectured USB Glue node and adapt all the Amlogic
GXL and GXM board to the new organization.
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Link: https://lore.kernel.org/r/20200326134507.4808-11-narmstrong@baylibre.com
Diffstat (limited to 'arch/arm64/boot/dts/amlogic/meson-gxm-nexbox-a1.dts')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-gxm-nexbox-a1.dts | 3 |
1 files changed, 2 insertions, 1 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 c2bd4dbbf38c..83eca3af44ce 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxm-nexbox-a1.dts +++ b/arch/arm64/boot/dts/amlogic/meson-gxm-nexbox-a1.dts @@ -179,6 +179,7 @@ pinctrl-names = "default"; }; -&usb0 { +&usb { status = "okay"; + dr_mode = "host"; }; |