]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc/t208xqds: VID support
authorYing Zhang <b40530@freescale.com>
Fri, 31 Oct 2014 10:06:18 +0000 (18:06 +0800)
committerYork Sun <yorksun@freescale.com>
Fri, 5 Dec 2014 16:06:09 +0000 (08:06 -0800)
commit3ad2737ee3faa291f75176b667ac3ad4408b023d
treeae8af89395aeb105fc38d7a1f06f7740b754d789
parente7f533cd5972d762e0544a38c74fce495a9d9d2f
powerpc/t208xqds: 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.

Signed-off-by: Ying Zhang <b40530@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
board/freescale/common/Makefile
board/freescale/common/vid.c [new file with mode: 0644]
board/freescale/common/vid.h [new file with mode: 0644]
board/freescale/t208xqds/t208xqds.c
include/configs/T208xQDS.h