ARM: dts: change compatible value for exynos5440 i2c
authorGiridhar Maruthy <giridhar.m@samsung.com>
Fri, 28 Dec 2012 17:33:58 +0000 (09:33 -0800)
committerKukjin Kim <kgene.kim@samsung.com>
Thu, 7 Mar 2013 10:39:49 +0000 (19:39 +0900)
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>
arch/arm/boot/dts/exynos5440-ssdk5440.dts
arch/arm/boot/dts/exynos5440.dtsi

index 4c411fa4e7ff7dbb10d4a85598c9d6eaaaf83e39..ee60c57823ab22e23d1572c8d7ebc13e46399cd7 100644 (file)
        spi {
                status = "disabled";
        };
-
-       i2c@F0000 {
-               status = "disabled";
-       };
-
-       i2c@100000 {
-               status = "disabled";
-       };
 };
index 0bde96d6570b69f8df24beea97e0aa09bdfcfad7..1e7a2b060bdef58c33d3797ec964008f27379c66 100644 (file)
        };
 
        i2c@F0000 {
-               compatible = "samsung,s3c2440-i2c";
+               compatible = "samsung,exynos5440-i2c";
                reg = <0xF0000 0x1000>;
                interrupts = <0 5 0>;
                #address-cells = <1>;
        };
 
        i2c@100000 {
-               compatible = "samsung,s3c2440-i2c";
+               compatible = "samsung,exynos5440-i2c";
                reg = <0x100000 0x1000>;
                interrupts = <0 6 0>;
                #address-cells = <1>;
This page took 0.025898 seconds and 5 git commands to generate.