
On Saturday 25 March 2023 10:02:42 Martin Rowe wrote:
Minor defconfig and eMMC updates for SolidRun's A388 Clearfog devices.
Changes since v1:
- Omitted defconfig canonicalization changes
- Removed unneeded defconfig changes
- Set non-removable in u-boot dtsi instead of MMC_BROKEN_CD
- Reworked FDT patch logic
Changes since initial discussion: https://lists.denx.de/pipermail/u-boot/2023-February/510492.html
- CONFIG_SPL_SPI selected for SPI defconfig
- Runtime patching of kernel FDT added for eMMC detection
Note that this patch depends on this patch series (has been merged to u-boot-marvell/next): https://lists.denx.de/pipermail/u-boot/2023-March/511038.html
Signed-off-by: Martin Rowe martin.p.rowe@gmail.com
Martin Rowe (3): arm: mvebu: clearfog: Fix MMC detection arm: mvebu: clearfog: Add defconfig for SPI booting arm: mvebu: clearfog: Detect MMC vs SDHC and fixup fdt
arch/arm/dts/armada-388-clearfog-u-boot.dtsi | 1 + arch/arm/mach-mvebu/Kconfig | 1 + board/solidrun/clearfog/clearfog.c | 32 +++++++++++++++++++ ...arfog_defconfig => clearfog_spi_defconfig} | 2 +- 4 files changed, 35 insertions(+), 1 deletion(-) copy configs/{clearfog_defconfig => clearfog_spi_defconfig} (98%)
-- 2.40.0
Looks good,
Reviewed-by: Pali Rohár pali@kernel.org