public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/4] mmc: sophgo: milkv_duo: Add SD card support for Milk-V Duo board
@ 2024-02-02  9:43 Kongyang Liu
  2024-02-02  9:43 ` [PATCH 1/4] mmc: cv1800b: Add sdhci driver support for cv1800b SoC Kongyang Liu
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Kongyang Liu @ 2024-02-02  9:43 UTC (permalink / raw)
  To: u-boot
  Cc: Jaehoon Chung, Leo, Marek Vasut, Oleksandr Suvorov,
	Patrick Delaunay, Paul Barker, Peng Fan, Peter Geis, Rick Chen,
	Simon Glass, Tom Rini

This series add sdhci driver for cv1800b SoC and enable SD card support for
Sophgo Milk-V Duo board.


Kongyang Liu (4):
  mmc: cv1800b: Add sdhci driver support for cv1800b SoC
  riscv: dts: sophgo: Add clk node
  riscv: dts: sophgo: Add sdhci node
  configs: milkv_duo: Add SD card configs

 arch/riscv/dts/cv1800b.dtsi |  27 ++++
 arch/riscv/dts/cv18xx.dtsi  |   6 +
 configs/milkv_duo_defconfig |  16 ++-
 drivers/mmc/Kconfig         |  13 ++
 drivers/mmc/Makefile        |   1 +
 drivers/mmc/cv1800b_sdhci.c | 243 ++++++++++++++++++++++++++++++++++++
 6 files changed, 303 insertions(+), 3 deletions(-)
 create mode 100644 drivers/mmc/cv1800b_sdhci.c

-- 
2.41.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-02-02 12:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-02  9:43 [PATCH 0/4] mmc: sophgo: milkv_duo: Add SD card support for Milk-V Duo board Kongyang Liu
2024-02-02  9:43 ` [PATCH 1/4] mmc: cv1800b: Add sdhci driver support for cv1800b SoC Kongyang Liu
2024-02-02  9:43 ` [PATCH 2/4] riscv: dts: sophgo: Add clk node Kongyang Liu
2024-02-02  9:43 ` [PATCH 3/4] riscv: dts: sophgo: Add sdhci node Kongyang Liu
2024-02-02  9:43 ` [PATCH 4/4] configs: milkv_duo: Add SD card configs Kongyang Liu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox