summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorHyungwon Hwang <human.hwang@samsung.com>2014-08-28 15:45:33 +0900
committerhyungwon hwang <human.hwang@samsung.com>2014-09-10 22:12:36 -0700
commita77b849afc15f696433e476adcc7c5659deddf75 (patch)
treec75b54045587c90debc467790bffc7486fc1d763 /arch
parent014d6c590c12955f63c63679548f25a31b1c8096 (diff)
downloadlinux-3.10-a77b849afc15f696433e476adcc7c5659deddf75.tar.gz
linux-3.10-a77b849afc15f696433e476adcc7c5659deddf75.tar.bz2
linux-3.10-a77b849afc15f696433e476adcc7c5659deddf75.zip
dts: exynos3250: add Exynos DRM SC device node
This patch adds Exynos DRM SC device nodes and the corresponding IOMMU device nodes for the boards which uses Exynos 3250 processor. Change-Id: I3b91ccbd19ceddd4aeaa3bd685aeee6778fd7ee9 Signed-off-by: Hyungwon Hwang <human.hwang@samsung.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/exynos3250.dtsi19
1 files changed, 19 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos3250.dtsi b/arch/arm/boot/dts/exynos3250.dtsi
index 7f787f5f0d8..3cadbc29b99 100644
--- a/arch/arm/boot/dts/exynos3250.dtsi
+++ b/arch/arm/boot/dts/exynos3250.dtsi
@@ -373,6 +373,16 @@
samsung,power-domain = <&pd_cam>;
};
+ msc: msc@11870000 {
+ compatible = "samsung,exynos3250-sc";
+ reg = <0x11870000 0x2000>;
+ clocks = <&cmu CLK_M2MSCALER>;
+ clock-names = "mscl";
+ interrupts = <0 169 0>;
+ iommu = <&smmu_msc>;
+ samsung,power-domain = <&pd_cam>;
+ };
+
smmu_gsc0: sysmmu@11a20000 {
compatible = "samsung,exynos4210-sysmmu";
reg = <0x11a20000 0x1000>;
@@ -391,6 +401,15 @@
samsung,power-domain = <&pd_cam>;
};
+ smmu_msc: sysmmu@11a40000 {
+ compatible = "samsung,exynos4210-sysmmu";
+ reg = <0x11a40000 0x1000>;
+ interrupts = <0 154 0>, <0 159 0>;
+ clocks = <&cmu CLK_SMMUM2M2SCALER>, <&cmu CLK_M2MSCALER>;
+ clock-names = "sysmmu", "master";
+ samsung,power-domain = <&pd_cam>;
+ };
+
mshc_0: mshc@12510000 {
compatible = "samsung,exynos5250-dw-mshc";
reg = <0x12510000 0x1000>;