From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Mon, 20 Apr 2015 13:58:32 -0700 Subject: [U-Boot] [PATCH] board/t208xrdb: VID support In-Reply-To: <1425968496-12297-1-git-send-email-ying.zhang@freescale.com> References: <1425968496-12297-1-git-send-email-ying.zhang@freescale.com> Message-ID: <55356878.7080308@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 03/09/2015 11:21 PM, ying.zhang at freescale.com wrote: > From: Ying Zhang > > 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 > --- Applied to mpc85xx master, awaiting upstream. York