Commit e152e3f7 authored by Alexandre Belloni's avatar Alexandre Belloni
Browse files

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: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
parent d3c1c718
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -125,7 +125,7 @@
		};
	};

	i2c@0 {
	i2c-gpio-0 {
		pinctrl-names = "default";
		pinctrl-0 = <&pinctrl_i2c0>;
		i2c-gpio,delay-us = <5>;	/* ~85 kHz */
+1 −1
Original line number Diff line number Diff line
@@ -96,7 +96,7 @@
		};
	};

	i2c@0 {
	i2c-gpio-0 {
		status = "okay";

		rtc: pcf8563@51 {
+1 −1
Original line number Diff line number Diff line
@@ -178,7 +178,7 @@
		};
	};

	i2c@0 {
	i2c-gpio-0 {
		status = "okay";
	};
};
+1 −1
Original line number Diff line number Diff line
@@ -99,7 +99,7 @@

	};

	i2c@0 {
	i2c-gpio-0 {
		status = "okay";
	};

+1 −1
Original line number Diff line number Diff line
@@ -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 */
Loading