mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
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:
@@ -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),
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user