ARM: dts: exynos: Add the hardware rotation limits for gsc 39/123839/13
authorHoegeun Kwon <hoegeun.kwon@samsung.com>
Fri, 7 Apr 2017 06:28:18 +0000 (15:28 +0900)
committerHoegeun Kwon <hoegeun.kwon@samsung.com>
Wed, 5 Jul 2017 01:00:33 +0000 (10:00 +0900)
The gscaler has maximum size of input or output rotation. Add the
hardware limits property for the gscaler rotation in the exynos5250
and exynos5420 dts.

Change-Id: Ia37f7c7334bad31ca8f96d0c57cab54dd2e1cbfd
Signed-off-by: Hoegeun Kwon <hoegeun.kwon@samsung.com>
arch/arm/boot/dts/exynos5250.dtsi
arch/arm/boot/dts/exynos5420.dtsi

index 664c4f6..2702a14 100644 (file)
                power-domains = <&pd_gsc>;
                clocks = <&clock CLK_GSCL0>;
                clock-names = "gscl";
+               rot-max-hsize = <2048>;
+               rot-max-vsize = <2048>;
                iommu = <&sysmmu_gsc1>;
        };
 
                power-domains = <&pd_gsc>;
                clocks = <&clock CLK_GSCL1>;
                clock-names = "gscl";
+               rot-max-hsize = <2048>;
+               rot-max-vsize = <2048>;
                iommu = <&sysmmu_gsc1>;
        };
 
                power-domains = <&pd_gsc>;
                clocks = <&clock CLK_GSCL2>;
                clock-names = "gscl";
+               rot-max-hsize = <2048>;
+               rot-max-vsize = <2048>;
                iommu = <&sysmmu_gsc2>;
        };
 
                power-domains = <&pd_gsc>;
                clocks = <&clock CLK_GSCL3>;
                clock-names = "gscl";
+               rot-max-hsize = <2048>;
+               rot-max-vsize = <2048>;
                iommu = <&sysmmu_gsc3>;
        };
 
index abf009c..d9ae835 100644 (file)
                clocks = <&clock CLK_GSCL0>;
                clock-names = "gscl";
                power-domains = <&gsc_pd>;
+               rot-max-hsize = <2016>;
+               rot-max-vsize = <2016>;
                iommus = <&sysmmu_gscl0>;
        };
 
                clocks = <&clock CLK_GSCL1>;
                clock-names = "gscl";
                power-domains = <&gsc_pd>;
+               rot-max-hsize = <2016>;
+               rot-max-vsize = <2016>;
                iommus = <&sysmmu_gscl1>;
        };