Re: (subset) [PATCH v8 0/4] RISC-V: Add MMC support for TH1520 boards

From: Palmer Dabbelt
Date: Fri Feb 16 2024 - 14:06:25 EST


On Tue, 12 Dec 2023 11:13:25 PST (-0800), Conor Dooley wrote:
From: Conor Dooley <conor.dooley@xxxxxxxxxxxxx>

On Wed, 06 Dec 2023 00:09:20 -0800, Drew Fustini wrote:
This series enables the MMC controller in the T-Head TH1520 SoC and
enables the eMMC and microSD on both the BeagleV Ahead and the Sipeed
LicheePi 4A.

The drivers/mmc/host patches from v6 were applied by Ulf and are already
in the linux-next [1][2] as well as the bindings patch [3]. Thus v7 was
only a defconfig patch and three device tree patches. This v8 is a
followup to change the dwcmshc node names to match the documentation.

[...]

Applied to riscv-dt-for-next, thanks! The defconfig patch is Palmer's
to take :)

Sorry I missed this. It's on my staging branch, but I'm still debugging some boot hangs post-merge so it might take a bit to show up on linux-next...


[2/4] riscv: dts: thead: Add TH1520 mmc controllers and sdhci clock
https://git.kernel.org/conor/c/a77f02e84896
[3/4] riscv: dts: thead: Enable BeagleV Ahead eMMC and microSD
https://git.kernel.org/conor/c/18d92a03b319
[4/4] riscv: dts: thead: Enable LicheePi 4A eMMC and microSD
https://git.kernel.org/conor/c/b6b5028473ce

Thanks,
Conor.