]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd092de315c93de05a1c191014272890cf1f87c4d
treeb872d8b0fcfa3b879fc53b7bf92b9eada3f18b5f
parent83a4c11ed8436d5c755dfcf5b4eaa294dc51b55e
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