summaryrefslogtreecommitdiff
path: root/configs/j721e_hs_evm_a72_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-03-30 18:07:23 -0400
committerTom Rini <trini@konsulko.com>2022-04-08 10:46:22 -0400
commit55b3ba4c2ba4c464491604c5da63debae72aa5c6 (patch)
treed9c1f95b2ba4e6b44b917431a764afcced7fe72b /configs/j721e_hs_evm_a72_defconfig
parent5d14c336b21da34d07e93b5689ccffd52b8cc658 (diff)
downloadu-boot-55b3ba4c2ba4c464491604c5da63debae72aa5c6.tar.gz
spi: cadence_qspi: Migrate CONFIG_CQSPI_REF_CLK to Kconfig
This is a little tricky since SoCFPGA has code to determine this as runtime. Introduce a guard variable for platforms to select if they have a static value to use. Then for ARCH_SOCFPGA, call cm_get_qspi_controller_clk_hz() and otherwise continue the previous behavior. Cc: Jagan Teki <jagan@amarulasolutions.com> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/j721e_hs_evm_a72_defconfig')
-rw-r--r--configs/j721e_hs_evm_a72_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/j721e_hs_evm_a72_defconfig b/configs/j721e_hs_evm_a72_defconfig
index b468a4438e..8146af9732 100644
--- a/configs/j721e_hs_evm_a72_defconfig
+++ b/configs/j721e_hs_evm_a72_defconfig
@@ -145,6 +145,8 @@ CONFIG_SOC_TI=y
CONFIG_SPI=y
CONFIG_DM_SPI=y
CONFIG_CADENCE_QSPI=y
+CONFIG_HAS_CQSPI_REF_CLK=y
+CONFIG_CQSPI_REF_CLK=133333333
CONFIG_SYSRESET=y
CONFIG_SPL_SYSRESET=y
CONFIG_SYSRESET_TI_SCI=y