diff options
author | Maxime Ripard <[email protected]> | 2019-03-25 14:52:54 +0100 |
---|---|---|
committer | Maxime Ripard <[email protected]> | 2019-03-26 19:53:26 +0100 |
commit | 88a20adde5f63407a40fe6907766d9c1ddc8b173 (patch) | |
tree | 7ef7ff6bcc077bc89040590b719209723a3e2ad0 | |
parent | a4dc791974e568a15f7f37131729b1a6912f4811 (diff) |
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 <[email protected]>
Signed-off-by: Maxime Ripard <[email protected]>
-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"; }; |