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

ARM: dts: omap: adjust whitespace around '='

Fix whitespace coding style: use single space instead of tabs or
multiple spaces around '=' sign in property assignment. No functional
changes (same DTB).

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

+19 -19
+1 -1
arch/arm/boot/dts/omap2420-h4.dts
··· 21 21 22 22 nor@0,0 { 23 23 compatible = "cfi-flash"; 24 - linux,mtd-name= "intel,ge28f256l18b85"; 24 + linux,mtd-name = "intel,ge28f256l18b85"; 25 25 #address-cells = <1>; 26 26 #size-cells = <1>; 27 27 reg = <0 0 0x04000000>;
+1 -1
arch/arm/boot/dts/omap3-evm-37xx.dts
··· 60 60 interrupt-parent = <&gpmc>; 61 61 interrupts = <0 IRQ_TYPE_NONE>, /* fifoevent */ 62 62 <1 IRQ_TYPE_NONE>; /* termcount */ 63 - linux,mtd-name= "hynix,h8kds0un0mer-4em"; 63 + linux,mtd-name = "hynix,h8kds0un0mer-4em"; 64 64 nand-bus-width = <16>; 65 65 gpmc,device-width = <2>; 66 66 ti,nand-ecc-opt = "bch8";
+1 -1
arch/arm/boot/dts/omap3-evm.dts
··· 60 60 interrupt-parent = <&gpmc>; 61 61 interrupts = <0 IRQ_TYPE_NONE>, /* fifoevent */ 62 62 <1 IRQ_TYPE_NONE>; /* termcount */ 63 - linux,mtd-name= "micron,mt29f2g16abdhc"; 63 + linux,mtd-name = "micron,mt29f2g16abdhc"; 64 64 nand-bus-width = <16>; 65 65 gpmc,device-width = <2>; 66 66 ti,nand-ecc-opt = "bch8";
+1 -1
arch/arm/boot/dts/omap3-gta04.dtsi
··· 127 127 spi-cpol; 128 128 spi-cpha; 129 129 130 - backlight= <&backlight>; 130 + backlight = <&backlight>; 131 131 label = "lcd"; 132 132 port { 133 133 lcd_in: endpoint {
+1 -1
arch/arm/boot/dts/omap3-igep.dtsi
··· 111 111 interrupt-parent = <&gpmc>; 112 112 interrupts = <0 IRQ_TYPE_NONE>, /* fifoevent */ 113 113 <1 IRQ_TYPE_NONE>; /* termcount */ 114 - linux,mtd-name= "micron,mt29c4g96maz"; 114 + linux,mtd-name = "micron,mt29c4g96maz"; 115 115 nand-bus-width = <16>; 116 116 gpmc,device-width = <2>; 117 117 ti,nand-ecc-opt = "bch8";
+3 -3
arch/arm/boot/dts/omap3-ldp.dts
··· 103 103 interrupt-parent = <&gpmc>; 104 104 interrupts = <0 IRQ_TYPE_NONE>, /* fifoevent */ 105 105 <1 IRQ_TYPE_NONE>; /* termcount */ 106 - linux,mtd-name= "micron,nand"; 106 + linux,mtd-name = "micron,nand"; 107 107 nand-bus-width = <16>; 108 108 gpmc,device-width = <2>; 109 109 ti,nand-ecc-opt = "bch8"; ··· 215 215 }; 216 216 217 217 &mmc2 { 218 - status="disabled"; 218 + status = "disabled"; 219 219 }; 220 220 221 221 &mmc3 { 222 - status="disabled"; 222 + status = "disabled"; 223 223 }; 224 224 225 225 &omap3_pmx_core {
+1 -1
arch/arm/boot/dts/omap3-lilly-a83x.dtsi
··· 372 372 gpmc,device-width = <2>; 373 373 gpmc,wait-pin = <0>; 374 374 gpmc,wait-monitoring-ns = <0>; 375 - gpmc,burst-length= <4>; 375 + gpmc,burst-length = <4>; 376 376 gpmc,cs-on-ns = <0>; 377 377 gpmc,cs-rd-off-ns = <100>; 378 378 gpmc,cs-wr-off-ns = <100>;
+2 -2
arch/arm/boot/dts/omap3-n900.dts
··· 568 568 }; 569 569 570 570 &twl_gpio { 571 - ti,pullups = <0x0>; 572 - ti,pulldowns = <0x03ff3f>; /* BIT(0..5) | BIT(8..17) */ 571 + ti,pullups = <0x0>; 572 + ti,pulldowns = <0x03ff3f>; /* BIT(0..5) | BIT(8..17) */ 573 573 }; 574 574 575 575 &i2c2 {
+2 -2
arch/arm/boot/dts/omap3-n950-n9.dtsi
··· 162 162 }; 163 163 164 164 &twl_gpio { 165 - ti,pullups = <0x000001>; /* BIT(0) */ 166 - ti,pulldowns = <0x008106>; /* BIT(1) | BIT(2) | BIT(8) | BIT(15) */ 165 + ti,pullups = <0x000001>; /* BIT(0) */ 166 + ti,pulldowns = <0x008106>; /* BIT(1) | BIT(2) | BIT(8) | BIT(15) */ 167 167 }; 168 168 169 169 &vdac {
+1 -1
arch/arm/boot/dts/omap3-overo-base.dtsi
··· 222 222 223 223 nand@0,0 { 224 224 compatible = "ti,omap2-nand"; 225 - linux,mtd-name= "micron,mt29c4g96maz"; 225 + linux,mtd-name = "micron,mt29c4g96maz"; 226 226 reg = <0 0 4>; /* CS0, offset 0, IO size 4 */ 227 227 interrupt-parent = <&gpmc>; 228 228 interrupts = <0 IRQ_TYPE_NONE>, /* fifoevent */
+1 -1
arch/arm/boot/dts/omap3-pandora-common.dtsi
··· 666 666 667 667 lcd: lcd@1 { 668 668 reg = <1>; /* CS1 */ 669 - compatible = "tpo,td043mtea1"; 669 + compatible = "tpo,td043mtea1"; 670 670 spi-max-frequency = <100000>; 671 671 spi-cpol; 672 672 spi-cpha;
+3 -3
arch/arm/boot/dts/omap3430-sdp.dts
··· 53 53 54 54 nor@0,0 { 55 55 compatible = "cfi-flash"; 56 - linux,mtd-name= "intel,pf48f6000m0y1be"; 56 + linux,mtd-name = "intel,pf48f6000m0y1be"; 57 57 #address-cells = <1>; 58 58 #size-cells = <1>; 59 59 reg = <0 0 0x08000000>; ··· 105 105 interrupt-parent = <&gpmc>; 106 106 interrupts = <0 IRQ_TYPE_NONE>, /* fifoevent */ 107 107 <1 IRQ_TYPE_NONE>; /* termcount */ 108 - linux,mtd-name= "micron,mt29f1g08abb"; 108 + linux,mtd-name = "micron,mt29f1g08abb"; 109 109 #address-cells = <1>; 110 110 #size-cells = <1>; 111 111 ti,nand-ecc-opt = "sw"; ··· 148 148 }; 149 149 150 150 onenand@2,0 { 151 - linux,mtd-name= "samsung,kfm2g16q2m-deb8"; 151 + linux,mtd-name = "samsung,kfm2g16q2m-deb8"; 152 152 #address-cells = <1>; 153 153 #size-cells = <1>; 154 154 compatible = "ti,omap2-onenand";
+1 -1
arch/arm/boot/dts/omap5-l4.dtsi
··· 482 482 clocks = <&usb_phy_cm_clk32k>, 483 483 <&sys_clkin>, 484 484 <&l3init_clkctrl OMAP5_USB_OTG_SS_CLKCTRL 8>; 485 - clock-names = "wkupclk", 485 + clock-names = "wkupclk", 486 486 "sysclk", 487 487 "refclk"; 488 488 #phy-cells = <0>;