Re: [PATCH] thermal: hisilicon: Add dependency on the clock driver to allow frequency scaling
From: Amit Kucheria <hidden>
Date: 2016-07-25 12:29:34
Also in:
lkml
From: Amit Kucheria <hidden>
Date: 2016-07-25 12:29:34
Also in:
lkml
On Thu, Jul 7, 2016 at 12:13 PM, Amit Kucheria [off-list ref] wrote:
On Sun, Jun 26, 2016 at 10:02 PM, Amit Kucheria [off-list ref] wrote:quoted
On Mon, Jun 20, 2016 at 6:46 PM, Leo Yan [off-list ref] wrote:quoted
Hi Amit, On Mon, Jun 20, 2016 at 05:46:36PM +0530, Amit Kucheria wrote:quoted
The Hisilicon clock stub driver is needed to allow the thermal drivers to actually scale the frequency. Make it an automatic dependency. Signed-off-by: Amit Kucheria <redacted> --- drivers/thermal/Kconfig | 1 + 1 file changed, 1 insertion(+)diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig index 22ae1f7..4e843f7 100644 --- a/drivers/thermal/Kconfig +++ b/drivers/thermal/Kconfig@@ -178,6 +178,7 @@ config THERMAL_EMULATION config HISI_THERMAL tristate "Hisilicon thermal driver" depends on (ARCH_HISI && CPU_THERMAL && OF) || COMPILE_TEST + select STUB_CLK_HI6220Acked-by: Leo Yan <redacted>Thanks Leo. Eduardo, will you take this through your tree or should Wei include this in his tree?Ping!
Wei, could you pull this into your tree for the next release?