]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: sun7i: a20: cubieboard2: Move usb_otg node for alphabetical ordering
authorChen-Yu Tsai <wens@csie.org>
Thu, 25 May 2017 07:31:33 +0000 (15:31 +0800)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Mon, 29 May 2017 06:51:20 +0000 (08:51 +0200)
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: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/boot/dts/sun7i-a20-cubieboard2.dts

index 7ac5bcc9f972b652773b97307bc690e166a15b09..c21edd75d0b3818630e83e51b98d9dd94b6ab886 100644 (file)
        status = "okay";
 };
 
-&usb_otg {
-       dr_mode = "otg";
-       status = "okay";
-};
-
 #include "axp209.dtsi"
 
 &reg_dcdc2 {
        status = "okay";
 };
 
+&usb_otg {
+       dr_mode = "otg";
+       status = "okay";
+};
+
 &usbphy {
        pinctrl-names = "default";
        pinctrl-0 = <&usb0_id_detect_pin>;