From: Marcel Ziswiler <marcel.ziswi...@toradex.com>

Alphabetically re-order properties.

Signed-off-by: Marcel Ziswiler <marcel.ziswi...@toradex.com>
---

 arch/arm/dts/imx8mm-binman.dtsi | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

diff --git a/arch/arm/dts/imx8mm-binman.dtsi b/arch/arm/dts/imx8mm-binman.dtsi
index 2d98c1ef577..b7ab8d19934 100644
--- a/arch/arm/dts/imx8mm-binman.dtsi
+++ b/arch/arm/dts/imx8mm-binman.dtsi
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0+
+// SPDX-License-Identifier: GPL-2.0+ OR MIT
 /*
  * Copyright 2021 Toradex
  */
@@ -11,10 +11,10 @@
 
 &binman {
        u-boot-spl-ddr {
+               align = <4>;
+               align-size = <4>;
                filename = "u-boot-spl-ddr.bin";
                pad-byte = <0xff>;
-               align-size = <4>;
-               align = <4>;
 
                u-boot-spl {
                        align-end = <4>;
@@ -58,16 +58,16 @@
 
                fit {
                        description = "Configuration to load ATF before U-Boot";
-                       #address-cells = <1>;
                        fit,external-offset = <CONFIG_FIT_EXTERNAL_OFFSET>;
+                       #address-cells = <1>;
 
                        images {
                                uboot {
-                                       description = "U-Boot (64-bit)";
-                                       type = "standalone";
                                        arch = "arm64";
                                        compression = "none";
+                                       description = "U-Boot (64-bit)";
                                        load = <CONFIG_SYS_TEXT_BASE>;
+                                       type = "standalone";
 
                                        uboot_blob: blob-ext {
                                                filename = "u-boot-nodtb.bin";
@@ -75,12 +75,12 @@
                                };
 
                                atf {
-                                       description = "ARM Trusted Firmware";
-                                       type = "firmware";
                                        arch = "arm64";
                                        compression = "none";
-                                       load = <0x920000>;
+                                       description = "ARM Trusted Firmware";
                                        entry = <0x920000>;
+                                       load = <0x920000>;
+                                       type = "firmware";
 
                                        atf_blob: blob-ext {
                                                filename = "bl31.bin";
@@ -88,17 +88,17 @@
                                };
 
                                binman_fip: fip {
-                                       description = "Trusted Firmware FIP";
-                                       type = "firmware";
                                        arch = "arm64";
                                        compression = "none";
+                                       description = "Trusted Firmware FIP";
                                        load = <0x40310000>;
+                                       type = "firmware";
                                };
 
                                fdt {
+                                       compression = "none";
                                        description = "NAME";
                                        type = "flat_dt";
-                                       compression = "none";
 
                                        uboot_fdt_blob: blob-ext {
                                                filename = "u-boot.dtb";
@@ -111,9 +111,9 @@
 
                                binman_configuration: conf {
                                        description = "NAME";
+                                       fdt = "fdt";
                                        firmware = "uboot";
                                        loadables = "atf";
-                                       fdt = "fdt";
                                };
                        };
                };
@@ -124,13 +124,13 @@
                pad-byte = <0x00>;
 
                spl: blob-ext@1 {
-                       offset = <0x0>;
                        filename = "spl.bin";
+                       offset = <0x0>;
                };
 
                binman_uboot: blob-ext@2 {
-                       offset = <0x57c00>;
                        filename = "u-boot.itb";
+                       offset = <0x57c00>;
                };
        };
 };
-- 
2.26.2

Reply via email to