diff options
author | Nick Spence <nick.spence@freescale.com> | 2008-08-22 23:52:40 -0700 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2008-08-25 17:04:40 -0500 |
commit | 002d27caf26e7eb913d474d3a91f67d56c8c31d5 (patch) | |
tree | 22b01e49addf03b5a4c1bc52e91183061139e154 /include/asm-ppc | |
parent | 447ad5768abda669ac0e7f46fcdb62fbe828d637 (diff) | |
download | u-boot-imx-002d27caf26e7eb913d474d3a91f67d56c8c31d5.zip u-boot-imx-002d27caf26e7eb913d474d3a91f67d56c8c31d5.tar.gz u-boot-imx-002d27caf26e7eb913d474d3a91f67d56c8c31d5.tar.bz2 |
MPC83XX: Add miscellaneous registers and #defines to support MPC83xx family devices
This patch adds elements to the 83xx sysconf structure and #define values that are used
by mpc83xx family devices.
Signed-off-by: Nick Spence <nick.spence@freescale.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'include/asm-ppc')
-rw-r--r-- | include/asm-ppc/immap_83xx.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/asm-ppc/immap_83xx.h b/include/asm-ppc/immap_83xx.h index 5b21539..ff18303 100644 --- a/include/asm-ppc/immap_83xx.h +++ b/include/asm-ppc/immap_83xx.h @@ -61,7 +61,9 @@ typedef struct sysconf83xx { u32 spcr; /* System Priority Configuration Register */ u32 sicrl; /* System I/O Configuration Register Low */ u32 sicrh; /* System I/O Configuration Register High */ - u8 res6[0x0C]; + u8 res6[0x04]; + u32 sidcr0; /* System I/O Delay Configuration Register 0 */ + u32 sidcr1; /* System I/O Delay Configuration Register 1 */ u32 ddrcdr; /* DDR Control Driver Register */ u32 ddrdsr; /* DDR Debug Status Register */ u32 obir; /* Output Buffer Impedance Register */ |