]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: OMAP3+: do not register non-dt OPP tables for device tree boot
authorNishanth Menon <nm@ti.com>
Wed, 16 Oct 2013 15:39:01 +0000 (10:39 -0500)
committerTony Lindgren <tony@atomide.com>
Tue, 22 Oct 2013 15:09:27 +0000 (08:09 -0700)
commiteda82a651a45a6e736905a58ba3358bf826042b3
tree6e2a7f18614e9af083377591dc6b1aa2c010d5ba
parent755e236b0d10a51b9aca55bad27a7d2e4831034f
ARM: OMAP3+: do not register non-dt OPP tables for device tree boot

OMAP3+ supports both device tree and non-device tree boot.
Device tree bindings for OMAP3+ is supposed to be added via dts following:
Documentation/devicetree/bindings/power/opp.txt

Since we now have device tree entries for OMAP3+ cpu OPPs,
The current code wrongly adds duplicate OPPs. So, dont register OPPs
when booting using device tree.

Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/opp.c