projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09b26cf
)
ColdFire: MCF5329 - Add Reset structure to immap_5329.h
author
TsiChungLiew
<Tsi-Chung.Liew@freescale.com>
Thu, 8 Nov 2007 18:31:11 +0000
(12:31 -0600)
committer
TsiChungLiew
<Tsi-Chung.Liew@freescale.com>
Thu, 8 Nov 2007 18:31:11 +0000
(12:31 -0600)
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
include/asm-m68k/immap_5329.h
patch
|
blob
|
history
diff --git
a/include/asm-m68k/immap_5329.h
b/include/asm-m68k/immap_5329.h
index dd86e7d9822cd3901ac0eb9e743b2c73d08d478c..60ecd42cab97f025cf85a08641ed6005a48af34f 100644
(file)
--- 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 */