clk: exynos5433: Add clock flag to support the DVFS of GPU
authorJoonyoung Shim <jy0922.shim@samsung.com>
Mon, 27 Apr 2015 11:36:35 +0000 (20:36 +0900)
committerMichael Turquette <mturquette@linaro.org>
Wed, 10 Jun 2015 01:14:27 +0000 (18:14 -0700)
commiteceb7aaec07d17a0facb4236c27f7d331c3cdf46
treeb872d8b0fcfa3b879fc53b7bf92b9eada3f18b5f
parent2a9c67b2d3eb81b26493b5d2ee9d27eb4a806c53
clk: exynos5433: Add clock flag to support the DVFS of GPU

This patch adds the CLK_SET_RATE_PARENT flag for 'aclk_g3d' clock and parent
clocks becuase 'aclk_g3d' is used to change GPU frequency for DVFS (Dynamic
Voltage Frequency Scaling) feature and adds CLK_IGNORE_UNUSED flags to
'aclk_asyncapbs_g3d'/'aclk_asyncapbm_g3d' clocks to access the SFR
of the MALI device.

Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
[cw00.choi: Add patch description and add CLK_SET_RATE_PARENT to 'aclk_g3d' clk]
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
drivers/clk/samsung/clk-exynos5433.c