Re: [PATCH v4 3/3] riscv: dts: canaan: Add mmc nodes for K230
From: Jiayu Du
Date: Mon Mar 16 2026 - 12:04:42 EST
On Mon, Mar 16, 2026 at 10:15:27PM +0800, Junhui Liu wrote:
> Hi Jiayu,
> Thanks for the new version. Just a friendly reminder.
>
> On Sun Mar 15, 2026 at 1:44 PM CST, Jiayu Du wrote:
> > Add MMC nodes to K230, including eMMC and SDIO. Enable HS200 eMMC
> > on the SoM and SDIO high-speed on the board.
> >
> > Signed-off-by: Jiayu Du <jiayu.riscv@xxxxxxxxxxxxxxxx>
> > ---
> > .../boot/dts/canaan/k230-canmv-dshanpi.dts | 56 +++++++++++++++++++
> > .../dts/canaan/k230-canmv-module-dshanpi.dtsi | 7 +++
> > arch/riscv/boot/dts/canaan/k230.dtsi | 28 ++++++++++
> > 3 files changed, 91 insertions(+)
>
> [...]
>
> > +
> > +&sdio {
> > + bus-width = <4>;
> > + max-frequency = <50000000>;
> > + pinctrl-names = "default";
> > + pinctrl-0 = <&mmc1_pins>;
> > + vmmc-supply = <&vdd_3v3>;
> > + vqmmc-supply = <&vdd_3v3>;
> > + cap-sd-highspeed;
> > + no-1-8-v;
> > + status = "okay";
> > };
> >
>
> It seems the broken-cd property we discussed in the previous version is
> not added, and also my Tested-by tag (for the whole series). Was this
> intentional or just an oversight?
>
Sorry for that, It was a oversight. I will fix both.
And I will only add your Tested-by tags to patch [2/3] and [3/3].
Is this correct?
Kind regards,
Jiayu Du
> --
> Best regards,
> Junhui Liu
>