diff options
Diffstat (limited to 'arch/mips/loongson/lemote-2f/reset.c')
-rw-r--r-- | arch/mips/loongson/lemote-2f/reset.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/mips/loongson/lemote-2f/reset.c b/arch/mips/loongson/lemote-2f/reset.c index 51d1a60d5349..95aca75d2245 100644 --- a/arch/mips/loongson/lemote-2f/reset.c +++ b/arch/mips/loongson/lemote-2f/reset.c @@ -25,8 +25,9 @@ static void reset_cpu(void) { /* - * reset cpu to full speed, this is needed when enabling cpu frequency - * scalling + * reset cpu to full speed, this is needed to avoid the machine reboot + * very slowly for the cpu speed may be set as a low level when the + * support of cpu frequency scaling is enabled. */ LOONGSON_CHIPCFG0 |= 0x7; } |