]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
DRA7: fix ABB efuse offset for OPP_NOM
authorNishanth Menon <nm@ti.com>
Tue, 18 Feb 2014 18:00:01 +0000 (12:00 -0600)
committerTom Rini <trini@ti.com>
Fri, 21 Feb 2014 18:55:41 +0000 (13:55 -0500)
commit82da4410f8fb68d2f1f8e1692baa1779cd03909e
treef56ae3a861eb3f780c584530e3034bf57669f356
parent6e2192a3d80b315d071dfe0cbb70a35fe0a262e9
DRA7: fix ABB efuse offset for OPP_NOM

commit 194dd74ad919e57026f385aaab7f89acf7ea79ef
(DRA7: add ABB setup for MPU voltage domain)

Made an offset typo error by using 0x4A003B24 as the efuse offset
for OPP_NOM. As per TI documentation, 0x4A003B24 is for OPP_OD, and
0x4A003B20 is for OPP_NOM. Fix the same.

Reported-by: Praveen Rao <prao@ti.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
arch/arm/cpu/armv7/omap5/prcm-regs.c