Commit 23cd00ab2d8c39eaa15257efcba441939ea66fa8

Authored by Jagan Teki
Committed by Jagan Teki
1 parent 207f48345f

arm64: dts: sun50i: h5: Order nodes in alphabetic for orangepi-prime

Order sun50i-h5-orangepi-prime.dts nodes in alphabetic

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>

Showing 1 changed file with 8 additions and 8 deletions Side-by-side Diff

arch/arm/dts/sun50i-h5-orangepi-prime.dts
... ... @@ -72,6 +72,10 @@
72 72 };
73 73 };
74 74  
  75 +&ehci1 {
  76 + status = "okay";
  77 +};
  78 +
75 79 &mmc0 {
76 80 compatible = "allwinner,sun50i-h5-mmc",
77 81 "allwinner,sun50i-a64-mmc",
... ... @@ -85,6 +89,10 @@
85 89 status = "okay";
86 90 };
87 91  
  92 +&ohci1 {
  93 + status = "okay";
  94 +};
  95 +
88 96 &uart0 {
89 97 pinctrl-names = "default";
90 98 pinctrl-0 = <&uart0_pins_a>;
... ... @@ -92,14 +100,6 @@
92 100 };
93 101  
94 102 &usbphy {
95   - status = "okay";
96   -};
97   -
98   -&ohci1 {
99   - status = "okay";
100   -};
101   -
102   -&ehci1 {
103 103 status = "okay";
104 104 };