mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-13 20:40:31 +01:00
ColdFire: MCF5329 - Add Reset structure to immap_5329.h
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
This commit is contained in:
parent
09b26cf00d
commit
7d7cdea769
1 changed files with 5 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue