[PATCH v6 04/11] arm64: dts: imx8mm-verdin-u-boot.dtsi: alphabetically re-order
Marcel Ziswiler
marcel at ziswiler.com
Sat Oct 9 22:41:06 CEST 2021
From: Marcel Ziswiler <marcel.ziswiler at toradex.com>
Alphabetically re-order nodes and properties.
Signed-off-by: Marcel Ziswiler <marcel.ziswiler at toradex.com>
---
Changes in v6:
- New patch.
arch/arm/dts/imx8mm-verdin-u-boot.dtsi | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/arch/arm/dts/imx8mm-verdin-u-boot.dtsi b/arch/arm/dts/imx8mm-verdin-u-boot.dtsi
index a97626fa0c1..1fc499806db 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 at 0/bus at 30800000/i2c at 30a20000/pmic} {
+ u-boot,dm-spl;
+};
+
+&{/soc at 0/bus at 30800000/i2c at 30a20000/pmic/regulators} {
+ u-boot,dm-spl;
+};
+
&gpio1 {
u-boot,dm-spl;
};
@@ -64,14 +72,6 @@
u-boot,dm-spl;
};
-&{/soc at 0/bus at 30800000/i2c at 30a20000/pmic} {
- u-boot,dm-spl;
-};
-
-&{/soc at 0/bus at 30800000/i2c at 30a20000/pmic/regulators} {
- u-boot,dm-spl;
-};
-
&uart1 {
u-boot,dm-spl;
};
--
2.26.2
More information about the U-Boot
mailing list