summaryrefslogtreecommitdiff
path: root/arch/arm/mach-socfpga/include/mach/misc.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-09-03 08:59:16 -0400
committerTom Rini <trini@konsulko.com>2020-09-03 08:59:16 -0400
commitf766e8bced2ded321a0966ce033439a2027389f1 (patch)
treed75f11668164b1b152b4e44fa3efd2cdb8994461 /arch/arm/mach-socfpga/include/mach/misc.h
parent7149077353ef4837ab2fcdce5d7e52c5ed4b026a (diff)
parent6b6307ed22121a38c5b1a5198e737e78b7135312 (diff)
Merge branch 'for-tom' of https://github.com/lftan/u-boot
- SoCFPGA bugfix
Diffstat (limited to 'arch/arm/mach-socfpga/include/mach/misc.h')
-rw-r--r--arch/arm/mach-socfpga/include/mach/misc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-socfpga/include/mach/misc.h b/arch/arm/mach-socfpga/include/mach/misc.h
index a85c5aeef95..649d2f6ce24 100644
--- a/arch/arm/mach-socfpga/include/mach/misc.h
+++ b/arch/arm/mach-socfpga/include/mach/misc.h
@@ -39,6 +39,11 @@ void socfpga_init_security_policies(void);
void socfpga_sdram_remap_zero(void);
#endif
+#if defined(CONFIG_TARGET_SOCFPGA_STRATIX10) || \
+ defined(CONFIG_TARGET_SOCFPGA_AGILEX)
+int is_fpga_config_ready(void);
+#endif
+
void do_bridge_reset(int enable, unsigned int mask);
void socfpga_pl310_clear(void);
void socfpga_get_managers_addr(void);