projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd5374a
)
arm: socfpga: agilex: Add reset manager support
author
Ley Foon Tan
<ley.foon.tan@intel.com>
Wed, 27 Nov 2019 07:55:17 +0000
(15:55 +0800)
committer
Marek Vasut
<marex@denx.de>
Tue, 7 Jan 2020 13:38:33 +0000
(14:38 +0100)
Add reset manager support for Agilex.
Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com>
Reviewed-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
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 af57ab0a3291d5d5052c6ee824fb028f63eb7119..7844ad14cb66c3b60fc88efc2b12c9e70ccf54ef 100644
(file)
--- a/
arch/arm/mach-socfpga/include/mach/reset_manager.h
+++ b/
arch/arm/mach-socfpga/include/mach/reset_manager.h
@@
-43,7
+43,8
@@
void socfpga_per_reset_all(void);
#include <asm/arch/reset_manager_gen5.h>
#elif defined(CONFIG_TARGET_SOCFPGA_ARRIA10)
#include <asm/arch/reset_manager_arria10.h>
-#elif defined(CONFIG_TARGET_SOCFPGA_STRATIX10)
+#elif defined(CONFIG_TARGET_SOCFPGA_STRATIX10) || \
+ defined(CONFIG_TARGET_SOCFPGA_AGILEX)
#include <asm/arch/reset_manager_soc64.h>
#endif