All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: exynos4*: add iommu property to JPEG device
@ 2015-08-12  9:39 Marek Szyprowski
  2015-08-12 10:14 ` Javier Martinez Canillas
  2015-08-12 23:57 ` Krzysztof Kozlowski
  0 siblings, 2 replies; 4+ messages in thread
From: Marek Szyprowski @ 2015-08-12  9:39 UTC (permalink / raw)
  To: linux-samsung-soc; +Cc: Marek Szyprowski, Kukjin Kim, Krzysztof Kozlowski

JPEG codec node has been added in parallel to the patch, which added
support for IOMMU to Exynos platform, so JPEG device for Exynos4 series
lacked IOMMU property. This patch fixes this issue.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
---
 arch/arm/boot/dts/exynos4.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi
index b0d52b1..98c0a36 100644
--- a/arch/arm/boot/dts/exynos4.dtsi
+++ b/arch/arm/boot/dts/exynos4.dtsi
@@ -702,6 +702,7 @@
 		clocks = <&clock CLK_JPEG>;
 		clock-names = "jpeg";
 		power-domains = <&pd_cam>;
+		iommus = <&sysmmu_jpeg>;
 	};
 
 	hdmi: hdmi@12D00000 {
-- 
1.9.2

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-08-13  5:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-12  9:39 [PATCH] ARM: dts: exynos4*: add iommu property to JPEG device Marek Szyprowski
2015-08-12 10:14 ` Javier Martinez Canillas
2015-08-12 23:57 ` Krzysztof Kozlowski
2015-08-13  5:27   ` Kukjin Kim

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.