1
0
Fork 0

ARM: dts: at91: fix i2c-gpio node name

i2c-gpio doesn't need a reg property. Change the node names to i2c-gpio-x
as used in other dts to remove the unit-address.

Solves:
Warning (unit_address_vs_reg): Node /i2c@0 has a unit name, but no reg property
Warning (unit_address_vs_reg): Node /i2c@1 has a unit name, but no reg property
Warning (unit_address_vs_reg): Node /i2c@2 has a unit name, but no reg property

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
steinar/wifi_calib_4_9_kernel
Alexandre Belloni 2016-07-14 16:58:11 +02:00
parent d3c1c7181f
commit e152e3f7f4
23 changed files with 27 additions and 27 deletions

View File

@ -125,7 +125,7 @@
};
};
i2c@0 {
i2c-gpio-0 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_i2c0>;
i2c-gpio,delay-us = <5>; /* ~85 kHz */

View File

@ -96,7 +96,7 @@
};
};
i2c@0 {
i2c-gpio-0 {
status = "okay";
rtc: pcf8563@51 {

View File

@ -178,7 +178,7 @@
};
};
i2c@0 {
i2c-gpio-0 {
status = "okay";
};
};

View File

@ -99,7 +99,7 @@
};
i2c@0 {
i2c-gpio-0 {
status = "okay";
};

View File

@ -948,7 +948,7 @@
};
};
i2c@0 {
i2c-gpio-0 {
compatible = "i2c-gpio";
gpios = <&pioA 25 GPIO_ACTIVE_HIGH /* sda */
&pioA 26 GPIO_ACTIVE_HIGH /* scl */

View File

@ -1013,7 +1013,7 @@
};
};
i2c@0 {
i2c-gpio-0 {
compatible = "i2c-gpio";
gpios = <&pioA 23 GPIO_ACTIVE_HIGH /* sda */
&pioA 24 GPIO_ACTIVE_HIGH /* scl */

View File

@ -185,7 +185,7 @@
};
};
i2c@0 {
i2c-gpio-0 {
status = "okay";
24c512@50 {

View File

@ -860,7 +860,7 @@
};
};
i2c@0 {
i2c-gpio-0 {
compatible = "i2c-gpio";
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_i2c_bitbang>;

View File

@ -1019,7 +1019,7 @@
};
};
i2c@0 {
i2c-gpio-0 {
compatible = "i2c-gpio";
gpios = <&pioB 4 GPIO_ACTIVE_HIGH /* sda */
&pioB 5 GPIO_ACTIVE_HIGH /* scl */

View File

@ -215,7 +215,7 @@
};
};
i2c@0 {
i2c-gpio-0 {
status = "okay";
24c512@50 {

View File

@ -176,7 +176,7 @@
};
};
i2c@0 {
i2c-gpio-0 {
status = "okay";
24c512@50 {

View File

@ -1316,7 +1316,7 @@
};
};
i2c@0 {
i2c-gpio-0 {
compatible = "i2c-gpio";
gpios = <&pioA 20 GPIO_ACTIVE_HIGH /* sda */
&pioA 21 GPIO_ACTIVE_HIGH /* scl */

View File

@ -1030,7 +1030,7 @@
};
};
i2c@0 {
i2c-gpio-0 {
compatible = "i2c-gpio";
gpios = <&pioA 30 GPIO_ACTIVE_HIGH /* sda */
&pioA 31 GPIO_ACTIVE_HIGH /* scl */

View File

@ -1089,7 +1089,7 @@
};
};
i2c@0 {
i2c-gpio-0 {
compatible = "i2c-gpio";
gpios = <&pioA 23 GPIO_ACTIVE_HIGH>, /* sda */
<&pioA 24 GPIO_ACTIVE_HIGH>; /* scl */
@ -1103,7 +1103,7 @@
status = "disabled";
};
i2c@1 {
i2c-gpio-1 {
compatible = "i2c-gpio";
gpios = <&pioD 10 GPIO_ACTIVE_HIGH>, /* sda */
<&pioD 11 GPIO_ACTIVE_HIGH>; /* scl */

View File

@ -227,11 +227,11 @@
};
};
i2c@0 {
i2c-gpio-0 {
status = "okay";
};
i2c@1 {
i2c-gpio-1 {
status = "okay";
};
};

View File

@ -1238,7 +1238,7 @@
};
};
i2c@0 {
i2c-gpio-0 {
compatible = "i2c-gpio";
gpios = <&pioA 30 GPIO_ACTIVE_HIGH /* sda */
&pioA 31 GPIO_ACTIVE_HIGH /* scl */
@ -1253,7 +1253,7 @@
status = "disabled";
};
i2c@1 {
i2c-gpio-1 {
compatible = "i2c-gpio";
gpios = <&pioC 0 GPIO_ACTIVE_HIGH /* sda */
&pioC 1 GPIO_ACTIVE_HIGH /* scl */
@ -1268,7 +1268,7 @@
status = "disabled";
};
i2c@2 {
i2c-gpio-2 {
compatible = "i2c-gpio";
gpios = <&pioB 4 GPIO_ACTIVE_HIGH /* sda */
&pioB 5 GPIO_ACTIVE_HIGH /* scl */

View File

@ -83,7 +83,7 @@
};
};
i2c@0 {
i2c-gpio-0 {
status = "okay";
pcf8563@50 {

View File

@ -52,7 +52,7 @@
};
};
i2c@0 {
i2c-gpio-0 {
status = "okay";
};

View File

@ -52,7 +52,7 @@
};
};
i2c@0 {
i2c-gpio-0 {
status = "okay";
};

View File

@ -90,7 +90,7 @@
};
};
i2c@0 {
i2c-gpio-0 {
status = "okay";
};
};

View File

@ -110,7 +110,7 @@
};
};
i2c@0 {
i2c-gpio-0 {
status = "okay";
};
};

View File

@ -138,7 +138,7 @@
};
};
i2c@0 {
i2c-gpio-0 {
status = "okay";
};
};

View File

@ -19,7 +19,7 @@
reg = <0x20000000 0x4000000>;
};
i2c@0 {
i2c-gpio-0 {
rv3029c2@56 {
compatible = "rv3029c2";
reg = <0x56>;