]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc/t4240qds: Add VDD override
authorYork Sun <yorksun@freescale.com>
Mon, 25 Mar 2013 07:40:01 +0000 (07:40 +0000)
committerAndy Fleming <afleming@freescale.com>
Fri, 24 May 2013 21:54:10 +0000 (16:54 -0500)
commit0aadf4aa51aaf21c62495fb25cc3e76bf0f268c2
tree114a9f4b5f201b1a15d38558884a37827a046ce7
parent0c9ab437de1bcfd0524217619937b162273e43d4
powerpc/t4240qds: Add VDD override

Allow VDD voltage overriding with a command. This is an add-on feasture of
VID. To override VDD, use command vdd_override with the value of voltage
in mV, for example

vdd_override <voltage in mV, eg. 1050>

The above example will set the VDD to 1.050 volt. Any wrong value out of
range of 0.8188 to 1.2125 volt or invalid string is ignored.

In addition to the command, if overriding VDD is needed earlier in booting
process, save an variable and reboot:

setenv t4240qds_vdd_mv <voltage in mV>
saveenv

Signed-off-by: York Sun <yorksun@freescale.com>
Signed-off-by: Andy Fleming <afleming@freescale.com>
board/freescale/t4qds/t4qds.c
doc/README.t4240qds