]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
board/b4qds: VID support
authorShaveta Leekha <shaveta@freescale.com>
Fri, 11 Apr 2014 08:42:40 +0000 (14:12 +0530)
committerYork Sun <yorksun@freescale.com>
Tue, 13 May 2014 15:20:31 +0000 (08:20 -0700)
commit652e29b4a0d5ff418a4f1a633912976cd7331758
treecf8957efaa646490e873e87dcb825fe40a53b2eb
parent4150f24290a4b6a3afe61487413408e5082f33be
board/b4qds: VID support

The fuse status register provides the values from on-chip
voltage ID efuses programmed at the factory.
These values define the voltage requirements for
the chip. u-boot reads FUSESR and translates the values
into the appropriate commands to set the voltage output
value of an external voltage regulator.

B4860QDS has a PowerOne ZM7300 programmable digital Power
Manager which is programmed as per the value read from
the fuses.

Reference for this code is taken from t4qds VID implementation.

Signed-off-by: Shaveta Leekha <shaveta@freescale.com>
Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
board/freescale/b4860qds/b4860qds.c
include/configs/B4860QDS.h