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

ARM: dts: kirkwood: correct indentation

Do not use spaces for indentation.

Link: https://lore.kernel.org/r/20221002092007.68955-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

+112 -112
+1 -1
arch/arm/boot/dts/kirkwood-b3.dts
··· 187 187 188 188 /* Wifi model has Atheros chipset on pcie port */ 189 189 &pciec { 190 - status = "okay"; 190 + status = "okay"; 191 191 }; 192 192 193 193 &pcie0 {
+1 -1
arch/arm/boot/dts/kirkwood-db-88f6281.dts
··· 18 18 }; 19 19 20 20 &pciec { 21 - status = "okay"; 21 + status = "okay"; 22 22 }; 23 23 24 24 &pcie0 {
+1 -1
arch/arm/boot/dts/kirkwood-db-88f6282.dts
··· 18 18 }; 19 19 20 20 &pciec { 21 - status = "okay"; 21 + status = "okay"; 22 22 }; 23 23 24 24 &pcie0 {
+7 -7
arch/arm/boot/dts/kirkwood-dir665.dts
··· 211 211 }; 212 212 213 213 port@1 { 214 - reg = <1>; 215 - label = "lan3"; 214 + reg = <1>; 215 + label = "lan3"; 216 216 }; 217 217 218 218 port@2 { 219 - reg = <2>; 220 - label = "lan2"; 219 + reg = <2>; 220 + label = "lan2"; 221 221 }; 222 222 223 223 port@3 { 224 - reg = <3>; 225 - label = "lan1"; 224 + reg = <3>; 225 + label = "lan1"; 226 226 }; 227 227 228 228 port@4 { ··· 268 268 }; 269 269 270 270 &pciec { 271 - status = "okay"; 271 + status = "okay"; 272 272 }; 273 273 274 274 &pcie0 {
+1 -1
arch/arm/boot/dts/kirkwood-ds112.dts
··· 43 43 }; 44 44 45 45 &pciec { 46 - status = "okay"; 46 + status = "okay"; 47 47 }; 48 48 49 49 &pcie1 {
+1 -1
arch/arm/boot/dts/kirkwood-ds411.dts
··· 47 47 }; 48 48 49 49 &pciec { 50 - status = "okay"; 50 + status = "okay"; 51 51 }; 52 52 53 53 &pcie1 {
+1 -1
arch/arm/boot/dts/kirkwood-iconnect.dts
··· 187 187 }; 188 188 189 189 &pciec { 190 - status = "okay"; 190 + status = "okay"; 191 191 }; 192 192 193 193 &pcie0 {
+1 -1
arch/arm/boot/dts/kirkwood-km_common.dtsi
··· 39 39 }; 40 40 41 41 &pciec { 42 - status = "okay"; 42 + status = "okay"; 43 43 }; 44 44 45 45 &pcie0 {
+12 -12
arch/arm/boot/dts/kirkwood-l-50.dts
··· 223 223 }; 224 224 225 225 port@1 { 226 - reg = <1>; 227 - label = "lan1"; 226 + reg = <1>; 227 + label = "lan1"; 228 228 }; 229 229 230 230 port@2 { 231 - reg = <2>; 232 - label = "lan6"; 231 + reg = <2>; 232 + label = "lan6"; 233 233 }; 234 234 235 235 port@3 { 236 - reg = <3>; 237 - label = "lan2"; 236 + reg = <3>; 237 + label = "lan2"; 238 238 }; 239 239 240 240 port@4 { ··· 282 282 }; 283 283 284 284 port@1 { 285 - reg = <1>; 286 - label = "lan8"; 285 + reg = <1>; 286 + label = "lan8"; 287 287 }; 288 288 289 289 port@2 { 290 - reg = <2>; 291 - label = "lan4"; 290 + reg = <2>; 291 + label = "lan4"; 292 292 }; 293 293 294 294 port@3 { 295 - reg = <3>; 296 - label = "dmz"; 295 + reg = <3>; 296 + label = "dmz"; 297 297 }; 298 298 299 299 switch1port5: port@5 {
+1 -1
arch/arm/boot/dts/kirkwood-laplug.dts
··· 160 160 }; 161 161 162 162 &pciec { 163 - status = "okay"; 163 + status = "okay"; 164 164 }; 165 165 166 166 &pcie0 {
+1 -1
arch/arm/boot/dts/kirkwood-linkstation.dtsi
··· 156 156 }; 157 157 158 158 &pciec { 159 - status = "okay"; 159 + status = "okay"; 160 160 }; 161 161 162 162 &pcie0 {
+8 -8
arch/arm/boot/dts/kirkwood-mplcec4.dts
··· 8 8 model = "MPL CEC4"; 9 9 compatible = "mpl,cec4-10", "mpl,cec4", "marvell,kirkwood-88f6281", "marvell,kirkwood"; 10 10 11 - memory { 12 - device_type = "memory"; 13 - reg = <0x00000000 0x20000000>; 14 - }; 11 + memory { 12 + device_type = "memory"; 13 + reg = <0x00000000 0x20000000>; 14 + }; 15 15 16 16 chosen { 17 17 bootargs = "console=ttyS0,115200n8 earlyprintk"; ··· 66 66 }; 67 67 }; 68 68 69 - i2c@11000 { 70 - status = "okay"; 69 + i2c@11000 { 70 + status = "okay"; 71 71 72 72 rtc@51 { 73 73 compatible = "nxp,pcf8563"; ··· 79 79 reg = <0x57>; 80 80 }; 81 81 82 - }; 82 + }; 83 83 84 84 serial@12000 { 85 85 status = "okay"; ··· 208 208 }; 209 209 210 210 &pciec { 211 - status = "okay"; 211 + status = "okay"; 212 212 }; 213 213 214 214 &pcie0 {
+1 -1
arch/arm/boot/dts/kirkwood-mv88f6281gtw-ge.dts
··· 170 170 }; 171 171 172 172 &pciec { 173 - status = "okay"; 173 + status = "okay"; 174 174 }; 175 175 176 176 &pcie0 {
+1 -1
arch/arm/boot/dts/kirkwood-nas2big.dts
··· 131 131 }; 132 132 133 133 &pciec { 134 - status = "okay"; 134 + status = "okay"; 135 135 }; 136 136 137 137 &pcie0 {
+5 -5
arch/arm/boot/dts/kirkwood-net2big.dts
··· 46 46 }; 47 47 48 48 clocks { 49 - g762_clk: g762-oscillator { 50 - compatible = "fixed-clock"; 51 - #clock-cells = <0>; 52 - clock-frequency = <32768>; 53 - }; 49 + g762_clk: g762-oscillator { 50 + compatible = "fixed-clock"; 51 + #clock-cells = <0>; 52 + clock-frequency = <32768>; 53 + }; 54 54 }; 55 55 }; 56 56
+5 -5
arch/arm/boot/dts/kirkwood-net5big.dts
··· 78 78 }; 79 79 80 80 clocks { 81 - g762_clk: g762-oscillator { 82 - compatible = "fixed-clock"; 83 - #clock-cells = <0>; 84 - clock-frequency = <32768>; 85 - }; 81 + g762_clk: g762-oscillator { 82 + compatible = "fixed-clock"; 83 + #clock-cells = <0>; 84 + clock-frequency = <32768>; 85 + }; 86 86 }; 87 87 88 88 netxbig-leds {
+6 -6
arch/arm/boot/dts/kirkwood-netgear_readynas_nv+_v2.dts
··· 78 78 }; 79 79 80 80 clocks { 81 - g762_clk: g762-oscillator { 82 - compatible = "fixed-clock"; 83 - #clock-cells = <0>; 84 - clock-frequency = <8192>; 85 - }; 81 + g762_clk: g762-oscillator { 82 + compatible = "fixed-clock"; 83 + #clock-cells = <0>; 84 + clock-frequency = <8192>; 85 + }; 86 86 }; 87 87 88 88 i2c@11000 { ··· 266 266 267 267 /* Connected to NEC uPD720200 USB 3.0 controller */ 268 268 &pciec { 269 - status = "okay"; 269 + status = "okay"; 270 270 }; 271 271 272 272 &pcie0 {
+1 -1
arch/arm/boot/dts/kirkwood-nsa310.dts
··· 131 131 }; 132 132 133 133 &pciec { 134 - status = "okay"; 134 + status = "okay"; 135 135 }; 136 136 137 137 &pcie0 {
+1 -1
arch/arm/boot/dts/kirkwood-nsa320.dts
··· 211 211 }; 212 212 213 213 &pciec { 214 - status = "okay"; 214 + status = "okay"; 215 215 }; 216 216 217 217 &pcie0 {
+1 -1
arch/arm/boot/dts/kirkwood-nsa325.dts
··· 224 224 }; 225 225 226 226 &pciec { 227 - status = "okay"; 227 + status = "okay"; 228 228 }; 229 229 230 230 &pcie0 {
+1 -1
arch/arm/boot/dts/kirkwood-nsa3x0-common.dtsi
··· 150 150 }; 151 151 152 152 &pciec { 153 - status = "okay"; 153 + status = "okay"; 154 154 }; 155 155 156 156 &pcie0 {
+29 -29
arch/arm/boot/dts/kirkwood-rd88f6192.dts
··· 31 31 pinctrl-0 = <&pmx_usb_power>; 32 32 pinctrl-names = "default"; 33 33 34 - pmx_usb_power: pmx-usb-power { 35 - marvell,pins = "mpp10"; 36 - marvell,function = "gpo"; 37 - }; 34 + pmx_usb_power: pmx-usb-power { 35 + marvell,pins = "mpp10"; 36 + marvell,function = "gpo"; 37 + }; 38 38 }; 39 39 40 40 serial@12000 { ··· 62 62 }; 63 63 64 64 regulators { 65 - compatible = "simple-bus"; 66 - #address-cells = <1>; 67 - #size-cells = <0>; 68 - pinctrl-0 = <&pmx_usb_power>; 69 - pinctrl-names = "default"; 65 + compatible = "simple-bus"; 66 + #address-cells = <1>; 67 + #size-cells = <0>; 68 + pinctrl-0 = <&pmx_usb_power>; 69 + pinctrl-names = "default"; 70 70 71 - usb_power: regulator@0 { 72 - compatible = "regulator-fixed"; 73 - reg = <0>; 74 - regulator-name = "USB VBUS"; 75 - regulator-min-microvolt = <5000000>; 76 - regulator-max-microvolt = <5000000>; 77 - enable-active-high; 78 - regulator-always-on; 79 - regulator-boot-on; 80 - gpio = <&gpio0 10 GPIO_ACTIVE_HIGH>; 81 - }; 71 + usb_power: regulator@0 { 72 + compatible = "regulator-fixed"; 73 + reg = <0>; 74 + regulator-name = "USB VBUS"; 75 + regulator-min-microvolt = <5000000>; 76 + regulator-max-microvolt = <5000000>; 77 + enable-active-high; 78 + regulator-always-on; 79 + regulator-boot-on; 80 + gpio = <&gpio0 10 GPIO_ACTIVE_HIGH>; 81 + }; 82 82 }; 83 83 }; 84 84 85 85 &mdio { 86 - status = "okay"; 86 + status = "okay"; 87 87 88 - ethphy0: ethernet-phy@8 { 89 - reg = <8>; 90 - }; 88 + ethphy0: ethernet-phy@8 { 89 + reg = <8>; 90 + }; 91 91 }; 92 92 93 93 &eth0 { 94 - status = "okay"; 95 - ethernet0-port@0 { 96 - phy-handle = <&ethphy0>; 97 - }; 94 + status = "okay"; 95 + ethernet0-port@0 { 96 + phy-handle = <&ethphy0>; 97 + }; 98 98 }; 99 99 100 100 &pciec { 101 - status = "okay"; 101 + status = "okay"; 102 102 }; 103 103 104 104 &pcie0 {
+1 -1
arch/arm/boot/dts/kirkwood-rd88f6281-z0.dts
··· 19 19 }; 20 20 21 21 &eth1 { 22 - status = "disabled"; 22 + status = "disabled"; 23 23 }; 24 24 25 25 &switch {
+2 -2
arch/arm/boot/dts/kirkwood-rd88f6281.dtsi
··· 48 48 cd-gpios = <&gpio0 28 GPIO_ACTIVE_HIGH>; 49 49 /* No WP GPIO */ 50 50 }; 51 - }; 51 + }; 52 52 }; 53 53 54 54 &nand { ··· 126 126 }; 127 127 128 128 &pciec { 129 - status = "okay"; 129 + status = "okay"; 130 130 }; 131 131 132 132 &pcie0 {
+1 -1
arch/arm/boot/dts/kirkwood-rs212.dts
··· 43 43 }; 44 44 45 45 &pciec { 46 - status = "okay"; 46 + status = "okay"; 47 47 }; 48 48 49 49 &pcie1 {
+1 -1
arch/arm/boot/dts/kirkwood-synology.dtsi
··· 847 847 }; 848 848 849 849 &pciec { 850 - status = "okay"; 850 + status = "okay"; 851 851 }; 852 852 853 853 &pcie0 {
+1 -1
arch/arm/boot/dts/kirkwood-t5325.dts
··· 219 219 }; 220 220 221 221 &pciec { 222 - status = "okay"; 222 + status = "okay"; 223 223 }; 224 224 225 225 &pcie0 {
+2 -2
arch/arm/boot/dts/kirkwood-ts219.dtsi
··· 86 86 status = "okay"; 87 87 88 88 ethphy0: ethernet-phy@X { 89 - /* overwrite reg property in board file */ 89 + /* overwrite reg property in board file */ 90 90 }; 91 91 }; 92 92 ··· 98 98 }; 99 99 100 100 &pciec { 101 - status = "okay"; 101 + status = "okay"; 102 102 }; 103 103 104 104 &pcie0 {
+17 -17
arch/arm/boot/dts/kirkwood.dtsi
··· 24 24 }; 25 25 26 26 aliases { 27 - gpio0 = &gpio0; 28 - gpio1 = &gpio1; 29 - i2c0 = &i2c0; 27 + gpio0 = &gpio0; 28 + gpio1 = &gpio1; 29 + i2c0 = &i2c0; 30 30 }; 31 31 32 32 mbus@f1000000 { ··· 279 279 clocks = <&gate_clk 8>; 280 280 281 281 xor00 { 282 - interrupts = <5>; 283 - dmacap,memcpy; 284 - dmacap,xor; 282 + interrupts = <5>; 283 + dmacap,memcpy; 284 + dmacap,xor; 285 285 }; 286 286 xor01 { 287 - interrupts = <6>; 288 - dmacap,memcpy; 289 - dmacap,xor; 290 - dmacap,memset; 287 + interrupts = <6>; 288 + dmacap,memcpy; 289 + dmacap,xor; 290 + dmacap,memset; 291 291 }; 292 292 }; 293 293 ··· 299 299 clocks = <&gate_clk 16>; 300 300 301 301 xor00 { 302 - interrupts = <7>; 303 - dmacap,memcpy; 304 - dmacap,xor; 302 + interrupts = <7>; 303 + dmacap,memcpy; 304 + dmacap,xor; 305 305 }; 306 306 xor01 { 307 - interrupts = <8>; 308 - dmacap,memcpy; 309 - dmacap,xor; 310 - dmacap,memset; 307 + interrupts = <8>; 308 + dmacap,memcpy; 309 + dmacap,xor; 310 + dmacap,memset; 311 311 }; 312 312 }; 313 313