forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/mmc/host/dw_mmc-pltfm.c
....@@ -1,13 +1,9 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Synopsys DesignWare Multimedia Card Interface driver
34 *
45 * Copyright (C) 2009 NXP Semiconductors
56 * Copyright (C) 2009, 2010 Imagination Technologies Ltd.
6
- *
7
- * This program is free software; you can redistribute it and/or modify
8
- * it under the terms of the GNU General Public License as published by
9
- * the Free Software Foundation; either version 2 of the License, or
10
- * (at your option) any later version.
117 */
128
139 #include <linux/err.h>
....@@ -102,6 +98,7 @@
10298 .remove = dw_mci_pltfm_remove,
10399 .driver = {
104100 .name = "dw_mmc",
101
+ .probe_type = PROBE_PREFER_ASYNCHRONOUS,
105102 .of_match_table = dw_mci_pltfm_match,
106103 .pm = &dw_mci_pltfm_pmops,
107104 },