mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
fc18139c28
The JZ4750, JZ4755 and JZ4760 (non-B version) support using a 24 MHz external crystal oscillator instead of the typical 12 MHz one. However, most of the SoC's IP blocks only work with a 12 MHz clock. Thanksfully, there is a /2 divider we can enable when a 24 MHz external crystal is present. Force-enable this /2 divider when the oscillator is 24 MHz, so that the SoC always uses a 12 MHz clock internally. It is done here, and not in the clocks driver, because we need the EXT clock to be 12 MHz for the early console to work, and the clocks driver probes way too late. Signed-off-by: Paul Cercueil <paul@crapouillou.net> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> |
||
---|---|---|
.. | ||
board-boston.its.S | ||
board-ingenic.c | ||
board-jaguar2.its.S | ||
board-luton.its.S | ||
board-marduk.its.S | ||
board-ni169445.its.S | ||
board-ocelot.c | ||
board-ocelot.its.S | ||
board-ranchu.c | ||
board-sead3.c | ||
board-serval.its.S | ||
board-xilfpga.its.S | ||
init.c | ||
irq.c | ||
Kconfig | ||
Makefile | ||
Platform | ||
proc.c | ||
vmlinux.its.S | ||
yamon-dt.c |