Revert "ARM: dts: add a rotator node for exynos4"
authorChanho Park <chanho61.park@samsung.com>
Mon, 2 Sep 2013 04:23:56 +0000 (13:23 +0900)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:44:10 +0000 (11:44 +0900)
This reverts commit 75a691b2420a63580d452561c55284f1720ed947.

arch/arm/boot/dts/exynos4.dtsi

index cd2725a..e084b26 100644 (file)
                status = "disabled";
        };
 
-       rotator: rotator@12810000 {
-               compatible = "samsung,exynos4210-rotator";
-               reg = <0x12810000 0x1000>;
-               interrupts = <0 83 0>;
-               clocks = <&clock 278>;
-               clock-names = "rotator";
-               status = "disabled";
-               ycbcr420_2p {
-                       min_w = <32>;
-                       min_h = <32>;
-                       max_w = <32768>;
-                       max_h = <32768>;
-                       align = <3>;
-               };
-               rgb888 {
-                       min_w = <8>;
-                       min_h = <8>;
-                       max_w = <8192>;
-                       max_h = <8192>;
-                       align = <2>;
-               };
-       };
-
        camera {
                compatible = "samsung,fimc", "simple-bus";
                status = "disabled";