diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2019-03-25 11:14:53 +0100 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2019-04-15 17:33:32 -0700 |
commit | 45b72126022923ebdcd9f9b58af1ff47f73452fa (patch) | |
tree | 4a1dfea6f44ec393e310f705cdc6476969bdf0c8 /arch/arm64/boot/dts/amlogic/meson-g12a-x96-max.dts | |
parent | 8ad7624453cf1c6788b726e51727a2c7c4f7abd3 (diff) |
arm64: dts: meson-g12a-x96-max: Enable USB
Enable the USB2 and USB3 Host ports on the X96 Max Set-Top-Box.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm64/boot/dts/amlogic/meson-g12a-x96-max.dts')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-g12a-x96-max.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-g12a-x96-max.dts b/arch/arm64/boot/dts/amlogic/meson-g12a-x96-max.dts index 0a6919523ba9..b5b88262c06a 100644 --- a/arch/arm64/boot/dts/amlogic/meson-g12a-x96-max.dts +++ b/arch/arm64/boot/dts/amlogic/meson-g12a-x96-max.dts @@ -107,3 +107,8 @@ pinctrl-0 = <&uart_ao_a_pins>; pinctrl-names = "default"; }; + +&usb { + status = "okay"; + dr_mode = "host"; +}; |