]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: OMAP4: Fix bug in omap4470_volts struct
authorLubomir Popov <lpopov@mm-sol.com>
Wed, 20 Nov 2013 13:32:17 +0000 (15:32 +0200)
committerTom Rini <trini@ti.com>
Wed, 4 Dec 2013 13:11:28 +0000 (08:11 -0500)
commit87b94a43d69ec0760b94f2753b7cafc6cb14b034
tree9471b4628d5b8c0e993c3e3c474f3188a0ff92a4
parent7aecdb07a553f07277d28594d60af3c3220bb262
ARM: OMAP4: Fix bug in omap4470_volts struct

The struct incorrectly referenced SMPS1 for all three power
domains. Fixed this by using SMPS2 and SMPS5 as appropriate.

Add some comments and choose voltage values that correspond
to voltage selection codes.

Signed-off-by: Lubomir Popov <l-popov@ti.com>
arch/arm/cpu/armv7/omap4/hw_data.c