mbox series

[v1,0/2] StarFive's MMC nodes support

Message ID 20230809013917.81674-1-william.qiu@starfivetech.com (mailing list archive)
Headers show
Series StarFive's MMC nodes support | expand

Message

William Qiu Aug. 9, 2023, 1:39 a.m. UTC
Hi,

This patchset adds dts nodes for the StarFive designware mobile storage
host controller driver. In device tree, we set mmc0 to eMMC, and set
mmc1 to sd card.

William Qiu (2):
  riscv: dts: starfive: enable DCDC1&ALDO4 node in axp15060
  riscv: dts: starfive: Add mmc nodes on VisionFive 2 board

 .../jh7110-starfive-visionfive-2.dtsi         | 112 ++++++++++++++++++
 arch/riscv/boot/dts/starfive/jh7110.dtsi      |  32 +++++
 2 files changed, 144 insertions(+)

--
2.34.1

Comments

Conor Dooley Aug. 9, 2023, 6:46 p.m. UTC | #1
From: Conor Dooley <conor.dooley@microchip.com>

On Wed, 09 Aug 2023 09:39:15 +0800, William Qiu wrote:
> This patchset adds dts nodes for the StarFive designware mobile storage
> host controller driver. In device tree, we set mmc0 to eMMC, and set
> mmc1 to sd card.
> 
> William Qiu (2):
>   riscv: dts: starfive: enable DCDC1&ALDO4 node in axp15060
>   riscv: dts: starfive: Add mmc nodes on VisionFive 2 board
> 
> [...]

Applied to riscv-dt-for-next, thanks!

[1/2] riscv: dts: starfive: enable DCDC1&ALDO4 node in axp15060
      https://git.kernel.org/conor/c/7dafcfa79cc9
[2/2] riscv: dts: starfive: Add mmc nodes on VisionFive 2 board
      https://git.kernel.org/conor/c/b127dbf9e1eb

Thanks,
Conor.