Am 11.10.2019 um 11:52 schrieb Ley Foon Tan:
Add reset manager support for Agilex.

Signed-off-by: Ley Foon Tan <[email protected]>

Reviewed-by: Simon Goldschmidt <[email protected]>


---
v5:
- Remove reset_reset_manager_agilex.h and use reset_manager_soc64.h.

v3:
- Add reset_manager_soc64.h
- Convert to use defines instead of struct.
---
  arch/arm/mach-socfpga/include/mach/reset_manager.h | 3 ++-
  1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/arch/arm/mach-socfpga/include/mach/reset_manager.h 
b/arch/arm/mach-socfpga/include/mach/reset_manager.h
index b077b077f8..2c83563d5e 100644
--- 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

_______________________________________________
U-Boot mailing list
[email protected]
https://lists.denx.de/listinfo/u-boot

Reply via email to