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@xxxxxxxxxxx> Signed-off-by: Prathyush K <prathyush.k@xxxxxxxxxxx> --- 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@0x14650000 { + compatible = "samsung,exynos5-sysmmu"; + temp = "sysmmu@0x14650000"; + reg = <0x14650000 0x100>; + interrupts = <7 4>; + interrupt-parent = <&combiner>; }; }; -- 1.7.0.4 -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html