diff options
author | TsiChungLiew <Tsi-Chung.Liew@freescale.com> | 2007-11-08 12:31:11 -0600 |
---|---|---|
committer | TsiChungLiew <Tsi-Chung.Liew@freescale.com> | 2007-11-08 12:31:11 -0600 |
commit | 7d7cdea769a60b0a6e4c18bef7f9d648fd14b8d7 (patch) | |
tree | 7878824248a80e0a5d6b213847905698cf532ea8 | |
parent | 09b26cf00d76d75fdf7fdc4b13e4dd929743bc21 (diff) | |
download | u-boot-imx-7d7cdea769a60b0a6e4c18bef7f9d648fd14b8d7.zip u-boot-imx-7d7cdea769a60b0a6e4c18bef7f9d648fd14b8d7.tar.gz u-boot-imx-7d7cdea769a60b0a6e4c18bef7f9d648fd14b8d7.tar.bz2 |
ColdFire: MCF5329 - Add Reset structure to immap_5329.h
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
-rw-r--r-- | include/asm-m68k/immap_5329.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-m68k/immap_5329.h b/include/asm-m68k/immap_5329.h index dd86e7d..60ecd42 100644 --- a/include/asm-m68k/immap_5329.h +++ b/include/asm-m68k/immap_5329.h @@ -494,6 +494,11 @@ typedef struct ccm_ctrl { u16 uocsr; /* 0x16 USB On-the-Go Controller Status Register */ } ccm_t; +typedef struct rcm { + u8 rcr; + u8 rsr; +} rcm_t; + /* GPIO port registers */ typedef struct gpio_ctrl { /* Port Output Data Registers */ |