]> git.ipfire.org Git - people/ms/u-boot.git/commit - board/ti/am57xx/board.c
ARM: OMAP4+: Add support for dynamically selecting OPPs
authorLokesh Vutla <lokeshvutla@ti.com>
Wed, 23 Nov 2016 07:24:39 +0000 (12:54 +0530)
committerTom Rini <trini@konsulko.com>
Sun, 4 Dec 2016 18:54:48 +0000 (13:54 -0500)
commitbeb71279d865deb77b2faa86d7d1d180df8339a0
tree7c9c9969c2bfd9cfed3de41ad38cfd0836a14e10
parentf2388331026dec9526915ae3ea92ba3538830548
ARM: OMAP4+: Add support for dynamically selecting OPPs

It can be expected that different paper spins of a SoC can have
different definitions for OPP and can have their own constraints
on the boot up OPP for each voltage rail. In order to have this
flexibility, add support for dynamically selecting the OPP voltage
based on the board to handle any such exceptions.

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
arch/arm/include/asm/omap_common.h
arch/arm/mach-omap2/clocks-common.c
arch/arm/mach-omap2/omap4/hw_data.c
arch/arm/mach-omap2/omap5/hw_data.c
board/ti/am57xx/board.c
board/ti/dra7xx/evm.c