[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1366104611-14315-1-git-send-email-ks.giri@samsung.com>
Date: Tue, 16 Apr 2013 15:00:11 +0530
From: Girish K S <girishks2000@...il.com>
To: linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-samsung-soc@...r.kernel.org
Cc: kgene.kim@...sung.com
Subject: [PATCH V2 2/2] ARM: dts: add dts node for the ahci sata exynos5440
This patch adds dts support for the sata controller
Signed-off-by: Girish K S <ks.giri@...sung.com>
---
arch/arm/boot/dts/exynos5440.dtsi | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/arch/arm/boot/dts/exynos5440.dtsi b/arch/arm/boot/dts/exynos5440.dtsi
index 7c5dc38..2dc4ffa 100644
--- a/arch/arm/boot/dts/exynos5440.dtsi
+++ b/arch/arm/boot/dts/exynos5440.dtsi
@@ -220,4 +220,13 @@
clock-names = "rtc";
status = "disabled";
};
+
+ sata@...000 {
+ compatible = "snps,exynos5440-ahci";
+ reg = <0x210000 0x10000>;
+ interrupts = <0 30 0>;
+ clocks = <&clock 10>;
+ clock-names = "sata";
+ };
+
};
--
1.7.5.4
--
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