Re: [PATCH 02/25] ARM: dts: exynos542x: add rotator node

2015-11-12 Thread Krzysztof Kozlowski
On 10.11.2015 22:23, Marek Szyprowski wrote:
> This patch adds device node for Rotator device to Exynos 542x device
> tree file.
> 
> Signed-off-by: Marek Szyprowski 
> ---
>  arch/arm/boot/dts/exynos5420.dtsi | 19 +++
>  1 file changed, 19 insertions(+)
> 

Looks good, thanks!

Reviewed-by: Krzysztof Kozlowski 


Best regards,
Krzysztof



--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 02/25] ARM: dts: exynos542x: add rotator node

2015-11-10 Thread Marek Szyprowski
This patch adds device node for Rotator device to Exynos 542x device
tree file.

Signed-off-by: Marek Szyprowski 
---
 arch/arm/boot/dts/exynos5420.dtsi | 19 +++
 1 file changed, 19 insertions(+)

diff --git a/arch/arm/boot/dts/exynos5420.dtsi 
b/arch/arm/boot/dts/exynos5420.dtsi
index 1b3d6c769a3c..48a0a55314f5 100644
--- a/arch/arm/boot/dts/exynos5420.dtsi
+++ b/arch/arm/boot/dts/exynos5420.dtsi
@@ -717,6 +717,15 @@
iommus = <_tv>;
};
 
+   rotator: rotator@11C0 {
+   compatible = "samsung,exynos5250-rotator";
+   reg = <0x11C0 0x64>;
+   interrupts = <0 84 0>;
+   clocks = < CLK_ROTATOR>;
+   clock-names = "rotator";
+   iommus = <_rotator>;
+   };
+
gsc_0: video-scaler@13e0 {
compatible = "samsung,exynos5-gsc";
reg = <0x13e0 0x1000>;
@@ -1059,6 +1068,16 @@
#iommu-cells = <0>;
};
 
+   sysmmu_rotator: sysmmu@0x11D4 {
+   compatible = "samsung,exynos-sysmmu";
+   reg = <0x11D4 0x1000>;
+   interrupt-parent = <>;
+   interrupts = <4 0>;
+   clock-names = "sysmmu", "master";
+   clocks = < CLK_SMMU_ROTATOR>, < CLK_ROTATOR>;
+   #iommu-cells = <0>;
+   };
+
sysmmu_jpeg0: sysmmu@0x11F1 {
compatible = "samsung,exynos-sysmmu";
reg = <0x11F1 0x1000>;
-- 
1.9.2

--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html