diff options
author | Maxime Ripard <maxime.ripard@bootlin.com> | 2019-03-25 14:52:53 +0100 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@bootlin.com> | 2019-03-25 21:28:16 +0100 |
commit | d4fe5b1507dfe0c11cb148712e509db49e7a2571 (patch) | |
tree | dc7be6683e8e3796ae1db2151dd52aa46f72dede /arch/arm/boot/dts/sun8i-a23-a33.dtsi | |
parent | 1b97cf4987fb2e3242880d460a530eaccd8c4759 (diff) | |
download | blackbird-op-linux-d4fe5b1507dfe0c11cb148712e509db49e7a2571.tar.gz blackbird-op-linux-d4fe5b1507dfe0c11cb148712e509db49e7a2571.zip |
ARM: dts: sunxi: Add default dr_mode
The USB OTG binding we have mandates to have a dr_mode property, yet not
all boards are setting it.
Since the generic otg binding states that the default mode should be the
OTG mode, let's use that one in our DTSI.
Acked-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Diffstat (limited to 'arch/arm/boot/dts/sun8i-a23-a33.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sun8i-a23-a33.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun8i-a23-a33.dtsi b/arch/arm/boot/dts/sun8i-a23-a33.dtsi index 6d43e06d8cc5..a0247b4b5a1e 100644 --- a/arch/arm/boot/dts/sun8i-a23-a33.dtsi +++ b/arch/arm/boot/dts/sun8i-a23-a33.dtsi @@ -277,6 +277,7 @@ phys = <&usbphy 0>; phy-names = "usb"; extcon = <&usbphy 0>; + dr_mode = "otg"; status = "disabled"; }; |