diff options
author | Maxime Ripard <maxime.ripard@bootlin.com> | 2019-03-25 16:52:54 +0300 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@bootlin.com> | 2019-03-26 21:53:26 +0300 |
commit | 88a20adde5f63407a40fe6907766d9c1ddc8b173 (patch) | |
tree | 7ef7ff6bcc077bc89040590b719209723a3e2ad0 /arch/arm/boot | |
parent | a4dc791974e568a15f7f37131729b1a6912f4811 (diff) | |
download | linux-88a20adde5f63407a40fe6907766d9c1ddc8b173.tar.xz |
ARM: dts: sun8i: h3: 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')
-rw-r--r-- | arch/arm/boot/dts/sunxi-h3-h5.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sunxi-h3-h5.dtsi b/arch/arm/boot/dts/sunxi-h3-h5.dtsi index 8a79d3b04069..3b18fd71efc1 100644 --- a/arch/arm/boot/dts/sunxi-h3-h5.dtsi +++ b/arch/arm/boot/dts/sunxi-h3-h5.dtsi @@ -242,6 +242,7 @@ phys = <&usbphy 0>; phy-names = "usb"; extcon = <&usbphy 0>; + dr_mode = "otg"; status = "disabled"; }; |