From: Marcel Ziswiler Date: Sat, 9 Oct 2021 20:41:06 +0000 (+0200) Subject: arm64: dts: imx8mm-verdin-u-boot.dtsi: alphabetically re-order X-Git-Tag: v2022.01~76^2~37 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=088eb75407f9f86d01ae3d7745931c1c44847251;p=platform%2Fkernel%2Fu-boot.git arm64: dts: imx8mm-verdin-u-boot.dtsi: alphabetically re-order Alphabetically re-order nodes and properties. Signed-off-by: Marcel Ziswiler --- diff --git a/arch/arm/dts/imx8mm-verdin-u-boot.dtsi b/arch/arm/dts/imx8mm-verdin-u-boot.dtsi index a97626f..1fc4998 100644 --- a/arch/arm/dts/imx8mm-verdin-u-boot.dtsi +++ b/arch/arm/dts/imx8mm-verdin-u-boot.dtsi @@ -15,11 +15,19 @@ wdt-reboot { compatible = "wdt-reboot"; - wdt = <&wdog1>; u-boot,dm-spl; + wdt = <&wdog1>; }; }; +&{/soc@0/bus@30800000/i2c@30a20000/pmic} { + u-boot,dm-spl; +}; + +&{/soc@0/bus@30800000/i2c@30a20000/pmic/regulators} { + u-boot,dm-spl; +}; + &gpio1 { u-boot,dm-spl; }; @@ -64,14 +72,6 @@ u-boot,dm-spl; }; -&{/soc@0/bus@30800000/i2c@30a20000/pmic} { - u-boot,dm-spl; -}; - -&{/soc@0/bus@30800000/i2c@30a20000/pmic/regulators} { - u-boot,dm-spl; -}; - &uart1 { u-boot,dm-spl; };