forked from Minki/linux
ARM: dts: OMAP36xx: Fix CPU OPP voltages
commit 3027e26
(ARM: dts: OMAP36xx: Add CPU OPP table)
introduced wrong OPP voltages per OPP by mistake. Sync the OPP
tables with existing OMAP36xx OPP data in
arch/arm/mach-omap2/opp3xxx_data.c
Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
parent
e60f18d6bc
commit
e011cf69c6
@ -20,9 +20,9 @@
|
||||
cpu@0 {
|
||||
operating-points = <
|
||||
/* kHz uV */
|
||||
300000 975000
|
||||
600000 1075000
|
||||
800000 1200000
|
||||
300000 1012500
|
||||
600000 1200000
|
||||
800000 1325000
|
||||
>;
|
||||
clock-latency = <300000>; /* From legacy driver */
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user