sunxi: binman: Fix spacing between nodes
authorSamuel Holland <samuel@sholland.org>
Thu, 22 Oct 2020 02:12:10 +0000 (21:12 -0500)
committerJagan Teki <jagan@amarulasolutions.com>
Thu, 22 Oct 2020 06:13:43 +0000 (11:43 +0530)
Nodes should have a blank line separating them from sibling nodes and
properties. Add the necessary lines.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Samuel Holland <samuel@sholland.org>
Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
arch/arm/dts/sunxi-u-boot.dtsi

index c97943b3c196cd6d26103e6fbb2a4cea6c2dfe6d..92a644723188b9ad59917a2ae72054e36532adb4 100644 (file)
        u-boot-sunxi-with-spl {
                filename = "u-boot-sunxi-with-spl.bin";
                pad-byte = <0xff>;
+
                blob {
                        filename = "spl/sunxi-spl.bin";
                };
+
 #ifdef CONFIG_ARM64
                fit {
                        description = "Configuration to load ATF before U-Boot";
@@ -34,6 +36,7 @@
                                        u-boot-nodtb {
                                        };
                                };
+
                                atf {
                                        description = "ARM Trusted Firmware";
                                        type = "firmware";
@@ -47,6 +50,7 @@
                                        load = <0x44000>;
                                        entry = <0x44000>;
 #endif
+
                                        atf-bl31 {
                                                missing-msg = "atf-bl31-sunxi";
                                        };
@@ -61,6 +65,7 @@
 
                        configurations {
                                default = "config-1";
+
                                @config-SEQ {
                                        description = "NAME";
                                        firmware = "uboot";