]> git.ipfire.org Git - people/ms/u-boot.git/commit
arm: am57xx: Fix omap_vcores assignment for am572x-idk
authorKeerthy <j-keerthy@ti.com>
Tue, 24 May 2016 06:15:06 +0000 (11:45 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 3 Jun 2016 01:42:18 +0000 (21:42 -0400)
commitd60198dac2026ca6b6732e5cd6892d3b3bebddaa
tree43c511f216fc74cdd81574fef7ffdc3249c5e31c
parent61462cd77277060318480abe5b0aba1adf5e76f4
arm: am57xx: Fix omap_vcores assignment for am572x-idk

Currently omap_vcores is wrongly assigned a default value of
beagle_x15_volts. Hence populating a new structure for am572x-idk
and assigning it to omap_vcores in the vcores_init function.

Fixes: c020d355c45ed40fe12a ("board: ti: am57xx: Add support for am572x idk in SPL")
Reported-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Keerthy <j-keerthy@ti.com>
board/ti/am57xx/board.c