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:
2fd1dc5
)
arm: socfpga: agilex: Add system manager support
author
Ley Foon Tan
<ley.foon.tan@intel.com>
Wed, 27 Nov 2019 07:55:19 +0000
(15:55 +0800)
committer
Marek Vasut
<marex@denx.de>
Tue, 7 Jan 2020 13:38:33 +0000
(14:38 +0100)
Add system 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/system_manager.h
patch
|
blob
|
history
diff --git
a/arch/arm/mach-socfpga/include/mach/system_manager.h
b/arch/arm/mach-socfpga/include/mach/system_manager.h
index 242ef2e8be7011f050bdb12ce1455d1a408307ca..6de0a08131778f33517f72bf0d1e6bbd8f8265d6 100644
(file)
--- a/
arch/arm/mach-socfpga/include/mach/system_manager.h
+++ b/
arch/arm/mach-socfpga/include/mach/system_manager.h
@@
-8,7
+8,8
@@
phys_addr_t socfpga_get_sysmgr_addr(void);
-#if defined(CONFIG_TARGET_SOCFPGA_STRATIX10)
+#if defined(CONFIG_TARGET_SOCFPGA_STRATIX10) || \
+ defined(CONFIG_TARGET_SOCFPGA_AGILEX)
#include <asm/arch/system_manager_soc64.h>
#else
#define SYSMGR_ROMCODEGRP_CTRL_WARMRSTCFGPINMUX BIT(0)