summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
diff options
context:
space:
mode:
authorIgal Liberman <Igal.Liberman@freescale.com>2014-10-30 11:15:47 +0200
committerScott Wood <scottwood@freescale.com>2014-11-07 18:10:47 -0600
commit19bc4808f9ecdef9ca3f3b3807a5228b00d74f83 (patch)
tree5d25652b35730989be84743246629c80eb379a67 /arch/powerpc/include
parent45c22ed7446fd6acdaaac673ccf5b63862a3e988 (diff)
downloadop-kernel-dev-19bc4808f9ecdef9ca3f3b3807a5228b00d74f83.zip
op-kernel-dev-19bc4808f9ecdef9ca3f3b3807a5228b00d74f83.tar.gz
powerpc/fsl: Added rcw registers to global utility registers
The RCW registers are required for the future clock binding implementation. Signed-off-by: Igal Liberman <Igal.Liberman@freescale.com> Change-Id: Ic36dd8bc2959aa7f97fb6fd7bbb8420822fef0a9 Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'arch/powerpc/include')
-rw-r--r--arch/powerpc/include/asm/fsl_guts.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/fsl_guts.h b/arch/powerpc/include/asm/fsl_guts.h
index 77ced0b..43b6bb1 100644
--- a/arch/powerpc/include/asm/fsl_guts.h
+++ b/arch/powerpc/include/asm/fsl_guts.h
@@ -68,7 +68,10 @@ struct ccsr_guts {
u8 res0b4[0xc0 - 0xb4];
__be32 iovselsr; /* 0x.00c0 - I/O voltage select status register
Called 'elbcvselcr' on 86xx SOCs */
- u8 res0c4[0x224 - 0xc4];
+ u8 res0c4[0x100 - 0xc4];
+ __be32 rcwsr[16]; /* 0x.0100 - Reset Control Word Status registers
+ There are 16 registers */
+ u8 res140[0x224 - 0x140];
__be32 iodelay1; /* 0x.0224 - IO delay control register 1 */
__be32 iodelay2; /* 0x.0228 - IO delay control register 2 */
u8 res22c[0x604 - 0x22c];
OpenPOWER on IntegriCloud