summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLokanathan, Raaj <raaj.lokanathan@intel.com>2022-09-01 13:45:07 +0800
committerLokanathan, Raaj <raaj.lokanathan@intel.com>2022-10-11 14:41:49 +0800
commit603e033ee8af5f248a9c07f1634eff9d314ca3e0 (patch)
tree0f5793791509ad37d0ade0f52386ea1570cfef6e
parentf2724d3eb0c08f5a192993ee8abe75a8a52c5dec (diff)
downloadu-boot-socfpga-603e033ee8af5f248a9c07f1634eff9d314ca3e0.tar.gz
HSD #15011858928: configs: Set COUNTER_FREQUENCY configurations
Mainline have moved the COUNTER_FREQUENCY config to the Kconfig. In order for the spi refclock to work properly, socfpga configs for agilex and s10-related configs need the COUNTER_FREQUENCY to be added. Signed-off-by: Lokanathan, Raaj <raaj.lokanathan@intel.com>
-rw-r--r--configs/socfpga_agilex_defconfig1
-rw-r--r--configs/socfpga_agilex_nand_legacy_defconfig1
-rw-r--r--configs/socfpga_agilex_qspi_legacy_defconfig1
-rw-r--r--configs/socfpga_stratix10_defconfig1
-rw-r--r--configs/socfpga_stratix10_nand_legacy_defconfig1
-rw-r--r--configs/socfpga_stratix10_qspi_legacy_defconfig1
6 files changed, 6 insertions, 0 deletions
diff --git a/configs/socfpga_agilex_defconfig b/configs/socfpga_agilex_defconfig
index 9ce3d3aa7b..678d8c930c 100644
--- a/configs/socfpga_agilex_defconfig
+++ b/configs/socfpga_agilex_defconfig
@@ -1,4 +1,5 @@
CONFIG_ARM=y
+CONFIG_COUNTER_FREQUENCY=400000000
CONFIG_SPL_LDSCRIPT="arch/arm/mach-socfpga/u-boot-spl-soc64.lds"
CONFIG_ARCH_SOCFPGA=y
CONFIG_SYS_TEXT_BASE=0x200000
diff --git a/configs/socfpga_agilex_nand_legacy_defconfig b/configs/socfpga_agilex_nand_legacy_defconfig
index efa9bfab77..dd696e7c07 100644
--- a/configs/socfpga_agilex_nand_legacy_defconfig
+++ b/configs/socfpga_agilex_nand_legacy_defconfig
@@ -1,4 +1,5 @@
CONFIG_ARM=y
+CONFIG_COUNTER_FREQUENCY=400000000
CONFIG_SPL_LDSCRIPT="arch/arm/mach-socfpga/u-boot-spl-soc64.lds"
CONFIG_ARCH_SOCFPGA=y
CONFIG_SYS_TEXT_BASE=0x1000
diff --git a/configs/socfpga_agilex_qspi_legacy_defconfig b/configs/socfpga_agilex_qspi_legacy_defconfig
index a6cc8cce7e..d01dfe3d1d 100644
--- a/configs/socfpga_agilex_qspi_legacy_defconfig
+++ b/configs/socfpga_agilex_qspi_legacy_defconfig
@@ -1,4 +1,5 @@
CONFIG_ARM=y
+CONFIG_COUNTER_FREQUENCY=400000000
CONFIG_ARM_SMCCC=y
CONFIG_SPL_LDSCRIPT="arch/arm/mach-socfpga/u-boot-spl-soc64.lds"
CONFIG_ARCH_SOCFPGA=y
diff --git a/configs/socfpga_stratix10_defconfig b/configs/socfpga_stratix10_defconfig
index f7d38eaeb1..867c3ae4f4 100644
--- a/configs/socfpga_stratix10_defconfig
+++ b/configs/socfpga_stratix10_defconfig
@@ -1,4 +1,5 @@
CONFIG_ARM=y
+CONFIG_COUNTER_FREQUENCY=400000000
CONFIG_SPL_LDSCRIPT="arch/arm/mach-socfpga/u-boot-spl-soc64.lds"
CONFIG_ARCH_SOCFPGA=y
CONFIG_SYS_TEXT_BASE=0x200000
diff --git a/configs/socfpga_stratix10_nand_legacy_defconfig b/configs/socfpga_stratix10_nand_legacy_defconfig
index 1476cd9f9a..793e42d1ed 100644
--- a/configs/socfpga_stratix10_nand_legacy_defconfig
+++ b/configs/socfpga_stratix10_nand_legacy_defconfig
@@ -1,4 +1,5 @@
CONFIG_ARM=y
+CONFIG_COUNTER_FREQUENCY=400000000
CONFIG_SPL_LDSCRIPT="arch/arm/mach-socfpga/u-boot-spl-soc64.lds"
CONFIG_ARCH_SOCFPGA=y
CONFIG_SYS_TEXT_BASE=0x1000
diff --git a/configs/socfpga_stratix10_qspi_legacy_defconfig b/configs/socfpga_stratix10_qspi_legacy_defconfig
index 786b185087..7807dece3d 100644
--- a/configs/socfpga_stratix10_qspi_legacy_defconfig
+++ b/configs/socfpga_stratix10_qspi_legacy_defconfig
@@ -1,5 +1,6 @@
CONFIG_ARM=y
CONFIG_ARM_SMCCC=y
+CONFIG_COUNTER_FREQUENCY=400000000
CONFIG_SPL_LDSCRIPT="arch/arm/mach-socfpga/u-boot-spl-soc64.lds"
CONFIG_ARCH_SOCFPGA=y
CONFIG_SYS_TEXT_BASE=0x1000