Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 49498c56 authored by Giridhar Maruthy's avatar Giridhar Maruthy Committed by Kukjin Kim
Browse files

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: default avatarGiridhar Maruthy <giridhar.m@samsung.com>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent 8233854b
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -27,12 +27,4 @@
	spi {
		status = "disabled";
	};

	i2c@F0000 {
		status = "disabled";
	};

	i2c@100000 {
		status = "disabled";
	};
};
+2 −2
Original line number Diff line number Diff line
@@ -105,7 +105,7 @@
	};

	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@100000 {
		compatible = "samsung,s3c2440-i2c";
		compatible = "samsung,exynos5440-i2c";
		reg = <0x100000 0x1000>;
		interrupts = <0 6 0>;
		#address-cells = <1>;