arm64: dts: imx8mq-u-boot.dtsi: alphabetically re-order properties
authorPatrick Wildt <patrick@blueri.se>
Thu, 13 Jan 2022 14:21:24 +0000 (15:21 +0100)
committerStefano Babic <sbabic@denx.de>
Sat, 5 Feb 2022 14:49:01 +0000 (15:49 +0100)
Alphabetically re-order properties.

Signed-off-by: Patrick Wildt <patrick@blueri.se>
Reviewed-by: Fabio Estevam <festevam@denx.de>
arch/arm/dts/imx8mq-u-boot.dtsi

index 8a6075c..d8208ae 100644 (file)
 
 &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>;
 
                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";
                                };
 
                                atf {
-                                       description = "ARM Trusted Firmware";
-                                       type = "firmware";
                                        arch = "arm64";
                                        compression = "none";
-                                       load = <0x910000>;
+                                       description = "ARM Trusted Firmware";
                                        entry = <0x910000>;
+                                       load = <0x910000>;
+                                       type = "firmware";
 
                                        atf_blob: blob-ext {
                                                filename = "bl31.bin";
@@ -99,9 +99,9 @@
                                };
 
                                fdt {
+                                       compression = "none";
                                        description = "NAME";
                                        type = "flat_dt";
-                                       compression = "none";
 
                                        uboot_fdt_blob: blob-ext {
                                                filename = "u-boot.dtb";
 
                                conf {
                                        description = "NAME";
+                                       fdt = "fdt";
                                        firmware = "uboot";
                                        loadables = "atf";
-                                       fdt = "fdt";
                                };
                        };
                };
                pad-byte = <0x00>;
 
                spl: blob-ext@1 {
-                       offset = <0x0>;
                        filename = "spl.bin";
+                       offset = <0x0>;
                };
 
                uboot: blob-ext@2 {
-                       offset = <0x57c00>;
                        filename = "u-boot.itb";
+                       offset = <0x57c00>;
                };
        };
 };