[RESEND PATCH v2] xilinx: versal: Setup 30MHz as default spi frequency

Michal Simek michal.simek at amd.com
Tue Oct 31 11:50:54 CET 2023


Align default SPI configuration with ZynqMP/Versal NET.
There is no reason to run on lower frequencies.

Signed-off-by: Michal Simek <michal.simek at amd.com>
---

Changes in v2:
- sync Kconfig location

v2 didn't land in lore.kernel.org but it is present here
https://lists.denx.de/pipermail/u-boot/2023-October/535418.html
that's why resend it to be able to have link to lore.

---
 configs/xilinx_versal_virt_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/xilinx_versal_virt_defconfig b/configs/xilinx_versal_virt_defconfig
index be86d446cf46..276ec2526ba2 100644
--- a/configs/xilinx_versal_virt_defconfig
+++ b/configs/xilinx_versal_virt_defconfig
@@ -6,6 +6,7 @@ CONFIG_ARCH_VERSAL=y
 CONFIG_TEXT_BASE=0x8000000
 CONFIG_SYS_MALLOC_F_LEN=0x100000
 CONFIG_NR_DRAM_BANKS=36
+CONFIG_SF_DEFAULT_SPEED=30000000
 CONFIG_DEFAULT_DEVICE_TREE="xilinx-versal-virt"
 CONFIG_OF_LIBFDT_OVERLAY=y
 CONFIG_DM_RESET=y
-- 
2.36.1



More information about the U-Boot mailing list