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>
This commit is contained in:
Giridhar Maruthy 2012-12-28 09:33:58 -08:00 committed by Kukjin Kim
parent 8233854bec
commit 49498c5609
2 changed files with 2 additions and 10 deletions

View file

@ -27,12 +27,4 @@ chosen {
spi {
status = "disabled";
};
i2c@F0000 {
status = "disabled";
};
i2c@100000 {
status = "disabled";
};
};

View file

@ -105,7 +105,7 @@ uart1: uart1 {
};
i2c@F0000 {
compatible = "samsung,s3c2440-i2c";
compatible = "samsung,exynos5440-i2c";
reg = <0xF0000 0x1000>;
interrupts = <0 5 0>;
#address-cells = <1>;
@ -113,7 +113,7 @@ i2c@F0000 {
};
i2c@100000 {
compatible = "samsung,s3c2440-i2c";
compatible = "samsung,exynos5440-i2c";
reg = <0x100000 0x1000>;
interrupts = <0 6 0>;
#address-cells = <1>;