Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e72c378b authored by Javier Martinez Canillas's avatar Javier Martinez Canillas Committed by Tony Lindgren
Browse files

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: default avatarJavier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 308cfdaf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */