Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 45465c5e authored by Nishanth Menon's avatar Nishanth Menon Committed by Tony Lindgren
Browse files

ARM: dts: OMAP4460: Fix CPU OPP voltages



commit d16fb25d (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: default avatarNishanth Menon <nm@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent e011cf69
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -15,9 +15,9 @@
		cpu@0 {
		cpu@0 {
			operating-points = <
			operating-points = <
				/* kHz    uV */
				/* kHz    uV */
				350000   975000
				350000  1025000
				700000  1075000
				700000  1200000
				920000  1200000
				920000  1313000
			>;
			>;
			clock-latency = <300000>; /* From legacy driver */
			clock-latency = <300000>; /* From legacy driver */
		};
		};