summaryrefslogtreecommitdiff
path: root/include/mpc512x.h
diff options
context:
space:
mode:
authorRalph Kondziella <[email protected]>2009-01-26 12:34:36 -0700
committerJohn Rigby <[email protected]>2009-02-03 15:40:29 -0700
commit70a4da45e16b72e8e5b0baaecdaee9be8619647d (patch)
tree7801efb95297a664c6ee2fac3839e5d5df5a9a0a /include/mpc512x.h
parentabfbd0ae4967df18102345db4f4b529a13da107b (diff)
ADS5121 Add PATA support
Original patch from Ralph Kondziella plus clean up by Wolfgang Denk plus changes by John Rigby use ips clock not lpc port forward to current u-boot release Signed-off-by: Ralph Kondziella <[email protected]> Signed-off-by: Wolfgang Denk <[email protected]> Signed-off-by: John Rigby <[email protected]>
Diffstat (limited to 'include/mpc512x.h')
-rw-r--r--include/mpc512x.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mpc512x.h b/include/mpc512x.h
index 714287c864a..0f022939da6 100644
--- a/include/mpc512x.h
+++ b/include/mpc512x.h
@@ -573,6 +573,7 @@ void iopin_initialize(iopin_t *,int);
/* Register Offset Base */
#define MPC512X_FEC (CONFIG_SYS_IMMR + 0x02800)
+#define MPC512X_PATA (CONFIG_SYS_IMMR + 0x10200)
/* IIM control */
#define IIM_SET_UA(bk, f) ((bk << 3) | (f >> 5))