[PATCH 1/1] riscv: starfive: MMC card detect
Minda Chen
minda.chen at starfivetech.com
Fri Mar 29 08:53:25 CET 2024
>
> The VisionFive 2 board uses GPIO 41 as card detect as documented in
> https://doc-en.rvspace.org/VisionFive2/PDF/SCH_RV002_V1.2A_20221216.pdf.
>
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
> ---
> arch/riscv/dts/jh7110-starfive-visionfive-2.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/riscv/dts/jh7110-starfive-visionfive-2.dtsi
> b/arch/riscv/dts/jh7110-starfive-visionfive-2.dtsi
> index f2c6bec9298..e11babc1cde 100644
> --- a/arch/riscv/dts/jh7110-starfive-visionfive-2.dtsi
> +++ b/arch/riscv/dts/jh7110-starfive-visionfive-2.dtsi
> @@ -298,7 +298,7 @@
> pinctrl-0 = <&mmc1_pins>;
> no-sdio;
> no-mmc;
> - broken-cd;
> + cd-gpios = <&sysgpio 41 GPIO_ACTIVE_LOW>;
> cap-sd-highspeed;
> post-power-on-delay-ms = <200>;
> status = "okay";
> --
> 2.43.0
Acked-by: Minda Chen <minda.chen at starfivetech.com>
More information about the U-Boot
mailing list