cpufreq: s3c24xx: split out registers
authorArnd Bergmann <arnd@arndb.de>
Thu, 6 Aug 2020 18:20:51 +0000 (20:20 +0200)
committerKrzysztof Kozlowski <krzk@kernel.org>
Thu, 20 Aug 2020 15:51:32 +0000 (17:51 +0200)
commit01e93a173935d11061721c3eb90a54f80719b54f
tree2fe779100c1bb9b1857a34a6015d0d8d8e1fcff0
parent81994e0ffc373e67ace4c98797c35f8213f07753
cpufreq: s3c24xx: split out registers

Each of the cpufreq drivers uses a fixed set of register
bits, copy those definitions into the drivers to avoid
including mach/regs-clock.h.

[krzk: Fix build by copying also S3C2410_LOCKTIME]

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Link: https://lore.kernel.org/r/20200806182059.2431-34-krzk@kernel.org
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
drivers/cpufreq/s3c2410-cpufreq.c
drivers/cpufreq/s3c2412-cpufreq.c
drivers/cpufreq/s3c2440-cpufreq.c
drivers/cpufreq/s3c24xx-cpufreq.c