ARM: dts: Add rotator node for exynos5250
authorChanho Park <chanho61.park@samsung.com>
Mon, 12 Aug 2013 13:50:22 +0000 (22:50 +0900)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:44:11 +0000 (11:44 +0900)
This patch adds a rotator node for exynos5250. It has different align value of
image size compared with any other chips. So, we should define new compatible
for the exynos5250.

Signed-off-by: Chanho Park <chanho61.park@samsung.com>
Cc: Thomas Abraham <thomas.abraham@linaro.org>
Cc: Kukjin Kim <kgene.kim@samsung.com>
Cc: Inki Dae <inki.dae@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
arch/arm/boot/dts/exynos5250.dtsi

index 2f66571..7088f19 100644 (file)
                };
        };
 
+       rotator@11C00000 {
+               compatible = "samsung,exynos5250-rotator";
+               reg = <0x11C00000 0x1000>;
+               interrupts = <0 84 0>;
+               clocks = <&clock 269>;
+               clock-names = "rotator";
+       };
+
        gsc_0:  gsc@0x13e00000 {
                compatible = "samsung,exynos5-gsc";
                reg = <0x13e00000 0x1000>;