ARM: dts: sun8i-a83t-tbs-a711: Drop superfluous dr_mode
authorOndrej Jirman <megous@megous.com>
Sat, 22 Feb 2020 22:31:54 +0000 (23:31 +0100)
committerMaxime Ripard <maxime@cerno.tech>
Mon, 24 Feb 2020 09:32:16 +0000 (10:32 +0100)
Property dr_mode = "otg" is the default in sun8i-a83t.dtsi

Signed-off-by: Ondrej Jirman <megous@megous.com>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts

index 2fd31a0..4ab4568 100644 (file)
 };
 
 &usb_otg {
-       dr_mode = "otg";
        status = "okay";
 };