]> git.dujemihanovic.xyz Git - u-boot.git/commit
rockchip: rk3588-toybrick: Use pinctrl and aliases in SPL
authorJonas Karlman <jonas@kwiboo.se>
Mon, 22 Apr 2024 06:28:56 +0000 (06:28 +0000)
committerKever Yang <kever.yang@rock-chips.com>
Fri, 26 Apr 2024 07:47:04 +0000 (15:47 +0800)
commit3c0c77bd555a58f3e4973945e67bbe6a4c05e0d6
treebdbeed1aa1b3014ad782775ac64b7dc695ea4192
parent1b3a18a9601ead4edb857e0d5824e0322bf1496e
rockchip: rk3588-toybrick: 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.

Fixes: 9fdd9a546986 ("board: rockchip: add Rockchip Toybrick TB-RK3588X board")
Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
configs/toybrick-rk3588_defconfig