summaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorJavier Martinez Canillas2016-04-01 22:20:19 +0200
committerTony Lindgren2016-04-11 20:57:06 +0200
commite72c378b8be62e072c067bfcb203dfd20530cd70 (patch)
tree76f723d6195602aee21eb2041a1148218e258e6d /arch/arm
parentARM: dts: omap: add missing unit name to pbias regulator nodes (diff)
downloadkernel-qcow2-linux-e72c378b8be62e072c067bfcb203dfd20530cd70.tar.gz
kernel-qcow2-linux-e72c378b8be62e072c067bfcb203dfd20530cd70.tar.xz
kernel-qcow2-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')
-rw-r--r--arch/arm/boot/dts/omap2420-n8x0-common.dtsi2
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 */