ARM: dts: at91: fix i2c-gpio node name
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>
Thu, 14 Jul 2016 14:58:11 +0000 (16:58 +0200)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Fri, 15 Jul 2016 09:23:44 +0000 (11:23 +0200)
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>
23 files changed:
arch/arm/boot/dts/at91-foxg20.dts
arch/arm/boot/dts/at91-kizbox.dts
arch/arm/boot/dts/at91-qil_a9260.dts
arch/arm/boot/dts/at91-sam9_l9260.dts
arch/arm/boot/dts/at91rm9200.dtsi
arch/arm/boot/dts/at91sam9260.dtsi
arch/arm/boot/dts/at91sam9260ek.dts
arch/arm/boot/dts/at91sam9261.dtsi
arch/arm/boot/dts/at91sam9263.dtsi
arch/arm/boot/dts/at91sam9263ek.dts
arch/arm/boot/dts/at91sam9g20ek_common.dtsi
arch/arm/boot/dts/at91sam9g45.dtsi
arch/arm/boot/dts/at91sam9n12.dtsi
arch/arm/boot/dts/at91sam9rl.dtsi
arch/arm/boot/dts/at91sam9rlek.dts
arch/arm/boot/dts/at91sam9x5.dtsi
arch/arm/boot/dts/ethernut5.dts
arch/arm/boot/dts/evk-pro3.dts
arch/arm/boot/dts/mpa1600.dts
arch/arm/boot/dts/tny_a9263.dts
arch/arm/boot/dts/usb_a9260_common.dtsi
arch/arm/boot/dts/usb_a9263.dts
arch/arm/boot/dts/usb_a9g20_common.dtsi

index 07c9bacf1ae61ed6115d1748a45f660bc1d2cfac..50d5e719b451aca332d93c5240499c388647fad7 100644 (file)
                };
        };
 
-       i2c@0 {
+       i2c-gpio-0 {
                pinctrl-names = "default";
                pinctrl-0 = <&pinctrl_i2c0>;
                i2c-gpio,delay-us = <5>;        /* ~85 kHz */
index 0e3f34e084b5e8a81db24d7cd0cbca9792e329ac..b4f147c193fdb5c56923ab47232690833d7b92ef 100644 (file)
@@ -96,7 +96,7 @@
                };
        };
 
-       i2c@0 {
+       i2c-gpio-0 {
                status = "okay";
 
                rtc: pcf8563@51 {
index 5ad3d90f9d39c2c33fd8aed3e8677bb120269431..8f019184fccf0b96b2b436a8a48c58bf00a03dfe 100644 (file)
                };
        };
 
-       i2c@0 {
+       i2c-gpio-0 {
                status = "okay";
        };
 };
index 814753ab26a0d149667fda05a5e3a80cff9adf2d..171243ca4f2f446b0f924d60a029dcd606959c7f 100644 (file)
@@ -99,7 +99,7 @@
 
        };
 
-       i2c@0 {
+       i2c-gpio-0 {
                status = "okay";
        };
 
index f6cb7a80a2f55abdf23214fc3d5b58ec89b8dc80..4e913c2ccb79623e5c9aff10eb1931507b6e7a2f 100644 (file)
                };
        };
 
-       i2c@0 {
+       i2c-gpio-0 {
                compatible = "i2c-gpio";
                gpios = <&pioA 25 GPIO_ACTIVE_HIGH /* sda */
                         &pioA 26 GPIO_ACTIVE_HIGH /* scl */
index 49a02f5a447643f82b0318bf332337f06a25b858..a3e363d79122c1a82400519735ec252883290304 100644 (file)
                };
        };
 
-       i2c@0 {
+       i2c-gpio-0 {
                compatible = "i2c-gpio";
                gpios = <&pioA 23 GPIO_ACTIVE_HIGH /* sda */
                         &pioA 24 GPIO_ACTIVE_HIGH /* scl */
index 0a29bd0dd9bf102d6a10e9239987831441fe2813..2c87f58448e7b9823d6318139d7edc238a85b903 100644 (file)
                };
        };
 
-       i2c@0 {
+       i2c-gpio-0 {
                status = "okay";
 
                24c512@50 {
index 5e09de4eb9cdf12fdaa9c79c714b5212ab851be5..32752d7883f14edba29f56972cf1f29f2e26f88d 100644 (file)
                };
        };
 
-       i2c@0 {
+       i2c-gpio-0 {
                compatible = "i2c-gpio";
                pinctrl-names = "default";
                pinctrl-0 = <&pinctrl_i2c_bitbang>;
index 93446420af258d795b874efde5b522aac1ab3e1a..aeb1a36373f48cfbe88fec12b89c5ba9d12823f7 100644 (file)
                };
        };
 
-       i2c@0 {
+       i2c-gpio-0 {
                compatible = "i2c-gpio";
                gpios = <&pioB 4 GPIO_ACTIVE_HIGH /* sda */
                         &pioB 5 GPIO_ACTIVE_HIGH /* scl */
index 59df9d73d27659d507d78d195fe3b1be7c499dd4..127cc42e9e2921c70967c0d8b47638801e1e6cc3 100644 (file)
                };
        };
 
-       i2c@0 {
+       i2c-gpio-0 {
                status = "okay";
 
                24c512@50 {
index 1395b30adad6d67df042eff56220055949a6a3ef..27847a47c1082e94e472814e9cb0676841c82cfa 100644 (file)
                };
        };
 
-       i2c@0 {
+       i2c-gpio-0 {
                status = "okay";
 
                24c512@50 {
index c8789a8a0a1d0487e212bd92996039b729670991..b3501ae2a3bd19211769bdd00ee18d4245562bdf 100644 (file)
                };
        };
 
-       i2c@0 {
+       i2c-gpio-0 {
                compatible = "i2c-gpio";
                gpios = <&pioA 20 GPIO_ACTIVE_HIGH /* sda */
                         &pioA 21 GPIO_ACTIVE_HIGH /* scl */
index 95569a87b6c9dafeab2ef121ab2fd7bed66a3e5c..3b3eb3edcb470f84a926c2c9dce951dbb0b8037d 100644 (file)
                };
        };
 
-       i2c@0 {
+       i2c-gpio-0 {
                compatible = "i2c-gpio";
                gpios = <&pioA 30 GPIO_ACTIVE_HIGH /* sda */
                         &pioA 31 GPIO_ACTIVE_HIGH /* scl */
index cdaae8eb038c7b3507e473f79555c1232ba6c54e..70adf940d98c0c306bcd61456f3216563460c5ff 100644 (file)
                };
        };
 
-       i2c@0 {
+       i2c-gpio-0 {
                compatible = "i2c-gpio";
                gpios = <&pioA 23 GPIO_ACTIVE_HIGH>, /* sda */
                        <&pioA 24 GPIO_ACTIVE_HIGH>; /* scl */
                status = "disabled";
        };
 
-       i2c@1 {
+       i2c-gpio-1 {
                compatible = "i2c-gpio";
                gpios = <&pioD 10 GPIO_ACTIVE_HIGH>, /* sda */
                        <&pioD 11 GPIO_ACTIVE_HIGH>; /* scl */
index f10566f759cdceba2bedb202365a8c30d979c2f5..2e567d90fba8aa4dc34d9ec41b22fa2459e7bb1d 100644 (file)
                };
        };
 
-       i2c@0 {
+       i2c-gpio-0 {
                status = "okay";
        };
 
-       i2c@1 {
+       i2c-gpio-1 {
                status = "okay";
        };
 };
index f14ed909236c689f9eebede74b3271e174e022a9..ed4e4bd8a8f126ef1ca0a98d24c50f874c70fb66 100644 (file)
                };
        };
 
-       i2c@0 {
+       i2c-gpio-0 {
                compatible = "i2c-gpio";
                gpios = <&pioA 30 GPIO_ACTIVE_HIGH /* sda */
                         &pioA 31 GPIO_ACTIVE_HIGH /* scl */
                status = "disabled";
        };
 
-       i2c@1 {
+       i2c-gpio-1 {
                compatible = "i2c-gpio";
                gpios = <&pioC 0 GPIO_ACTIVE_HIGH /* sda */
                         &pioC 1 GPIO_ACTIVE_HIGH /* scl */
                status = "disabled";
        };
 
-       i2c@2 {
+       i2c-gpio-2 {
                compatible = "i2c-gpio";
                gpios = <&pioB 4 GPIO_ACTIVE_HIGH /* sda */
                         &pioB 5 GPIO_ACTIVE_HIGH /* scl */
index 298ee2fd2b51d9f192cd139d1f1282160545b0d1..4687229a3ab91d613c31c851e1cc12d6db09777b 100644 (file)
@@ -83,7 +83,7 @@
                };
        };
 
-       i2c@0 {
+       i2c-gpio-0 {
                status = "okay";
 
                pcf8563@50 {
index 312d3e80b5385895dbe05c4b5dc92982a41f84a6..20a4481b6e12790c6f725960666b0473ad282997 100644 (file)
@@ -52,7 +52,7 @@
                };
        };
 
-       i2c@0 {
+       i2c-gpio-0 {
                status = "okay";
        };
 
index 30e66e57870cfced6b45b5e4519cdeb77b93063f..116ce78bea4fd0716ec53e7fa71aec275ec69b62 100644 (file)
@@ -52,7 +52,7 @@
                };
        };
 
-       i2c@0 {
+       i2c-gpio-0 {
                status = "okay";
        };
 
index 2f39f85158f7dbdb8eb05cf1bc0543002708eebc..9161cd9889b4edd43c4c50713b0da495ffacac12 100644 (file)
@@ -90,7 +90,7 @@
                };
        };
 
-       i2c@0 {
+       i2c-gpio-0 {
                status = "okay";
        };
 };
index 0f3a02b336a29ce5b05043b9ef18341c7af7d956..7514b347cdd283d5cf0be849c9f4828e4faadc3d 100644 (file)
                };
        };
 
-       i2c@0 {
+       i2c-gpio-0 {
                status = "okay";
        };
 };
index 94c615072f3b7bc8df1d1fd4a1fcab34bd69122c..bfc48a272417a901f361126b4e9fdd9d1947a733 100644 (file)
                };
        };
 
-       i2c@0 {
+       i2c-gpio-0 {
                status = "okay";
        };
 };
index 6156ee878345370ec9c87a19b3c6c43f71b3b98a..088c2c3685ab7bf3d65367c0662d226980cbb44e 100644 (file)
@@ -19,7 +19,7 @@
                reg = <0x20000000 0x4000000>;
        };
 
-       i2c@0 {
+       i2c-gpio-0 {
                rv3029c2@56 {
                        compatible = "rv3029c2";
                        reg = <0x56>;