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:
Nishanth Menon 2013-04-26 12:39:32 -05:00 committed by Tony Lindgren
parent e60f18d6bc
commit e011cf69c6

View File

@ -20,9 +20,9 @@ cpus {
cpu@0 { cpu@0 {
operating-points = < operating-points = <
/* kHz uV */ /* kHz uV */
300000 975000 300000 1012500
600000 1075000 600000 1200000
800000 1200000 800000 1325000
>; >;
clock-latency = <300000>; /* From legacy driver */ clock-latency = <300000>; /* From legacy driver */
}; };