[PATCH 0/4] mmc: sophgo: milkv_duo: Add SD card support for Milk-V Duo board

Kongyang Liu seashell11234455 at gmail.com
Fri Feb 2 10:43:32 CET 2024


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



More information about the U-Boot mailing list