mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
arm: socfpga: reset: Add missing reset manager regs
Define two missing reset manager registers, which are in the SoCFPGA CV datasheet. Signed-off-by: Marek Vasut <marex@denx.de>
This commit is contained in:
parent
7ac40d25cf
commit
8d009e4542
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@ struct socfpga_reset_manager {
|
|||
u32 per_mod_reset;
|
||||
u32 per2_mod_reset;
|
||||
u32 brg_mod_reset;
|
||||
u32 misc_mod_reset;
|
||||
u32 tstscratch;
|
||||
};
|
||||
|
||||
#if defined(CONFIG_SOCFPGA_VIRTUAL_TARGET)
|
||||
|
|
Loading…
Reference in a new issue