From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 5 Dec 2014 08:21:20 -0800 Subject: [U-Boot] [PATCH v2] powerpc/t208xqds: VID support In-Reply-To: <1414749978-29912-1-git-send-email-ying.zhang@freescale.com> References: <1414749978-29912-1-git-send-email-ying.zhang@freescale.com> Message-ID: <5481DB80.8010705@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 10/31/2014 03:06 AM, 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 > --- > Change from v1: > - Set the core voltage according to the VID on startup. > Applied to u-boot-mpc85xx, awaiting upstream. York