summaryrefslogtreecommitdiff
path: root/board/freescale/common/vid.h
Commit message (Collapse)AuthorAgeLines
* board/freescale/common: Check IR chip mode for VID supportYing Zhang2016-01-25-0/+4
| | | | | | | | | IR chip on all the boards are required to be used in Intel mode to support VID. VDD will not be adjusted if IR chip is used in other modes. Signed-off-by: Ying Zhang <b40530@freescale.com> Reviewed-by: York Sun <york.sun@nxp.com>
* powerpc/t208xqds: VID supportYing Zhang2014-12-05-0/+20
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>