[PATCH 6/6] ARM: dts: imx6qdl-samx6i: cosmetic partition cleanup

Marco Felsch m.felsch at pengutronix.de
Mon Jan 18 15:29:22 EST 2021


The reg property is always the first property and the label is the
following. No functional changes.

Signed-off-by: Marco Felsch <m.felsch at pengutronix.de>
---
 arch/arm/dts/imx6qdl-smarc-samx6i.dtsi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/arm/dts/imx6qdl-smarc-samx6i.dtsi b/arch/arm/dts/imx6qdl-smarc-samx6i.dtsi
index 197b5cbf8b..504cd06de1 100644
--- a/arch/arm/dts/imx6qdl-smarc-samx6i.dtsi
+++ b/arch/arm/dts/imx6qdl-smarc-samx6i.dtsi
@@ -42,18 +42,18 @@
 	#size-cells = <1>;
 
 	partition at 0 {
+		reg = <0x0 0x0c0000>;
 		label = "bootloader";
-		reg = <0x000000 0x0c0000>;
 	};
 
 	flash_bareboxenv: partition at c0000 {
-		label = "environment";
 		reg = <0x0c0000 0x010000>;
+		label = "environment";
 	};
 
 	partition at d0000 {
-		label = "user";
 		reg = <0x0d0000 0x130000>;
+		label = "user";
 	};
 };
 
-- 
2.20.1




More information about the barebox mailing list