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:
Javier Martinez Canillas 2016-04-01 16:20:19 -04:00 committed by Tony Lindgren
parent 308cfdaf9a
commit e72c378b8b
1 changed files with 1 additions and 1 deletions

View File

@ -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 */