mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-27 01:11:31 +00:00
The old code uses tcxo (19.2MHz) as watchdog clock but actually the
watchdog uses 32K clock, as result the watchdog timeout cannot be set
correctly and delay long time to reset SoC.
So this patch is to use 'ref32k' as clock source for watchdog.
Fixes:
|
||
|---|---|---|
| .. | ||
| clk-hi3519.c | ||
| clk-hi3620.c | ||
| clk-hi3660.c | ||
| clk-hi6220-stub.c | ||
| clk-hi6220.c | ||
| clk-hip04.c | ||
| clk-hix5hd2.c | ||
| clk.c | ||
| clk.h | ||
| clkdivider-hi6220.c | ||
| clkgate-separated.c | ||
| crg-hi3516cv300.c | ||
| crg-hi3798cv200.c | ||
| crg.h | ||
| Kconfig | ||
| Makefile | ||
| reset.c | ||
| reset.h | ||