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: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
This commit is contained in:
Chen-Yu Tsai 2017-05-25 15:31:33 +08:00 committed by Maxime Ripard
parent beea147ecd
commit 0ac409a6ca
1 changed files with 5 additions and 5 deletions

View File

@ -174,11 +174,6 @@ &reg_ahci_5v {
status = "okay";
};
&usb_otg {
dr_mode = "otg";
status = "okay";
};
#include "axp209.dtsi"
&reg_dcdc2 {
@ -220,6 +215,11 @@ &uart0 {
status = "okay";
};
&usb_otg {
dr_mode = "otg";
status = "okay";
};
&usbphy {
pinctrl-names = "default";
pinctrl-0 = <&usb0_id_detect_pin>;