diff options
| author | Jagan Teki <[email protected]> | 2017-11-29 13:14:23 +0530 |
|---|---|---|
| committer | Jagan Teki <[email protected]> | 2017-12-19 16:26:21 +0530 |
| commit | 23cd00ab2d8c39eaa15257efcba441939ea66fa8 (patch) | |
| tree | 414be67c860e270e22057a7eb5941456119f294e | |
| parent | 207f48345fa95afb16c52242af6ace70bf1c6bc9 (diff) | |
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 <[email protected]>
Acked-by: Maxime Ripard <[email protected]>
| -rw-r--r-- | arch/arm/dts/sun50i-h5-orangepi-prime.dts | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/arch/arm/dts/sun50i-h5-orangepi-prime.dts b/arch/arm/dts/sun50i-h5-orangepi-prime.dts index 67eade7debb..d4577dfae15 100644 --- a/arch/arm/dts/sun50i-h5-orangepi-prime.dts +++ b/arch/arm/dts/sun50i-h5-orangepi-prime.dts @@ -72,6 +72,10 @@ }; }; +&ehci1 { + status = "okay"; +}; + &mmc0 { compatible = "allwinner,sun50i-h5-mmc", "allwinner,sun50i-a64-mmc", @@ -85,6 +89,10 @@ status = "okay"; }; +&ohci1 { + status = "okay"; +}; + &uart0 { pinctrl-names = "default"; pinctrl-0 = <&uart0_pins_a>; @@ -94,11 +102,3 @@ &usbphy { status = "okay"; }; - -&ohci1 { - status = "okay"; -}; - -&ehci1 { - status = "okay"; -}; |
