From 89281ea41721b3027e14d66c19f2dbb4d11847d3 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Mon, 06 Nov 2023 07:24:14 +0000
Subject: [PATCH] build rk3568 uboot
---
kernel/drivers/mmc/host/pxamci.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/kernel/drivers/mmc/host/pxamci.c b/kernel/drivers/mmc/host/pxamci.c
index 00b5465..1db0d03 100644
--- a/kernel/drivers/mmc/host/pxamci.c
+++ b/kernel/drivers/mmc/host/pxamci.c
@@ -828,6 +828,7 @@
.remove = pxamci_remove,
.driver = {
.name = DRIVER_NAME,
+ .probe_type = PROBE_PREFER_ASYNCHRONOUS,
.of_match_table = of_match_ptr(pxa_mmc_dt_ids),
},
};
--
Gitblit v1.6.2