]> git.baikalelectronics.ru Git - uboot.git/commit
board: dra71: Fix selection of OPPs
authorLokesh Vutla <lokeshvutla@ti.com>
Thu, 20 Apr 2017 08:37:52 +0000 (14:07 +0530)
committerTom Rini <trini@konsulko.com>
Thu, 27 Apr 2017 20:49:04 +0000 (16:49 -0400)
commit7e8c8b931aa81190a99e905a2ecbf3ec8df2398a
tree2472a02e4175e6bf37516de36b543694761b7d26
parenta2c2622d9ca44becef071ef08f2228ede136d75a
board: dra71: Fix selection of OPPs

As per the DM[1] Dated June 2016–Revised February 2017, Table 5-3,
DRA71 supports the following OPPs for various voltage domains:

VDD_MPU: OPP_NOM
VDD_CORE: OPP_NOM
VDD_GPU: OPP_NOM
VDD_DSPEVE: OPP_NOM, OPP_HIGH
VDD_IVA: OPP_NOM, OPP_HIGH

This patch add support for selection of the above OPPs instead of
using OPP_NOM for all voltage domains.

[1] http://www.ti.com/lit/ds/symlink/dra718.pdf

Reported-by: Vishal Mahaveer <vishalm@ti.com>
Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
board/ti/dra7xx/evm.c