clk: fix dvfs 667M failed [1/1]

PD#SWPL-113624

Problem:
it will print warning when dvfs set 667M

Solution:
add cpu dyn 667M support

Verify:
t5w at301

Change-Id: Ifcafc1a0cb84d8ec58be5356971cbbc90cb5ecba
Signed-off-by: Jian Hu <jian.hu@amlogic.com>
This commit is contained in:
Jian Hu
2023-03-07 07:59:13 +00:00
parent de435ac5d6
commit e05307646d
+1 -1
View File
@@ -1106,7 +1106,7 @@ static const struct cpu_dyn_table t5w_cpu_dyn_table[] = {
CPU_LOW_PARAMS(250000000, 1, 1, 3),
CPU_LOW_PARAMS(333333333, 2, 1, 1),
CPU_LOW_PARAMS(500000000, 1, 1, 1),
CPU_LOW_PARAMS(666666666, 2, 0, 0),
CPU_LOW_PARAMS(667000000, 2, 0, 0),
CPU_LOW_PARAMS(1000000000, 1, 0, 0),
};