[PATCH 3/5] dts: exynos5: add dt node for tv iommu device

Rahul Sharma rahul.sharma at samsung.com
Mon Nov 5 18:31:23 EST 2012


This patch adds device tree node for tv iommu device and sysmmu
property to its client that is hdmi dt node.

Signed-off-by: Rahul Sharma <rahul.sharma at samsung.com>
Signed-off-by: Prathyush K <prathyush.k at samsung.com>
---
 arch/arm/boot/dts/exynos5250.dtsi |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi
index cf6a02d..928313a 100644
--- a/arch/arm/boot/dts/exynos5250.dtsi
+++ b/arch/arm/boot/dts/exynos5250.dtsi
@@ -545,11 +545,21 @@
 		compatible = "samsung,exynos5-hdmi";
 		reg = <0x14530000 0x100000>;
 		interrupts = <0 95 0>;
+		sysmmu = <&sysmmu_28>;
 	};
 
 	mixer {
 		compatible = "samsung,exynos5-mixer";
 		reg = <0x14450000 0x10000>;
 		interrupts = <0 94 0>;
+		sysmmu = <&sysmmu_28>;
+	};
+
+	sysmmu_28: sysmmu at 0x14650000 {
+		compatible = "samsung,exynos5-sysmmu";
+		temp = "sysmmu at 0x14650000";
+		reg = <0x14650000 0x100>;
+		interrupts = <7 4>;
+		interrupt-parent = <&combiner>;
 	};
 };
-- 
1.7.0.4



More information about the devicetree-discuss mailing list