Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0ac409a6 authored by Chen-Yu Tsai's avatar Chen-Yu Tsai Committed by Maxime Ripard
Browse files

ARM: sun7i: a20: cubieboard2: Move usb_otg node for alphabetical ordering



We want to keep node references in alphabetical order, except for
instances where node must be #included first.

Move the usb_otg node reference so that all references to non-AXP209
device nodes are in alphabetical order.

Signed-off-by: default avatarChen-Yu Tsai <wens@csie.org>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent beea147e
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -174,11 +174,6 @@
	status = "okay";
};

&usb_otg {
	dr_mode = "otg";
	status = "okay";
};

#include "axp209.dtsi"

&reg_dcdc2 {
@@ -220,6 +215,11 @@
	status = "okay";
};

&usb_otg {
	dr_mode = "otg";
	status = "okay";
};

&usbphy {
	pinctrl-names = "default";
	pinctrl-0 = <&usb0_id_detect_pin>;