summaryrefslogtreecommitdiff
path: root/include/asm-ppc/immap_83xx.h
diff options
context:
space:
mode:
authorDave Liu <r63238@freescale.com>2008-01-18 10:07:04 +0800
committerKim Phillips <kim.phillips@freescale.com>2008-01-18 12:39:23 -0600
commitcfe5ca77976afdbe7ecb86e39fd7505bde636ace (patch)
treec6947c51c2b562e598de81b9e2e7ce2f8c643097 /include/asm-ppc/immap_83xx.h
parent2956acd5ef93a498337f8ac2ec6ae6a77d491dc5 (diff)
mpc83xx: Correct the struct spi8xxx in mpc8xxx_spi.h
The commit 04a9e1180ac76a7bacc15a6fcd95ad839d65bddb cause the 83xx immap broken, so the DMA and PCI will be failed. The patch fix the struct spi8xxx and rm struct spi83xx. Signed-off-by: Dave Liu <daveliu@freescale.com> Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'include/asm-ppc/immap_83xx.h')
-rw-r--r--include/asm-ppc/immap_83xx.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/include/asm-ppc/immap_83xx.h b/include/asm-ppc/immap_83xx.h
index c16a0981d..5b215393e 100644
--- a/include/asm-ppc/immap_83xx.h
+++ b/include/asm-ppc/immap_83xx.h
@@ -385,20 +385,6 @@ typedef struct lbus83xx {
} lbus83xx_t;
/*
- * Serial Peripheral Interface
- */
-typedef struct spi83xx {
- u32 mode; /* mode register */
- u32 event; /* event register */
- u32 mask; /* mask register */
- u32 com; /* command register */
- u8 res0[0x10];
- u32 tx; /* transmit register */
- u32 rx; /* receive register */
- u8 res1[0xFD8];
-} spi83xx_t;
-
-/*
* DMA/Messaging Unit
*/
typedef struct dma83xx {