aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/exynos5440.dtsi
diff options
context:
space:
mode:
authorGiridhar Maruthy <giridhar.m@samsung.com>2012-12-28 12:33:58 -0500
committerKukjin Kim <kgene.kim@samsung.com>2013-03-07 05:39:49 -0500
commit49498c5609f5cdef6768eeb932dbc4d81b907c33 (patch)
tree969b05d354d5a8d4d3f76e38b3d6dcca291c4c84 /arch/arm/boot/dts/exynos5440.dtsi
parent8233854bec6325f73bea013c4841b67fdb5971bf (diff)
ARM: dts: change compatible value for exynos5440 i2c
This patch removes disabled status from I2C node for exynos5440-ssdk5440, and fixes the incorrect compatible property value of i2c for exynos5440. Signed-off-by: Giridhar Maruthy <giridhar.m@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/boot/dts/exynos5440.dtsi')
-rw-r--r--arch/arm/boot/dts/exynos5440.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/exynos5440.dtsi b/arch/arm/boot/dts/exynos5440.dtsi
index 0bde96d6570b..1e7a2b060bde 100644
--- a/arch/arm/boot/dts/exynos5440.dtsi
+++ b/arch/arm/boot/dts/exynos5440.dtsi
@@ -105,7 +105,7 @@
105 }; 105 };
106 106
107 i2c@F0000 { 107 i2c@F0000 {
108 compatible = "samsung,s3c2440-i2c"; 108 compatible = "samsung,exynos5440-i2c";
109 reg = <0xF0000 0x1000>; 109 reg = <0xF0000 0x1000>;
110 interrupts = <0 5 0>; 110 interrupts = <0 5 0>;
111 #address-cells = <1>; 111 #address-cells = <1>;
@@ -113,7 +113,7 @@
113 }; 113 };
114 114
115 i2c@100000 { 115 i2c@100000 {
116 compatible = "samsung,s3c2440-i2c"; 116 compatible = "samsung,exynos5440-i2c";
117 reg = <0x100000 0x1000>; 117 reg = <0x100000 0x1000>;
118 interrupts = <0 6 0>; 118 interrupts = <0 6 0>;
119 #address-cells = <1>; 119 #address-cells = <1>;