Commit eef3af89 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski

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: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220526204044.831656-1-krzysztof.kozlowski@linaro.org
parent ae25b445
...@@ -21,7 +21,7 @@ &gpmc { ...@@ -21,7 +21,7 @@ &gpmc {
nor@0,0 { nor@0,0 {
compatible = "cfi-flash"; compatible = "cfi-flash";
linux,mtd-name= "intel,ge28f256l18b85"; linux,mtd-name = "intel,ge28f256l18b85";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
reg = <0 0 0x04000000>; reg = <0 0 0x04000000>;
......
...@@ -60,7 +60,7 @@ nand@0,0 { ...@@ -60,7 +60,7 @@ nand@0,0 {
interrupt-parent = <&gpmc>; interrupt-parent = <&gpmc>;
interrupts = <0 IRQ_TYPE_NONE>, /* fifoevent */ interrupts = <0 IRQ_TYPE_NONE>, /* fifoevent */
<1 IRQ_TYPE_NONE>; /* termcount */ <1 IRQ_TYPE_NONE>; /* termcount */
linux,mtd-name= "hynix,h8kds0un0mer-4em"; linux,mtd-name = "hynix,h8kds0un0mer-4em";
nand-bus-width = <16>; nand-bus-width = <16>;
gpmc,device-width = <2>; gpmc,device-width = <2>;
ti,nand-ecc-opt = "bch8"; ti,nand-ecc-opt = "bch8";
......
...@@ -60,7 +60,7 @@ nand@0,0 { ...@@ -60,7 +60,7 @@ nand@0,0 {
interrupt-parent = <&gpmc>; interrupt-parent = <&gpmc>;
interrupts = <0 IRQ_TYPE_NONE>, /* fifoevent */ interrupts = <0 IRQ_TYPE_NONE>, /* fifoevent */
<1 IRQ_TYPE_NONE>; /* termcount */ <1 IRQ_TYPE_NONE>; /* termcount */
linux,mtd-name= "micron,mt29f2g16abdhc"; linux,mtd-name = "micron,mt29f2g16abdhc";
nand-bus-width = <16>; nand-bus-width = <16>;
gpmc,device-width = <2>; gpmc,device-width = <2>;
ti,nand-ecc-opt = "bch8"; ti,nand-ecc-opt = "bch8";
......
...@@ -127,7 +127,7 @@ lcd: td028ttec1@0 { ...@@ -127,7 +127,7 @@ lcd: td028ttec1@0 {
spi-cpol; spi-cpol;
spi-cpha; spi-cpha;
backlight= <&backlight>; backlight = <&backlight>;
label = "lcd"; label = "lcd";
port { port {
lcd_in: endpoint { lcd_in: endpoint {
......
...@@ -111,7 +111,7 @@ nand@0,0 { ...@@ -111,7 +111,7 @@ nand@0,0 {
interrupt-parent = <&gpmc>; interrupt-parent = <&gpmc>;
interrupts = <0 IRQ_TYPE_NONE>, /* fifoevent */ interrupts = <0 IRQ_TYPE_NONE>, /* fifoevent */
<1 IRQ_TYPE_NONE>; /* termcount */ <1 IRQ_TYPE_NONE>; /* termcount */
linux,mtd-name= "micron,mt29c4g96maz"; linux,mtd-name = "micron,mt29c4g96maz";
nand-bus-width = <16>; nand-bus-width = <16>;
gpmc,device-width = <2>; gpmc,device-width = <2>;
ti,nand-ecc-opt = "bch8"; ti,nand-ecc-opt = "bch8";
......
...@@ -103,7 +103,7 @@ nand@0,0 { ...@@ -103,7 +103,7 @@ nand@0,0 {
interrupt-parent = <&gpmc>; interrupt-parent = <&gpmc>;
interrupts = <0 IRQ_TYPE_NONE>, /* fifoevent */ interrupts = <0 IRQ_TYPE_NONE>, /* fifoevent */
<1 IRQ_TYPE_NONE>; /* termcount */ <1 IRQ_TYPE_NONE>; /* termcount */
linux,mtd-name= "micron,nand"; linux,mtd-name = "micron,nand";
nand-bus-width = <16>; nand-bus-width = <16>;
gpmc,device-width = <2>; gpmc,device-width = <2>;
ti,nand-ecc-opt = "bch8"; ti,nand-ecc-opt = "bch8";
...@@ -215,11 +215,11 @@ &mmc1 { ...@@ -215,11 +215,11 @@ &mmc1 {
}; };
&mmc2 { &mmc2 {
status="disabled"; status = "disabled";
}; };
&mmc3 { &mmc3 {
status="disabled"; status = "disabled";
}; };
&omap3_pmx_core { &omap3_pmx_core {
......
...@@ -372,7 +372,7 @@ nand@0,0 { ...@@ -372,7 +372,7 @@ nand@0,0 {
gpmc,device-width = <2>; gpmc,device-width = <2>;
gpmc,wait-pin = <0>; gpmc,wait-pin = <0>;
gpmc,wait-monitoring-ns = <0>; gpmc,wait-monitoring-ns = <0>;
gpmc,burst-length= <4>; gpmc,burst-length = <4>;
gpmc,cs-on-ns = <0>; gpmc,cs-on-ns = <0>;
gpmc,cs-rd-off-ns = <100>; gpmc,cs-rd-off-ns = <100>;
gpmc,cs-wr-off-ns = <100>; gpmc,cs-wr-off-ns = <100>;
......
...@@ -222,7 +222,7 @@ &gpmc { ...@@ -222,7 +222,7 @@ &gpmc {
nand@0,0 { nand@0,0 {
compatible = "ti,omap2-nand"; compatible = "ti,omap2-nand";
linux,mtd-name= "micron,mt29c4g96maz"; linux,mtd-name = "micron,mt29c4g96maz";
reg = <0 0 4>; /* CS0, offset 0, IO size 4 */ reg = <0 0 4>; /* CS0, offset 0, IO size 4 */
interrupt-parent = <&gpmc>; interrupt-parent = <&gpmc>;
interrupts = <0 IRQ_TYPE_NONE>, /* fifoevent */ interrupts = <0 IRQ_TYPE_NONE>, /* fifoevent */
......
...@@ -53,7 +53,7 @@ &gpmc { ...@@ -53,7 +53,7 @@ &gpmc {
nor@0,0 { nor@0,0 {
compatible = "cfi-flash"; compatible = "cfi-flash";
linux,mtd-name= "intel,pf48f6000m0y1be"; linux,mtd-name = "intel,pf48f6000m0y1be";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
reg = <0 0 0x08000000>; reg = <0 0 0x08000000>;
...@@ -105,7 +105,7 @@ nand@1,0 { ...@@ -105,7 +105,7 @@ nand@1,0 {
interrupt-parent = <&gpmc>; interrupt-parent = <&gpmc>;
interrupts = <0 IRQ_TYPE_NONE>, /* fifoevent */ interrupts = <0 IRQ_TYPE_NONE>, /* fifoevent */
<1 IRQ_TYPE_NONE>; /* termcount */ <1 IRQ_TYPE_NONE>; /* termcount */
linux,mtd-name= "micron,mt29f1g08abb"; linux,mtd-name = "micron,mt29f1g08abb";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
ti,nand-ecc-opt = "sw"; ti,nand-ecc-opt = "sw";
...@@ -148,7 +148,7 @@ partition@780000 { ...@@ -148,7 +148,7 @@ partition@780000 {
}; };
onenand@2,0 { onenand@2,0 {
linux,mtd-name= "samsung,kfm2g16q2m-deb8"; linux,mtd-name = "samsung,kfm2g16q2m-deb8";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
compatible = "ti,omap2-onenand"; compatible = "ti,omap2-onenand";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment