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>
Cette révision appartient à :
Alexandre Belloni
2016-07-14 16:58:11 +02:00
Parent d3c1c7181f
révision e152e3f7f4
23 fichiers modifiés avec 27 ajouts et 27 suppressions

Voir le fichier

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