projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ac40d2
)
arm: socfpga: reset: Add missing reset manager regs
author
Marek Vasut
<marex@denx.de>
Thu, 9 Jul 2015 01:39:06 +0000
(
03:39
+0200)
committer
Marek Vasut
<marex@denx.de>
Sat, 8 Aug 2015 12:14:06 +0000
(14:14 +0200)
Define two missing reset manager registers, which are in the
SoCFPGA CV datasheet.
Signed-off-by: Marek Vasut <marex@denx.de>
arch/arm/mach-socfpga/include/mach/reset_manager.h
patch
|
blob
|
history
diff --git
a/arch/arm/mach-socfpga/include/mach/reset_manager.h
b/arch/arm/mach-socfpga/include/mach/reset_manager.h
index
d63a285
..
7e803f7
100644
(file)
--- a/
arch/arm/mach-socfpga/include/mach/reset_manager.h
+++ b/
arch/arm/mach-socfpga/include/mach/reset_manager.h
@@
-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)