mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-18 10:46:12 +07:00
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>
This commit is contained in:
parent
d3c1c7181f
commit
e152e3f7f4
@ -125,7 +125,7 @@ usb0: ohci@500000 {
|
||||
};
|
||||
};
|
||||
|
||||
i2c@0 {
|
||||
i2c-gpio-0 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_i2c0>;
|
||||
i2c-gpio,delay-us = <5>; /* ~85 kHz */
|
||||
|
@ -96,7 +96,7 @@ user {
|
||||
};
|
||||
};
|
||||
|
||||
i2c@0 {
|
||||
i2c-gpio-0 {
|
||||
status = "okay";
|
||||
|
||||
rtc: pcf8563@51 {
|
||||
|
@ -178,7 +178,7 @@ user_pb {
|
||||
};
|
||||
};
|
||||
|
||||
i2c@0 {
|
||||
i2c-gpio-0 {
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
@ -99,7 +99,7 @@ usb0: ohci@500000 {
|
||||
|
||||
};
|
||||
|
||||
i2c@0 {
|
||||
i2c-gpio-0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
@ -948,7 +948,7 @@ usb0: ohci@00300000 {
|
||||
};
|
||||
};
|
||||
|
||||
i2c@0 {
|
||||
i2c-gpio-0 {
|
||||
compatible = "i2c-gpio";
|
||||
gpios = <&pioA 25 GPIO_ACTIVE_HIGH /* sda */
|
||||
&pioA 26 GPIO_ACTIVE_HIGH /* scl */
|
||||
|
@ -1013,7 +1013,7 @@ usb0: ohci@500000 {
|
||||
};
|
||||
};
|
||||
|
||||
i2c@0 {
|
||||
i2c-gpio-0 {
|
||||
compatible = "i2c-gpio";
|
||||
gpios = <&pioA 23 GPIO_ACTIVE_HIGH /* sda */
|
||||
&pioA 24 GPIO_ACTIVE_HIGH /* scl */
|
||||
|
@ -185,7 +185,7 @@ btn4 {
|
||||
};
|
||||
};
|
||||
|
||||
i2c@0 {
|
||||
i2c-gpio-0 {
|
||||
status = "okay";
|
||||
|
||||
24c512@50 {
|
||||
|
@ -860,7 +860,7 @@ gpbr: syscon@fffffd50 {
|
||||
};
|
||||
};
|
||||
|
||||
i2c@0 {
|
||||
i2c-gpio-0 {
|
||||
compatible = "i2c-gpio";
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_i2c_bitbang>;
|
||||
|
@ -1019,7 +1019,7 @@ usb0: ohci@00a00000 {
|
||||
};
|
||||
};
|
||||
|
||||
i2c@0 {
|
||||
i2c-gpio-0 {
|
||||
compatible = "i2c-gpio";
|
||||
gpios = <&pioB 4 GPIO_ACTIVE_HIGH /* sda */
|
||||
&pioB 5 GPIO_ACTIVE_HIGH /* scl */
|
||||
|
@ -215,7 +215,7 @@ right_click {
|
||||
};
|
||||
};
|
||||
|
||||
i2c@0 {
|
||||
i2c-gpio-0 {
|
||||
status = "okay";
|
||||
|
||||
24c512@50 {
|
||||
|
@ -176,7 +176,7 @@ usb0: ohci@500000 {
|
||||
};
|
||||
};
|
||||
|
||||
i2c@0 {
|
||||
i2c-gpio-0 {
|
||||
status = "okay";
|
||||
|
||||
24c512@50 {
|
||||
|
@ -1316,7 +1316,7 @@ usb1: ehci@00800000 {
|
||||
};
|
||||
};
|
||||
|
||||
i2c@0 {
|
||||
i2c-gpio-0 {
|
||||
compatible = "i2c-gpio";
|
||||
gpios = <&pioA 20 GPIO_ACTIVE_HIGH /* sda */
|
||||
&pioA 21 GPIO_ACTIVE_HIGH /* scl */
|
||||
|
@ -1030,7 +1030,7 @@ usb0: ohci@00500000 {
|
||||
};
|
||||
};
|
||||
|
||||
i2c@0 {
|
||||
i2c-gpio-0 {
|
||||
compatible = "i2c-gpio";
|
||||
gpios = <&pioA 30 GPIO_ACTIVE_HIGH /* sda */
|
||||
&pioA 31 GPIO_ACTIVE_HIGH /* scl */
|
||||
|
@ -1089,7 +1089,7 @@ rtc@fffffe00 {
|
||||
};
|
||||
};
|
||||
|
||||
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 @@ i2c@0 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
i2c@1 {
|
||||
i2c-gpio-1 {
|
||||
compatible = "i2c-gpio";
|
||||
gpios = <&pioD 10 GPIO_ACTIVE_HIGH>, /* sda */
|
||||
<&pioD 11 GPIO_ACTIVE_HIGH>; /* scl */
|
||||
|
@ -227,11 +227,11 @@ left_click {
|
||||
};
|
||||
};
|
||||
|
||||
i2c@0 {
|
||||
i2c-gpio-0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
i2c@1 {
|
||||
i2c-gpio-1 {
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
@ -1238,7 +1238,7 @@ usb1: ehci@00700000 {
|
||||
};
|
||||
};
|
||||
|
||||
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 @@ &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 */
|
||||
@ -1268,7 +1268,7 @@ &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 */
|
||||
|
@ -83,7 +83,7 @@ usb0: ohci@500000 {
|
||||
};
|
||||
};
|
||||
|
||||
i2c@0 {
|
||||
i2c-gpio-0 {
|
||||
status = "okay";
|
||||
|
||||
pcf8563@50 {
|
||||
|
@ -52,7 +52,7 @@ usb0: ohci@500000 {
|
||||
};
|
||||
};
|
||||
|
||||
i2c@0 {
|
||||
i2c-gpio-0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
@ -52,7 +52,7 @@ usb0: ohci@00300000 {
|
||||
};
|
||||
};
|
||||
|
||||
i2c@0 {
|
||||
i2c-gpio-0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
@ -90,7 +90,7 @@ data@7ca0000 {
|
||||
};
|
||||
};
|
||||
|
||||
i2c@0 {
|
||||
i2c-gpio-0 {
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
@ -110,7 +110,7 @@ user_pb {
|
||||
};
|
||||
};
|
||||
|
||||
i2c@0 {
|
||||
i2c-gpio-0 {
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
@ -138,7 +138,7 @@ user_pb {
|
||||
};
|
||||
};
|
||||
|
||||
i2c@0 {
|
||||
i2c-gpio-0 {
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
@ -19,7 +19,7 @@ memory {
|
||||
reg = <0x20000000 0x4000000>;
|
||||
};
|
||||
|
||||
i2c@0 {
|
||||
i2c-gpio-0 {
|
||||
rv3029c2@56 {
|
||||
compatible = "rv3029c2";
|
||||
reg = <0x56>;
|
||||
|
Loading…
Reference in New Issue
Block a user