]> git.ipfire.org Git - thirdparty/u-boot.git/commit
rockchip: rk3588-evb: Use pinctrl and aliases in SPL
authorJonas Karlman <jonas@kwiboo.se>
Mon, 22 Apr 2024 06:28:52 +0000 (06:28 +0000)
committerKever Yang <kever.yang@rock-chips.com>
Fri, 26 Apr 2024 07:47:04 +0000 (15:47 +0800)
commit994e66401c975b057333a38644de32878ed19336
treebb78aa466cae1077bcbe1f4fb2bd3e4418529b77
parent20b2852ec8d25b3dc2c36b2cedf5dd2052760f76
rockchip: rk3588-evb: Use pinctrl and aliases in SPL

Pinctrl must be configured for eMMC, SD-card and SPI flash to
successfully read FIT from all possible fallback media in SPL.

Include pinctrl props and enable the SPL_PINCTRL Kconfig option to
ensure FIT can be loaded from eMMC, SD-card and SPI flash.

Also enable the SPL_DM_SEQ_ALIAS Kconfig option to ensure that the
storage device sequence number matches in both SPL and U-Boot proper.

Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
configs/evb-rk3588_defconfig