rockchip: grf_rv1108.h: Fix the grf offsets
The last 4 grf registers offset of rv1108 are wrong, fix them for correct usage. Signed-off-by: David Wu <david.wu@rock-chips.com> Reviewed-by: Simon Glass <sjg@chromium.org> Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
This commit is contained in:
parent
c422c4fa31
commit
0788a31e03
1 changed files with 6 additions and 2 deletions
|
@ -100,13 +100,17 @@ struct rv1108_grf {
|
|||
u32 reserved14[2];
|
||||
u32 dma_con0;
|
||||
u32 dma_con1;
|
||||
u32 reserved15[539];
|
||||
u32 reserved15[59];
|
||||
u32 uoc_status;
|
||||
u32 reserved16[2];
|
||||
u32 host_status;
|
||||
u32 reserved17[59];
|
||||
u32 gmac_con0;
|
||||
u32 reserved18[191];
|
||||
u32 chip_id;
|
||||
};
|
||||
check_member(rv1108_grf, chip_id, 0xf90);
|
||||
|
||||
check_member(rv1108_grf, chip_id, 0x0c00);
|
||||
|
||||
/* GRF_GPIO1B_IOMUX */
|
||||
enum {
|
||||
|
|
Loading…
Reference in a new issue