[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-id: <1354021236-28596-4-git-send-email-ch.naveen@samsung.com>
Date: Tue, 27 Nov 2012 18:30:36 +0530
From: Naveen Krishna Chatradhi <ch.naveen@...sung.com>
To: linux-arm-kernel@...ts.infradead.org,
linux-samsung-soc@...r.kernel.org,
devicetree-discuss@...ts.ozlabs.org, linux-i2c@...r.kernel.org
Cc: naveenkrishna.ch@...il.com, kgene.kim@...sung.com,
grant.likely@...retlab.ca, w.sang@...gutronix.de,
linux-kernel@...r.kernel.org, taeggyun.ko@...sung.com
Subject: [PATCH 3/3] arm: exynos5: Add HS-I2C device tree platform information
This patch adds HS-I2C device tree platform information in
exynos5.dtsi and exynos5-smdk5250.
Signed-off-by: Naveen Krishna Chatradhi <ch.naveen@...sung.com>
---
arch/arm/boot/dts/exynos5250-smdk5250.dts | 16 +++++++++++++++
arch/arm/boot/dts/exynos5250.dtsi | 32 +++++++++++++++++++++++++++++
2 files changed, 48 insertions(+)
diff --git a/arch/arm/boot/dts/exynos5250-smdk5250.dts b/arch/arm/boot/dts/exynos5250-smdk5250.dts
index fc37e19..4e22b84 100644
--- a/arch/arm/boot/dts/exynos5250-smdk5250.dts
+++ b/arch/arm/boot/dts/exynos5250-smdk5250.dts
@@ -161,6 +161,22 @@
};
};
+ hsi2c@...50000 {
+ status = "disabled";
+ };
+
+ hsi2c@...00000 {
+ status = "disabled";
+ };
+
+ hsi2c@...50000 {
+ status = "disabled";
+ };
+
+ hsi2c@...E0000 {
+ status = "disabled";
+ };
+
dwmmc_0: dwmmc0@...00000 {
num-slots = <1>;
supports-highspeed;
diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi
index a42b02b0..276ecb3 100755
--- a/arch/arm/boot/dts/exynos5250.dtsi
+++ b/arch/arm/boot/dts/exynos5250.dtsi
@@ -182,6 +182,38 @@
#size-cells = <0>;
};
+ hsi2c@...50000 {
+ compatible = "samsung,exynos5-hs-i2c";
+ reg = <0x12C50000 0x1000>;
+ interrupts = <0 56 0>;
+ #address-cells = <1>;
+ #size-cells = <0>;
+ };
+
+ hsi2c@...00000 {
+ compatible = "samsung,exynos5-hs-i2c";
+ reg = <0x12D00000 0x1000>;
+ interrupts = <0 57 0>;
+ #address-cells = <1>;
+ #size-cells = <0>;
+ };
+
+ hsi2c@...50000 {
+ compatible = "samsung,exynos5-hs-i2c";
+ reg = <0x12D50000 0x1000>;
+ interrupts = <0 58 0>;
+ #address-cells = <1>;
+ #size-cells = <0>;
+ };
+
+ hsi2c@...E0000 {
+ compatible = "samsung,exynos5-hs-i2c";
+ reg = <0x12DE0000 0x1000>;
+ interrupts = <0 59 0>;
+ #address-cells = <1>;
+ #size-cells = <0>;
+ };
+
spi_0: spi@...20000 {
compatible = "samsung,exynos4210-spi";
reg = <0x12d20000 0x100>;
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists