]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: Add rotator node on exynos5250
authorMarek Szyprowski <m.szyprowski@samsung.com>
Fri, 13 Nov 2015 13:29:45 +0000 (14:29 +0100)
committerKrzysztof Kozlowski <k.kozlowski@samsung.com>
Tue, 29 Dec 2015 00:07:42 +0000 (09:07 +0900)
This patch adds device node for Rotator device to Exynos 5250 device
tree file.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
arch/arm/boot/dts/exynos5250.dtsi

index 88b9cf5f226f2ba27289e56642b1eb517ce69d96..33e2d5f7315b5265fdfc5b74b4a3e38788737f00 100644 (file)
@@ -269,6 +269,15 @@ mfc: codec@11000000 {
                iommu-names = "left", "right";
        };
 
+       rotator: rotator@11C00000 {
+               compatible = "samsung,exynos5250-rotator";
+               reg = <0x11C00000 0x64>;
+               interrupts = <0 84 0>;
+               clocks = <&clock CLK_ROTATOR>;
+               clock-names = "rotator";
+               iommus = <&sysmmu_rotator>;
+       };
+
        tmu: tmu@10060000 {
                compatible = "samsung,exynos5250-tmu";
                reg = <0x10060000 0x100>;