aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2018-09-13 14:12:25 -0400
committerTony Lindgren <tony@atomide.com>2018-09-20 17:48:41 -0400
commitcc893871f092be9ac1184a78f9ae1e76b85d5317 (patch)
treeac1e280b37fc265a768919a469030ae5713f416b
parente99c4d576254628f9139b2320510cda552f4d597 (diff)
ARM: dts: ti: Fix SPI and I2C bus warnings
dtc has new checks for I2C and SPI buses. Fix the warnings in node names and unit-addresses. arch/arm/boot/dts/am437x-idk-evm.dtb: Warning (spi_bus_bridge): /ocp@44000000/qspi@47900000: node name for SPI buses should be 'spi' arch/arm/boot/dts/am437x-sk-evm.dtb: Warning (spi_bus_bridge): /ocp@44000000/qspi@47900000: node name for SPI buses should be 'spi' arch/arm/boot/dts/am43x-epos-evm.dtb: Warning (spi_bus_bridge): /ocp@44000000/qspi@47900000: node name for SPI buses should be 'spi' arch/arm/boot/dts/omap3-n9.dtb: Warning (i2c_bus_reg): /ocp@68000000/i2c@48060000/ak8975@0f: I2C bus unit address format error, expected "f" arch/arm/boot/dts/am335x-osd3358-sm-red.dtb: Warning (i2c_bus_reg): /ocp/i2c@44e0b000/pressure@78: I2C bus unit address format error, expected "76" arch/arm/boot/dts/am335x-boneblack.dtb: Warning (i2c_bus_reg): /ocp/i2c@44e0b000/tda19988: I2C bus unit address format error, expected "70" arch/arm/boot/dts/am335x-boneblack-wireless.dtb: Warning (i2c_bus_reg): /ocp/i2c@44e0b000/tda19988: I2C bus unit address format error, expected "70" arch/arm/boot/dts/am335x-sancloud-bbe.dtb: Warning (i2c_bus_reg): /ocp/i2c@44e0b000/tda19988: I2C bus unit address format error, expected "70" arch/arm/boot/dts/am571x-idk.dtb: Warning (spi_bus_bridge): /ocp/qspi@4b300000: node name for SPI buses should be 'spi' arch/arm/boot/dts/am572x-idk.dtb: Warning (spi_bus_bridge): /ocp/qspi@4b300000: node name for SPI buses should be 'spi' arch/arm/boot/dts/am574x-idk.dtb: Warning (spi_bus_bridge): /ocp/qspi@4b300000: node name for SPI buses should be 'spi' arch/arm/boot/dts/am57xx-cl-som-am57x.dtb: Warning (spi_bus_bridge): /ocp/qspi@4b300000: node name for SPI buses should be 'spi' arch/arm/boot/dts/am57xx-sbc-am57x.dtb: Warning (spi_bus_bridge): /ocp/qspi@4b300000: node name for SPI buses should be 'spi' arch/arm/boot/dts/dra72-evm.dtb: Warning (spi_bus_bridge): /ocp/qspi@4b300000: node name for SPI buses should be 'spi' arch/arm/boot/dts/dra72-evm-revc.dtb: Warning (spi_bus_bridge): /ocp/qspi@4b300000: node name for SPI buses should be 'spi' arch/arm/boot/dts/dra76-evm.dtb: Warning (spi_bus_bridge): /ocp/qspi@4b300000: node name for SPI buses should be 'spi' arch/arm/boot/dts/dra7-evm.dtb: Warning (spi_bus_bridge): /ocp/qspi@4b300000: node name for SPI buses should be 'spi' arch/arm/boot/dts/am335x-pdu001.dtb: Warning (spi_bus_reg): /ocp/spi@481a0000/cfaf240320a032t: SPI bus unit address format error, expected "0" arch/arm/boot/dts/keystone-k2g-evm.dtb: Warning (spi_bus_bridge): /soc@0/qspi@2940000: node name for SPI buses should be 'spi' arch/arm/boot/dts/keystone-k2g-ice.dtb: Warning (spi_bus_bridge): /soc@0/qspi@2940000: node name for SPI buses should be 'spi' Cc: "BenoƮt Cousson" <bcousson@baylibre.com> Cc: Tony Lindgren <tony@atomide.com> Cc: Santosh Shilimkar <ssantosh@kernel.org> Cc: linux-omap@vger.kernel.org Signed-off-by: Rob Herring <robh@kernel.org> [tony@atomide.com: fixed mode to 644 for am335x-osd3358-sm-red.dts while at it] Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r--arch/arm/boot/dts/am335x-boneblack-common.dtsi2
-rw-r--r--[-rwxr-xr-x]arch/arm/boot/dts/am335x-osd3358-sm-red.dts2
-rw-r--r--arch/arm/boot/dts/am335x-pdu001.dts2
-rw-r--r--arch/arm/boot/dts/am4372.dtsi2
-rw-r--r--arch/arm/boot/dts/am57xx-cl-som-am57x.dts2
-rw-r--r--arch/arm/boot/dts/dra7.dtsi2
-rw-r--r--arch/arm/boot/dts/keystone-k2g.dtsi2
-rw-r--r--arch/arm/boot/dts/omap2.dtsi4
-rw-r--r--arch/arm/boot/dts/omap2430.dtsi2
-rw-r--r--arch/arm/boot/dts/omap3-n9.dts2
10 files changed, 11 insertions, 11 deletions
diff --git a/arch/arm/boot/dts/am335x-boneblack-common.dtsi b/arch/arm/boot/dts/am335x-boneblack-common.dtsi
index 325daae40278..21bc1173fa6b 100644
--- a/arch/arm/boot/dts/am335x-boneblack-common.dtsi
+++ b/arch/arm/boot/dts/am335x-boneblack-common.dtsi
@@ -88,7 +88,7 @@
88}; 88};
89 89
90&i2c0 { 90&i2c0 {
91 tda19988: tda19988 { 91 tda19988: tda19988@70 {
92 compatible = "nxp,tda998x"; 92 compatible = "nxp,tda998x";
93 reg = <0x70>; 93 reg = <0x70>;
94 94
diff --git a/arch/arm/boot/dts/am335x-osd3358-sm-red.dts b/arch/arm/boot/dts/am335x-osd3358-sm-red.dts
index 4d969013f99a..d9e92671055b 100755..100644
--- a/arch/arm/boot/dts/am335x-osd3358-sm-red.dts
+++ b/arch/arm/boot/dts/am335x-osd3358-sm-red.dts
@@ -161,7 +161,7 @@
161 invensense,key = [4e cc 7e eb f6 1e 35 22 00 34 0d 65 32 e9 94 89];*/ 161 invensense,key = [4e cc 7e eb f6 1e 35 22 00 34 0d 65 32 e9 94 89];*/
162 }; 162 };
163 163
164 bmp280: pressure@78 { 164 bmp280: pressure@76 {
165 compatible = "bosch,bmp280"; 165 compatible = "bosch,bmp280";
166 reg = <0x76>; 166 reg = <0x76>;
167 }; 167 };
diff --git a/arch/arm/boot/dts/am335x-pdu001.dts b/arch/arm/boot/dts/am335x-pdu001.dts
index 2ee460ab4d1a..6dd9d487aaeb 100644
--- a/arch/arm/boot/dts/am335x-pdu001.dts
+++ b/arch/arm/boot/dts/am335x-pdu001.dts
@@ -373,7 +373,7 @@
373 ti,pindir-d0-out-d1-in; 373 ti,pindir-d0-out-d1-in;
374 status = "okay"; 374 status = "okay";
375 375
376 cfaf240320a032t { 376 display-controller@0 {
377 compatible = "orisetech,otm3225a"; 377 compatible = "orisetech,otm3225a";
378 reg = <0>; 378 reg = <0>;
379 spi-max-frequency = <1000000>; 379 spi-max-frequency = <1000000>;
diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi
index f0cbd86312dc..7450b6acf1ca 100644
--- a/arch/arm/boot/dts/am4372.dtsi
+++ b/arch/arm/boot/dts/am4372.dtsi
@@ -1100,7 +1100,7 @@
1100 }; 1100 };
1101 }; 1101 };
1102 1102
1103 qspi: qspi@47900000 { 1103 qspi: spi@47900000 {
1104 compatible = "ti,am4372-qspi"; 1104 compatible = "ti,am4372-qspi";
1105 reg = <0x47900000 0x100>, 1105 reg = <0x47900000 0x100>,
1106 <0x30000000 0x4000000>; 1106 <0x30000000 0x4000000>;
diff --git a/arch/arm/boot/dts/am57xx-cl-som-am57x.dts b/arch/arm/boot/dts/am57xx-cl-som-am57x.dts
index 7a25613c4105..4748ce8747ad 100644
--- a/arch/arm/boot/dts/am57xx-cl-som-am57x.dts
+++ b/arch/arm/boot/dts/am57xx-cl-som-am57x.dts
@@ -518,7 +518,7 @@
518 }; 518 };
519 519
520 /* touch controller */ 520 /* touch controller */
521 ads7846@0 { 521 touchscreen@1 {
522 pinctrl-names = "default"; 522 pinctrl-names = "default";
523 pinctrl-0 = <&ads7846_pins>; 523 pinctrl-0 = <&ads7846_pins>;
524 524
diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi
index a0ddf497e8cd..160c1c454b9c 100644
--- a/arch/arm/boot/dts/dra7.dtsi
+++ b/arch/arm/boot/dts/dra7.dtsi
@@ -1369,7 +1369,7 @@
1369 status = "disabled"; 1369 status = "disabled";
1370 }; 1370 };
1371 1371
1372 qspi: qspi@4b300000 { 1372 qspi: spi@4b300000 {
1373 compatible = "ti,dra7xxx-qspi"; 1373 compatible = "ti,dra7xxx-qspi";
1374 reg = <0x4b300000 0x100>, 1374 reg = <0x4b300000 0x100>,
1375 <0x5c000000 0x4000000>; 1375 <0x5c000000 0x4000000>;
diff --git a/arch/arm/boot/dts/keystone-k2g.dtsi b/arch/arm/boot/dts/keystone-k2g.dtsi
index 738b44cf2b0b..1c833105d6c5 100644
--- a/arch/arm/boot/dts/keystone-k2g.dtsi
+++ b/arch/arm/boot/dts/keystone-k2g.dtsi
@@ -416,7 +416,7 @@
416 clock-names = "fck", "mmchsdb_fck"; 416 clock-names = "fck", "mmchsdb_fck";
417 }; 417 };
418 418
419 qspi: qspi@2940000 { 419 qspi: spi@2940000 {
420 compatible = "ti,k2g-qspi", "cdns,qspi-nor"; 420 compatible = "ti,k2g-qspi", "cdns,qspi-nor";
421 #address-cells = <1>; 421 #address-cells = <1>;
422 #size-cells = <0>; 422 #size-cells = <0>;
diff --git a/arch/arm/boot/dts/omap2.dtsi b/arch/arm/boot/dts/omap2.dtsi
index f1d6de8b3c19..000bf16de651 100644
--- a/arch/arm/boot/dts/omap2.dtsi
+++ b/arch/arm/boot/dts/omap2.dtsi
@@ -114,7 +114,7 @@
114 dma-names = "tx", "rx"; 114 dma-names = "tx", "rx";
115 }; 115 };
116 116
117 mcspi1: mcspi@48098000 { 117 mcspi1: spi@48098000 {
118 compatible = "ti,omap2-mcspi"; 118 compatible = "ti,omap2-mcspi";
119 ti,hwmods = "mcspi1"; 119 ti,hwmods = "mcspi1";
120 reg = <0x48098000 0x100>; 120 reg = <0x48098000 0x100>;
@@ -125,7 +125,7 @@
125 "tx2", "rx2", "tx3", "rx3"; 125 "tx2", "rx2", "tx3", "rx3";
126 }; 126 };
127 127
128 mcspi2: mcspi@4809a000 { 128 mcspi2: spi@4809a000 {
129 compatible = "ti,omap2-mcspi"; 129 compatible = "ti,omap2-mcspi";
130 ti,hwmods = "mcspi2"; 130 ti,hwmods = "mcspi2";
131 reg = <0x4809a000 0x100>; 131 reg = <0x4809a000 0x100>;
diff --git a/arch/arm/boot/dts/omap2430.dtsi b/arch/arm/boot/dts/omap2430.dtsi
index 84635eeb99cd..7f57af2f10ac 100644
--- a/arch/arm/boot/dts/omap2430.dtsi
+++ b/arch/arm/boot/dts/omap2430.dtsi
@@ -285,7 +285,7 @@
285 ti,timer-alwon; 285 ti,timer-alwon;
286 }; 286 };
287 287
288 mcspi3: mcspi@480b8000 { 288 mcspi3: spi@480b8000 {
289 compatible = "ti,omap2-mcspi"; 289 compatible = "ti,omap2-mcspi";
290 ti,hwmods = "mcspi3"; 290 ti,hwmods = "mcspi3";
291 reg = <0x480b8000 0x100>; 291 reg = <0x480b8000 0x100>;
diff --git a/arch/arm/boot/dts/omap3-n9.dts b/arch/arm/boot/dts/omap3-n9.dts
index ded5fcf084eb..1f91646b8951 100644
--- a/arch/arm/boot/dts/omap3-n9.dts
+++ b/arch/arm/boot/dts/omap3-n9.dts
@@ -40,7 +40,7 @@
40}; 40};
41 41
42&i2c3 { 42&i2c3 {
43 ak8975@0f { 43 ak8975@f {
44 compatible = "asahi-kasei,ak8975"; 44 compatible = "asahi-kasei,ak8975";
45 reg = <0x0f>; 45 reg = <0x0f>;
46 }; 46 };