arm64: dts: allwinner: a64: 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>
This commit is contained in:
Maxime Ripard 2019-03-25 14:52:55 +01:00
parent 54eac67bbe
commit 0973c06bb8
No known key found for this signature in database
GPG key ID: E3EF0D6F671851C5

View file

@ -497,6 +497,7 @@ usb_otg: usb@1c19000 {
phys = <&usbphy 0>;
phy-names = "usb";
extcon = <&usbphy 0>;
dr_mode = "otg";
status = "disabled";
};