mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 03:20:53 +07:00
MIPS: ingenic: Select CPU_SUPPORTS_CPUFREQ && MIPS_EXTERNAL_TIMER
[ Upstream commit eb3849370ae32b571e1f9a63ba52c61adeaf88f7 ] The clock driving the XBurst CPUs in Ingenic SoCs is integer divided from the main PLL. As such, it is possible to control the frequency of the CPU, either by changing the divider, or by changing the rate of the main PLL. The XBurst CPUs also lack the CP0 timer; the TCU, a separate piece of hardware in the SoC, provides this functionality. Signed-off-by: Paul Cercueil <paul@crapouillou.net> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
0903ac8f09
commit
3c172f6e44
@ -418,6 +418,8 @@ config MACH_INGENIC_SOC
|
|||||||
select MIPS_GENERIC
|
select MIPS_GENERIC
|
||||||
select MACH_INGENIC
|
select MACH_INGENIC
|
||||||
select SYS_SUPPORTS_ZBOOT_UART16550
|
select SYS_SUPPORTS_ZBOOT_UART16550
|
||||||
|
select CPU_SUPPORTS_CPUFREQ
|
||||||
|
select MIPS_EXTERNAL_TIMER
|
||||||
|
|
||||||
config LANTIQ
|
config LANTIQ
|
||||||
bool "Lantiq based platforms"
|
bool "Lantiq based platforms"
|
||||||
|
Loading…
Reference in New Issue
Block a user