linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2 v4] cpufreq: qoriq: added arm64 socs support
@ 2017-02-13  3:30 yuantian.tang
  2017-02-13  3:30 ` [PATCH 2/2 v4] cpufreq: qoriq: Don't look at clock implementation details yuantian.tang
  0 siblings, 1 reply; 3+ messages in thread
From: yuantian.tang @ 2017-02-13  3:30 UTC (permalink / raw)
  To: rjw
  Cc: viresh.kumar, leoyang.li, linux-pm, linux-kernel,
	linux-arm-kernel, Tang Yuantian, Tang Yuantian

From: Tang Yuantian <Yuantian.Tang@nxp.com>

Add arm64 config to Kconfig to enable cpu frequency feature on
nxp arm64 socs.

Signed-off-by: Tang Yuantian <yuantian.tang@nxp.com>
---
v2-v4: no change

 drivers/cpufreq/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/cpufreq/Kconfig b/drivers/cpufreq/Kconfig
index 15adef4..3964383 100644
--- a/drivers/cpufreq/Kconfig
+++ b/drivers/cpufreq/Kconfig
@@ -324,7 +324,7 @@ endif
 
 config QORIQ_CPUFREQ
 	tristate "CPU frequency scaling driver for Freescale QorIQ SoCs"
-	depends on OF && COMMON_CLK && (PPC_E500MC || ARM)
+	depends on OF && COMMON_CLK && (PPC_E500MC || ARM || ARM64)
 	depends on !CPU_THERMAL || THERMAL
 	select CLK_QORIQ
 	help
-- 
2.1.0.27.g96db324


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-02-13 21:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-13  3:30 [PATCH 1/2 v4] cpufreq: qoriq: added arm64 socs support yuantian.tang
2017-02-13  3:30 ` [PATCH 2/2 v4] cpufreq: qoriq: Don't look at clock implementation details yuantian.tang
2017-02-13 21:24   ` Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).