From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Wed, 23 Apr 2014 15:38:55 -0700 Subject: [U-Boot] [PATCH 1/2 v2] mpc85xx: Add support for the supplement configuration unit register In-Reply-To: <1395821286-10855-1-git-send-email-Yuantian.Tang@freescale.com> References: <1395821286-10855-1-git-send-email-Yuantian.Tang@freescale.com> Message-ID: <535840FF.3070308@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/26/2014 01:08 AM, Tang Yuantian wrote: > From: Tang Yuantian > > The supplement configuration unit (SCFG) provides chip-specific > configuration and status registers for the device. It is the chip > defined module for extending the device configuration unit (DCFG) > module. It provides a set of CCSR registers in addition to those > available in the device configuration unit. > The base address for this unit is 0x0F_C000. > > Signed-off-by: Tang Yuantian > --- > v2: > - fix checkpatch warning Applied to u-boot-mpc85xx/master, thanks. York