riscv: starfive: MMC card detect
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@canonical.com> Acked-by: Minda Chen <minda.chen@starfivetech.com>
This commit is contained in:

committed by
Leo Yu-Chi Liang

parent
c532ddded9
commit
0ba23d3daf
@@ -298,7 +298,7 @@
|
|||||||
pinctrl-0 = <&mmc1_pins>;
|
pinctrl-0 = <&mmc1_pins>;
|
||||||
no-sdio;
|
no-sdio;
|
||||||
no-mmc;
|
no-mmc;
|
||||||
broken-cd;
|
cd-gpios = <&sysgpio 41 GPIO_ACTIVE_LOW>;
|
||||||
cap-sd-highspeed;
|
cap-sd-highspeed;
|
||||||
post-power-on-delay-ms = <200>;
|
post-power-on-delay-ms = <200>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
Reference in New Issue
Block a user