]> git.dujemihanovic.xyz Git - u-boot.git/commit
armv7: ls102xa: make QSPI clock selection optional during SoC init
authorMario Kicherer <dev@kicherer.org>
Wed, 1 Feb 2023 06:16:22 +0000 (14:16 +0800)
committerPeng Fan <peng.fan@nxp.com>
Wed, 1 Feb 2023 06:16:22 +0000 (14:16 +0800)
commitba89878d702954d5f438df29ff1b0e0e90519db9
tree709319543a79772251fa59d74d0ce4431138c8c2
parenta25dad74597824885d028e8631463295845ca9ee
armv7: ls102xa: make QSPI clock selection optional during SoC init

To improve startup times when booting from QSPI flash, the QSPI frequency
can be configured very early in the boot process [1] to reduce loading
times of U-Boot itself. This patch adds an option to disable setting the
frequency to a default value during SoC initialization.

[1] https://www.nxp.com/docs/en/application-note/AN12279.pdf

Signed-off-by: Mario Kicherer <dev@kicherer.org>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
arch/arm/cpu/armv7/ls102xa/Kconfig
arch/arm/cpu/armv7/ls102xa/soc.c