powerpc: dts: add missing space before {
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Wed, 5 Jul 2023 14:57:43 +0000 (16:57 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 24 Aug 2023 22:39:30 +0000 (08:39 +1000)
Add missing whitespace between node name/label and opening {.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20230705145743.292855-1-krzysztof.kozlowski@linaro.org
arch/powerpc/boot/dts/fsl/c293si-post.dtsi
arch/powerpc/boot/dts/fsl/p1022rdk.dts
arch/powerpc/boot/dts/fsl/p1022si-post.dtsi
arch/powerpc/boot/dts/fsl/p3041ds.dts
arch/powerpc/boot/dts/fsl/p5040ds.dts
arch/powerpc/boot/dts/fsl/t4240qds.dts
arch/powerpc/boot/dts/mpc5121.dtsi
arch/powerpc/boot/dts/mpc5125twr.dts

index bec0fc3..f208fb8 100644 (file)
                reg = <0x80000 0x20000>;
                ranges = <0x0 0x80000 0x20000>;
 
-               jr@1000{
+               jr@1000 {
                        interrupts = <45 2 0 0>;
                };
-               jr@2000{
+               jr@2000 {
                        interrupts = <57 2 0 0>;
                };
        };
                reg = <0xa0000 0x20000>;
                ranges = <0x0 0xa0000 0x20000>;
 
-               jr@1000{
+               jr@1000 {
                        interrupts = <49 2 0 0>;
                };
-               jr@2000{
+               jr@2000 {
                        interrupts = <50 2 0 0>;
                };
        };
                reg = <0xc0000 0x20000>;
                ranges = <0x0 0xc0000 0x20000>;
 
-               jr@1000{
+               jr@1000 {
                        interrupts = <55 2 0 0>;
                };
-               jr@2000{
+               jr@2000 {
                        interrupts = <56 2 0 0>;
                };
        };
index 29e8af1..4261c2f 100644 (file)
                                compatible = "st,m41t62";
                                reg = <0x68>;
                        };
-                       adt7461@4c{
+                       adt7461@4c {
                                compatible = "adi,adt7461";
                                reg = <0x4c>;
                        };
-                       zl6100@21{
+                       zl6100@21 {
                                compatible = "isil,zl6100";
                                reg = <0x21>;
                        };
-                       zl6100@24{
+                       zl6100@24 {
                                compatible = "isil,zl6100";
                                reg = <0x24>;
                        };
-                       zl6100@26{
+                       zl6100@26 {
                                compatible = "isil,zl6100";
                                reg = <0x26>;
                        };
-                       zl6100@29{
+                       zl6100@29 {
                                compatible = "isil,zl6100";
                                reg = <0x29>;
                        };
index 5f51b7b..093e4e3 100644 (file)
                fsl,has-rstcr;
        };
 
-       power@e0070{
+       power@e0070 {
                compatible = "fsl,mpc8536-pmc", "fsl,mpc8548-pmc";
                reg = <0xe0070 0x20>;
        };
index 6f5f728..ca0e027 100644 (file)
@@ -41,7 +41,7 @@
        #size-cells = <2>;
        interrupt-parent = <&mpic>;
 
-       aliases{
+       aliases {
                phy_rgmii_0 = &phy_rgmii_0;
                phy_rgmii_1 = &phy_rgmii_1;
                phy_sgmii_1c = &phy_sgmii_1c;
                        };
                };
 
-               fman@400000{
+               fman@400000 {
                        ethernet@e0000 {
                                phy-handle = <&phy_sgmii_1c>;
                                phy-connection-type = "sgmii";
index 30850b3..5cfc689 100644 (file)
@@ -41,7 +41,7 @@
        #size-cells = <2>;
        interrupt-parent = <&mpic>;
 
-       aliases{
+       aliases {
                phy_sgmii_slot2_1c = &phy_sgmii_slot2_1c;
                phy_sgmii_slot2_1d = &phy_sgmii_slot2_1d;
                phy_sgmii_slot2_1e = &phy_sgmii_slot2_1e;
index c0913ac..128b579 100644 (file)
@@ -41,7 +41,7 @@
        #size-cells = <2>;
        interrupt-parent = <&mpic>;
 
-       aliases{
+       aliases {
                phy_rgmii1 = &phyrgmii1;
                phy_rgmii2 = &phyrgmii2;
                phy_sgmii3 = &phy3;
index 3f66b91..d3fc806 100644 (file)
                };
 
                /* Power Management Controller */
-               pmc@1000{
+               pmc@1000 {
                        compatible = "fsl,mpc5121-pmc";
                        reg = <0x1000 0x100>;
                        interrupts = <83 0x8>;
index 0bd2acc..ee09070 100644 (file)
                        clock-names = "osc";
                };
 
-               pmc@1000{  // Power Management Controller
+               pmc@1000 {  // Power Management Controller
                        compatible = "fsl,mpc5121-pmc";
                        reg = <0x1000 0x100>;
                        interrupts = <83 0x2>;