Skip to content

Commit 23c6444

Browse files
XBursttsbogend
authored andcommitted
MIPS: CI20: Reduce clocksource to 750 kHz.
The original clock (3 MHz) is too fast for the clocksource, there will be a chance that the system may get stuck. Reported-by: Nikolaus Schaller <hns@goldelico.com> Tested-by: Nikolaus Schaller <hns@goldelico.com> # on CI20 Signed-off-by: 周琰杰 (Zhou Yanjie) <zhouyanjie@wanyeetech.com> Acked-by: Paul Cercueil <paul@crapouillou.net> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
1 parent ab3040e commit 23c6444

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/mips/boot/dts/ingenic/ci20.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -525,10 +525,10 @@
525525

526526
&tcu {
527527
/*
528-
* 750 kHz for the system timer and 3 MHz for the clocksource,
528+
* 750 kHz for the system timer and clocksource,
529529
* use channel #0 for the system timer, #1 for the clocksource.
530530
*/
531531
assigned-clocks = <&tcu TCU_CLK_TIMER0>, <&tcu TCU_CLK_TIMER1>,
532532
<&tcu TCU_CLK_OST>;
533-
assigned-clock-rates = <750000>, <3000000>, <3000000>;
533+
assigned-clock-rates = <750000>, <750000>, <3000000>;
534534
};

0 commit comments

Comments
 (0)