Skip to content

Commit f334ad4

Browse files
xhackerustcstorulf
authored andcommitted
mmc: litex_mmc: set PROBE_PREFER_ASYNCHRONOUS
mmc host drivers should have enabled the asynchronous probe option, but it seems like we didn't set it for litex_mmc when introducing litex mmc support, so let's set it now. Tested with linux-on-litex-vexriscv on sipeed tang nano 20K fpga. Signed-off-by: Jisheng Zhang <[email protected]> Acked-by: Gabriel Somlo <[email protected]> Fixes: 92e0991 ("mmc: Add driver for LiteX's LiteSDCard interface") Cc: [email protected] Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Ulf Hansson <[email protected]>
1 parent 3c40eb8 commit f334ad4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/mmc/host/litex_mmc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -649,6 +649,7 @@ static struct platform_driver litex_mmc_driver = {
649649
.driver = {
650650
.name = "litex-mmc",
651651
.of_match_table = litex_match,
652+
.probe_type = PROBE_PREFER_ASYNCHRONOUS,
652653
},
653654
};
654655
module_platform_driver(litex_mmc_driver);

0 commit comments

Comments
 (0)