commit | a1c8fb91325d1e0a928bd71f4ac7522712f7de82 | [log] [tgz] |
---|---|---|
author | Lubomir Popov <lpopov@mm-sol.com> | Mon Apr 08 22:05:33 2013 +0000 |
committer | Tom Rini <trini@ti.com> | Wed Apr 10 13:05:32 2013 -0400 |
tree | a43438584ff565f6c5be180416e58e4750517f5f | |
parent | b996a3e9a88ce247bce3d29a9ac5ff34c37845fd [diff] |
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>