mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-29 08:01:08 +00:00
Merge branch 'master' of git://git.denx.de/u-boot-video
This commit is contained in:
commit
d104a0c6a1
1 changed files with 2 additions and 2 deletions
|
@ -171,7 +171,7 @@ struct ipu_cm {
|
|||
u32 gpr;
|
||||
u32 reserved0[26];
|
||||
u32 ch_db_mode_sel[2];
|
||||
u32 reserved1[16];
|
||||
u32 reserved1[4];
|
||||
u32 alt_ch_db_mode_sel[2];
|
||||
u32 reserved2[2];
|
||||
u32 ch_trb_mode_sel[2];
|
||||
|
@ -188,7 +188,7 @@ struct ipu_idmac {
|
|||
u32 sub_addr[5];
|
||||
u32 bndm_en[2];
|
||||
u32 sc_cord[2];
|
||||
u32 reserved[45];
|
||||
u32 reserved[44];
|
||||
u32 ch_busy[2];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue