From: Nishanth Menon Date: Fri, 26 Apr 2013 17:39:33 +0000 (-0500) Subject: ARM: dts: OMAP4460: Fix CPU OPP voltages X-Git-Tag: upstream/snapshot3+hdmi~5121^2~2^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=45465c5e592fa86466173b7eab83730e9d3fe041;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git ARM: dts: OMAP4460: Fix CPU OPP voltages commit d16fb25 (ARM: dts: OMAP4460: Add CPU OPP table) introduced wrong OPP voltages per OPP by mistake. Sync the OPP tables with existing OMAP4460 OPP data in arch/arm/mach-omap2/opp4xxx_data.c Signed-off-by: Nishanth Menon Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/boot/dts/omap4460.dtsi b/arch/arm/boot/dts/omap4460.dtsi index 7c2c23c..2cf227c 100644 --- a/arch/arm/boot/dts/omap4460.dtsi +++ b/arch/arm/boot/dts/omap4460.dtsi @@ -15,9 +15,9 @@ cpu@0 { operating-points = < /* kHz uV */ - 350000 975000 - 700000 1075000 - 920000 1200000 + 350000 1025000 + 700000 1200000 + 920000 1313000 >; clock-latency = <300000>; /* From legacy driver */ };