Compare commits

...

2 Commits

Author SHA1 Message Date
Yilin Sun 85e7731ec8
arm: dts: tlt113i: name mmc based on device order.
Signed-off-by: Yilin Sun <imi415@imi.moe>
2024-04-21 13:41:42 +08:00
Yilin Sun 373439ec6e
configs: TLT113: support booting from MMC2.
Signed-off-by: Yilin Sun <imi415@imi.moe>
2024-04-21 13:41:10 +08:00
2 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,8 @@
/ {
aliases {
serial2 = &uart2;
mmc0 = &mmc0;
mmc2 = &mmc2;
};
chosen {

View File

@ -7,6 +7,7 @@ CONFIG_MACH_SUN8I_R528=y
CONFIG_DRAM_CLK=792
CONFIG_DRAM_ZQ=8092667
CONFIG_UART2_PORT_G=y
CONFIG_MMC_SUNXI_SLOT_EXTRA=2
CONFIG_SPL_SPI_SUNXI=y
# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
CONFIG_SPL_SPINAND_SUPPORT=y