From: Hoegeun Kwon Date: Fri, 7 Apr 2017 06:27:56 +0000 (+0900) Subject: arm64: dts: exynos: Add the hardware rotation limits for gsc X-Git-Tag: submit/tizen/20170710.070742~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cb0cf673086cee4979b01bcce9710fe2de60740a;p=platform%2Fkernel%2Flinux-exynos.git arm64: dts: exynos: Add the hardware rotation limits for gsc The gscaler has maximum size of input or output rotation. Add the hardware limits property for the gscaler rotation in the exynos5433 dts. Change-Id: Ifb1109d635e5a6993f29803ac04636e84120e0b7 Signed-off-by: Hoegeun Kwon --- diff --git a/arch/arm64/boot/dts/exynos/exynos5433.dtsi b/arch/arm64/boot/dts/exynos/exynos5433.dtsi index 96603e0ab5fd..2957e904fa1a 100644 --- a/arch/arm64/boot/dts/exynos/exynos5433.dtsi +++ b/arch/arm64/boot/dts/exynos/exynos5433.dtsi @@ -2278,6 +2278,8 @@ <&cmu_gscl CLK_MOUT_ACLK_GSCL_333_USER>; assigned-clock-parents = <&cmu_top CLK_ACLK_GSCL_111>, <&cmu_top CLK_ACLK_GSCL_333>; + rot-max-hsize = <2047>; + rot-max-vsize = <2047>; iommus = <&sysmmu_gscl0>; }; @@ -2297,6 +2299,8 @@ <&cmu_gscl CLK_MOUT_ACLK_GSCL_333_USER>; assigned-clock-parents = <&cmu_top CLK_ACLK_GSCL_111>, <&cmu_top CLK_ACLK_GSCL_333>; + rot-max-hsize = <2047>; + rot-max-vsize = <2047>; iommus = <&sysmmu_gscl1>; }; @@ -2316,6 +2320,8 @@ <&cmu_gscl CLK_MOUT_ACLK_GSCL_333_USER>; assigned-clock-parents = <&cmu_top CLK_ACLK_GSCL_111>, <&cmu_top CLK_ACLK_GSCL_333>; + rot-max-hsize = <2047>; + rot-max-vsize = <2047>; iommus = <&sysmmu_gscl2>; };