.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * SDHCI support for CNS3xxx SoC |
---|
3 | 4 | * |
---|
.. | .. |
---|
6 | 7 | * |
---|
7 | 8 | * Authors: Scott Shu |
---|
8 | 9 | * Anton Vorontsov <avorontsov@mvista.com> |
---|
9 | | - * |
---|
10 | | - * This program is free software; you can redistribute it and/or modify |
---|
11 | | - * it under the terms of the GNU General Public License version 2 as |
---|
12 | | - * published by the Free Software Foundation. |
---|
13 | 10 | */ |
---|
14 | 11 | |
---|
15 | 12 | #include <linux/delay.h> |
---|
.. | .. |
---|
101 | 98 | static struct platform_driver sdhci_cns3xxx_driver = { |
---|
102 | 99 | .driver = { |
---|
103 | 100 | .name = "sdhci-cns3xxx", |
---|
| 101 | + .probe_type = PROBE_PREFER_ASYNCHRONOUS, |
---|
104 | 102 | .pm = &sdhci_pltfm_pmops, |
---|
105 | 103 | }, |
---|
106 | 104 | .probe = sdhci_cns3xxx_probe, |
---|