diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2019-08-23 11:04:18 +0200 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2019-08-29 16:17:41 -0700 |
commit | 24fe3e989ee2e787350c899aa310c879ffea2c18 (patch) | |
tree | 8196eb3fe77da5106598c7b57762d916a08f6958 /arch/arm64/boot/dts/amlogic | |
parent | 96a386b6ed1e1abc5450b1e933bfa11d076aaea5 (diff) | |
download | linux-24fe3e989ee2e787350c899aa310c879ffea2c18.tar.bz2 |
arm64: dts: meson-sm1-sei610: add USB support
Add the USB properties for the Amlogic SM1 Based SEI610 Board in order to
support the USB DRD Type-C port and the USB3 Type A port.
The USB DRD Type-C controller uses the ID signal to toggle the USB role
between the DWC3 Host controller and the DWC2 Device controller.
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')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts b/arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts index 302107666fa4..264691601036 100644 --- a/arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts +++ b/arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts @@ -321,3 +321,8 @@ pinctrl-0 = <&uart_ao_a_pins>; pinctrl-names = "default"; }; + +&usb { + status = "okay"; + dr_mode = "otg"; +}; |