Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

powerpc: dts: add missing space before {

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

authored by

Krzysztof Kozlowski and committed by
Michael Ellerman
11073886 664ec386

+18 -18
+6 -6
arch/powerpc/boot/dts/fsl/c293si-post.dtsi
··· 124 124 reg = <0x80000 0x20000>; 125 125 ranges = <0x0 0x80000 0x20000>; 126 126 127 - jr@1000{ 127 + jr@1000 { 128 128 interrupts = <45 2 0 0>; 129 129 }; 130 - jr@2000{ 130 + jr@2000 { 131 131 interrupts = <57 2 0 0>; 132 132 }; 133 133 }; ··· 140 140 reg = <0xa0000 0x20000>; 141 141 ranges = <0x0 0xa0000 0x20000>; 142 142 143 - jr@1000{ 143 + jr@1000 { 144 144 interrupts = <49 2 0 0>; 145 145 }; 146 - jr@2000{ 146 + jr@2000 { 147 147 interrupts = <50 2 0 0>; 148 148 }; 149 149 }; ··· 156 156 reg = <0xc0000 0x20000>; 157 157 ranges = <0x0 0xc0000 0x20000>; 158 158 159 - jr@1000{ 159 + jr@1000 { 160 160 interrupts = <55 2 0 0>; 161 161 }; 162 - jr@2000{ 162 + jr@2000 { 163 163 interrupts = <56 2 0 0>; 164 164 }; 165 165 };
+5 -5
arch/powerpc/boot/dts/fsl/p1022rdk.dts
··· 60 60 compatible = "st,m41t62"; 61 61 reg = <0x68>; 62 62 }; 63 - adt7461@4c{ 63 + adt7461@4c { 64 64 compatible = "adi,adt7461"; 65 65 reg = <0x4c>; 66 66 }; 67 - zl6100@21{ 67 + zl6100@21 { 68 68 compatible = "isil,zl6100"; 69 69 reg = <0x21>; 70 70 }; 71 - zl6100@24{ 71 + zl6100@24 { 72 72 compatible = "isil,zl6100"; 73 73 reg = <0x24>; 74 74 }; 75 - zl6100@26{ 75 + zl6100@26 { 76 76 compatible = "isil,zl6100"; 77 77 reg = <0x26>; 78 78 }; 79 - zl6100@29{ 79 + zl6100@29 { 80 80 compatible = "isil,zl6100"; 81 81 reg = <0x29>; 82 82 };
+1 -1
arch/powerpc/boot/dts/fsl/p1022si-post.dtsi
··· 238 238 fsl,has-rstcr; 239 239 }; 240 240 241 - power@e0070{ 241 + power@e0070 { 242 242 compatible = "fsl,mpc8536-pmc", "fsl,mpc8548-pmc"; 243 243 reg = <0xe0070 0x20>; 244 244 };
+2 -2
arch/powerpc/boot/dts/fsl/p3041ds.dts
··· 41 41 #size-cells = <2>; 42 42 interrupt-parent = <&mpic>; 43 43 44 - aliases{ 44 + aliases { 45 45 phy_rgmii_0 = &phy_rgmii_0; 46 46 phy_rgmii_1 = &phy_rgmii_1; 47 47 phy_sgmii_1c = &phy_sgmii_1c; ··· 165 165 }; 166 166 }; 167 167 168 - fman@400000{ 168 + fman@400000 { 169 169 ethernet@e0000 { 170 170 phy-handle = <&phy_sgmii_1c>; 171 171 phy-connection-type = "sgmii";
+1 -1
arch/powerpc/boot/dts/fsl/p5040ds.dts
··· 41 41 #size-cells = <2>; 42 42 interrupt-parent = <&mpic>; 43 43 44 - aliases{ 44 + aliases { 45 45 phy_sgmii_slot2_1c = &phy_sgmii_slot2_1c; 46 46 phy_sgmii_slot2_1d = &phy_sgmii_slot2_1d; 47 47 phy_sgmii_slot2_1e = &phy_sgmii_slot2_1e;
+1 -1
arch/powerpc/boot/dts/fsl/t4240qds.dts
··· 41 41 #size-cells = <2>; 42 42 interrupt-parent = <&mpic>; 43 43 44 - aliases{ 44 + aliases { 45 45 phy_rgmii1 = &phyrgmii1; 46 46 phy_rgmii2 = &phyrgmii2; 47 47 phy_sgmii3 = &phy3;
+1 -1
arch/powerpc/boot/dts/mpc5121.dtsi
··· 140 140 }; 141 141 142 142 /* Power Management Controller */ 143 - pmc@1000{ 143 + pmc@1000 { 144 144 compatible = "fsl,mpc5121-pmc"; 145 145 reg = <0x1000 0x100>; 146 146 interrupts = <83 0x8>;
+1 -1
arch/powerpc/boot/dts/mpc5125twr.dts
··· 104 104 clock-names = "osc"; 105 105 }; 106 106 107 - pmc@1000{ // Power Management Controller 107 + pmc@1000 { // Power Management Controller 108 108 compatible = "fsl,mpc5121-pmc"; 109 109 reg = <0x1000 0x100>; 110 110 interrupts = <83 0x2>;