]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
OMAP4: Fix bug in omap4460_volts struct
authorLubomir Popov <lpopov@mm-sol.com>
Mon, 8 Apr 2013 22:05:33 +0000 (22:05 +0000)
committerTom Rini <trini@ti.com>
Wed, 10 Apr 2013 17:05:32 +0000 (13:05 -0400)
commita1c8fb91325d1e0a928bd71f4ac7522712f7de82
treea43438584ff565f6c5be180416e58e4750517f5f
parentb996a3e9a88ce247bce3d29a9ac5ff34c37845fd
OMAP4: Fix bug in omap4460_volts struct

The omap4460_volts struct was incorrectly referencing tps62361
instead of twl6030 as PMIC for the core and mm voltages (the
tps is used for mpu supply only). This shall lead to bad OPP
settings while booting kernel. Fixing it.

Fix some comments as well.

Signed-off-by: Lubomir Popov <lpopov@mm-sol.com>
arch/arm/cpu/armv7/omap4/hw_data.c