]> git.ipfire.org Git - people/ms/u-boot.git/commit
arm: dra7xx: Assign omap_vcores based on board type
authorKeerthy <j-keerthy@ti.com>
Tue, 7 Jun 2016 10:35:25 +0000 (16:05 +0530)
committerTom Rini <trini@konsulko.com>
Sun, 12 Jun 2016 17:14:57 +0000 (13:14 -0400)
commit1428d8327006445a861e347e8b1640e8eb9c5edf
treee758546f76a82c068eb8ae7ddafe009ffb85be7a
parent672a45e828039c20e5165af95623554bdc31862d
arm: dra7xx: Assign omap_vcores based on board type

Currently omap_vcores which holds pmic data is being assigned based
on the SoC type. PMIC is not a part of SoC. It is logical to
to assign omap_vcores based on board type. Hence over ride the
vcores_init function and assign omap_vcores based on the board type.

Reported-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Keerthy <j-keerthy@ti.com>
arch/arm/cpu/armv7/omap5/hw_data.c
board/ti/dra7xx/evm.c