]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: dts: n8x0: remove unneeded unit name for i2c node
authorJavier Martinez Canillas <javier@osg.samsung.com>
Fri, 1 Apr 2016 20:20:19 +0000 (16:20 -0400)
committerTony Lindgren <tony@atomide.com>
Mon, 11 Apr 2016 18:57:06 +0000 (11:57 -0700)
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>
arch/arm/boot/dts/omap2420-n8x0-common.dtsi

index 8491f46c61b769a13b841dfce9502e2c6274c0e9..db95aadcca70193f0cb95f11753911cefcc37a4d 100644 (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 */