diff options
author | Javier Martinez Canillas <javier@osg.samsung.com> | 2016-04-01 22:20:19 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-04-11 20:57:06 +0200 |
commit | e72c378b8be62e072c067bfcb203dfd20530cd70 (patch) | |
tree | 76f723d6195602aee21eb2041a1148218e258e6d /arch/arm/boot/dts/omap2420-n8x0-common.dtsi | |
parent | ARM: dts: omap: add missing unit name to pbias regulator nodes (diff) | |
download | linux-e72c378b8be62e072c067bfcb203dfd20530cd70.tar.xz linux-e72c378b8be62e072c067bfcb203dfd20530cd70.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/omap2420-n8x0-common.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap2420-n8x0-common.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap2420-n8x0-common.dtsi b/arch/arm/boot/dts/omap2420-n8x0-common.dtsi index 8491f46c61b7..db95aadcca70 100644 --- a/arch/arm/boot/dts/omap2420-n8x0-common.dtsi +++ b/arch/arm/boot/dts/omap2420-n8x0-common.dtsi @@ -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 */ |