Fix the indentation on the template. This is done in a separate patch
so that it is easier to review.

Signed-off-by: Simon Glass <s...@chromium.org>
---

 arch/arm/dts/rockchip-u-boot.dtsi | 178 +++++++++++++++---------------
 1 file changed, 89 insertions(+), 89 deletions(-)

diff --git a/arch/arm/dts/rockchip-u-boot.dtsi 
b/arch/arm/dts/rockchip-u-boot.dtsi
index 8418635ed84..4cf7c49a74c 100644
--- a/arch/arm/dts/rockchip-u-boot.dtsi
+++ b/arch/arm/dts/rockchip-u-boot.dtsi
@@ -33,121 +33,121 @@
 &binman {
 #ifdef HAS_FIT
        common_part: template-1 {
-                       type = "fit";
+               type = "fit";
 #ifdef CONFIG_ARM64
-                       description = "FIT image for U-Boot with bl31 (TF-A)";
+               description = "FIT image for U-Boot with bl31 (TF-A)";
 #else
-                       description = "FIT image with OP-TEE";
+               description = "FIT image with OP-TEE";
 #endif
-                       #address-cells = <1>;
-                       fit,fdt-list = "of-list";
-                       filename = "u-boot.itb";
-                       fit,external-offset = <CONFIG_FIT_EXTERNAL_OFFSET>;
-                       fit,align = <512>;
-                       images {
-                               u-boot {
-                                       description = "U-Boot";
-                                       type = "standalone";
-                                       os = "U-Boot";
-                                       arch = ARCH;
-                                       compression = COMP;
-                                       load = <CONFIG_TEXT_BASE>;
-                                       entry = <CONFIG_TEXT_BASE>;
-                                       u-boot-nodtb {
+               #address-cells = <1>;
+               fit,fdt-list = "of-list";
+               filename = "u-boot.itb";
+               fit,external-offset = <CONFIG_FIT_EXTERNAL_OFFSET>;
+               fit,align = <512>;
+               images {
+                       u-boot {
+                               description = "U-Boot";
+                               type = "standalone";
+                               os = "U-Boot";
+                               arch = ARCH;
+                               compression = COMP;
+                               load = <CONFIG_TEXT_BASE>;
+                               entry = <CONFIG_TEXT_BASE>;
+                               u-boot-nodtb {
                                        compress = COMP;
-                                       };
+                               };
 #ifdef CONFIG_SPL_FIT_SIGNATURE
-                                       hash {
-                                               algo = "sha256";
-                                       };
-#endif
+                               hash {
+                                       algo = "sha256";
                                };
+#endif
+                       };
 
 #ifdef CONFIG_ARM64
-                               @atf-SEQ {
-                                       fit,operation = "split-elf";
-                                       description = "ARM Trusted Firmware";
-                                       type = "firmware";
-                                       arch = ARCH;
-                                       os = "arm-trusted-firmware";
-                                       compression = "none";
-                                       fit,load;
-                                       fit,entry;
-                                       fit,data;
-
-                                       atf-bl31 {
-                                       };
+                       @atf-SEQ {
+                               fit,operation = "split-elf";
+                               description = "ARM Trusted Firmware";
+                               type = "firmware";
+                               arch = ARCH;
+                               os = "arm-trusted-firmware";
+                               compression = "none";
+                               fit,load;
+                               fit,entry;
+                               fit,data;
+
+                               atf-bl31 {
+                               };
 #ifdef CONFIG_SPL_FIT_SIGNATURE
-                                       hash {
-                                               algo = "sha256";
-                                       };
+                               hash {
+                                       algo = "sha256";
+                               };
 #endif
+                       };
+                       @tee-SEQ {
+                               fit,operation = "split-elf";
+                               description = "TEE";
+                               type = "tee";
+                               arch = ARCH;
+                               os = "tee";
+                               compression = "none";
+                               fit,load;
+                               fit,entry;
+                               fit,data;
+
+                               tee-os {
+                                       optional;
                                };
-                               @tee-SEQ {
-                                       fit,operation = "split-elf";
-                                       description = "TEE";
-                                       type = "tee";
-                                       arch = ARCH;
-                                       os = "tee";
-                                       compression = "none";
-                                       fit,load;
-                                       fit,entry;
-                                       fit,data;
-
-                                       tee-os {
-                                               optional;
-                                       };
 #ifdef CONFIG_SPL_FIT_SIGNATURE
-                                       hash {
-                                               algo = "sha256";
-                                       };
-#endif
+                               hash {
+                                       algo = "sha256";
                                };
+#endif
+                       };
 #else /* !CONFIG_ARM64 */
-                               op-tee {
-                                       description = "OP-TEE";
-                                       type = "tee";
-                                       arch = ARCH;
-                                       os = "tee";
-                                       compression = "none";
-                                       load = <(CFG_SYS_SDRAM_BASE + 
0x8400000)>;
-                                       entry = <(CFG_SYS_SDRAM_BASE + 
0x8400000)>;
-
-                                       tee-os {
-                                       };
+                       op-tee {
+                               description = "OP-TEE";
+                               type = "tee";
+                               arch = ARCH;
+                               os = "tee";
+                               compression = "none";
+                               load = <(CFG_SYS_SDRAM_BASE + 0x8400000)>;
+                               entry = <(CFG_SYS_SDRAM_BASE + 0x8400000)>;
+
+                               tee-os {
+                               };
 #ifdef CONFIG_SPL_FIT_SIGNATURE
-                                       hash {
-                                               algo = "sha256";
-                                       };
-#endif
+                               hash {
+                                       algo = "sha256";
                                };
+#endif
+                       };
 #endif /* CONFIG_ARM64 */
 
-                               @fdt-SEQ {
-                                       description = "fdt-NAME";
-                                       compression = "none";
-                                       type = "flat_dt";
+                       @fdt-SEQ {
+                               description = "fdt-NAME";
+                               compression = "none";
+                               type = "flat_dt";
 #ifdef CONFIG_SPL_FIT_SIGNATURE
-                                       hash {
-                                               algo = "sha256";
-                                       };
-#endif
+                               hash {
+                                       algo = "sha256";
                                };
+#endif
                        };
+               };
 
-                       configurations {
-                               default = "@config-DEFAULT-SEQ";
-                               @config-SEQ {
-                                       description = "NAME.dtb";
-                                       fdt = "fdt-SEQ";
+               configurations {
+                       default = "@config-DEFAULT-SEQ";
+                       @config-SEQ {
+                               description = "NAME.dtb";
+                               fdt = "fdt-SEQ";
 #ifdef CONFIG_ARM64
-                                       fit,firmware = "atf-1", "u-boot";
+                               fit,firmware = "atf-1", "u-boot";
 #else
-                                       fit,firmware = "op-tee", "u-boot";
+                               fit,firmware = "op-tee", "u-boot";
 #endif
-                                       fit,loadables;
-                               };
+                               fit,loadables;
                        };
+               };
        };
 #endif /* HAS_FIT */
 
-- 
2.43.0

Reply via email to