forked from Minki/linux
ARM: dts: n8x0: remove unneeded unit name for i2c node
This patch fixes the following DTC warnings: "i2c@0 has a unit name, but no reg property" Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
parent
308cfdaf9a
commit
e72c378b8b
@ -7,7 +7,7 @@
|
||||
};
|
||||
|
||||
ocp {
|
||||
i2c@0 {
|
||||
i2c0 {
|
||||
compatible = "i2c-cbus-gpio";
|
||||
gpios = <&gpio3 2 GPIO_ACTIVE_HIGH /* gpio66 clk */
|
||||
&gpio3 1 GPIO_ACTIVE_HIGH /* gpio65 dat */
|
||||
|
Loading…
Reference in New Issue
Block a user