On Tue, Sep 22, 2026 at 07:04:50PM +0800, Sandie Cao wrote: > @@ -184,6 +185,24 @@ &combophy { > [...] > +&sdhci0 { > + pinctrl-names = "default","uhs"; > + pinctrl-0 = <&mmc1_cfg>; > + pinctrl-1 = <&mmc1_uhs_cfg>; > + bus-width = <4>; > + cd-gpios = <&gpio K3_GPIO(88) GPIO_ACTIVE_LOW>; Does GPIO88 have an external pull-up? The SDK DTS [1] also includes mmc1_cd_cfg in both pinctrl states, with a pull-up and 3.3 V configuration. Neither mmc1_cfg nor mmc1_uhs_cfg covers this pin. Is that configuration unnecessary on this board? > + no-mmc; > + no-sdio; > + disable-wp; > + cap-sd-highspeed; > + vmmc-supply = <&aldo4>; > + vqmmc-supply = <&aldo1>; Could you confirm which rail supplies the card's VDD? The SDK DTS [1] uses p3v3 for vmmc rather than aldo4. Does that RPMI regulator map to ALDO4, or is the card powered by a different rail? Link: https://github.com/spacemit-com/linux-6.18/blob/k3-br-v1.0.y/arch/riscv/boot/dts/spacemit/k3-deepcomputing-fml13v05.dts [1] -- Troy Mitchell