summaryrefslogtreecommitdiffstats
path: root/arch/arc/plat-hsdk
diff options
context:
space:
mode:
authorEugeniy Paltsev2017-09-04 11:48:43 +0200
committerVineet Gupta2017-10-04 05:36:49 +0200
commitef833eab1ddec06982ea620086b03d67ef4ddf9b (patch)
tree6d96b27c0b4e90d107c7ecf5a0853364d01a9402 /arch/arc/plat-hsdk
parentARC: [*defconfig] Reenable soft lock-up detector (diff)
downloadkernel-qcow2-linux-ef833eab1ddec06982ea620086b03d67ef4ddf9b.tar.gz
kernel-qcow2-linux-ef833eab1ddec06982ea620086b03d67ef4ddf9b.tar.xz
kernel-qcow2-linux-ef833eab1ddec06982ea620086b03d67ef4ddf9b.zip
ARC: [plat-hsdk] use actual clk driver to manage cpu clk
With corresponding clk driver now merged upstream, switch to it. - core_clk now represent the PLL (vs. fixed clk before) - input_clk represent the clk signal src for PLL (basically xtal) Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/plat-hsdk')
-rw-r--r--arch/arc/plat-hsdk/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arc/plat-hsdk/Kconfig b/arch/arc/plat-hsdk/Kconfig
index 5a6ed5afb009..bd08de4be75e 100644
--- a/arch/arc/plat-hsdk/Kconfig
+++ b/arch/arc/plat-hsdk/Kconfig
@@ -6,4 +6,5 @@
#
menuconfig ARC_SOC_HSDK
- bool "ARC HS Development Kit SOC"
+ bool "ARC HS Development Kit SOC"
+ select CLK_HSDK