| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * drivers/mmc/host/sdhci-of-hlwd.c |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 12 | 13 | * |
|---|
| 13 | 14 | * Authors: Xiaobo Xie <X.Xie@freescale.com> |
|---|
| 14 | 15 | * Anton Vorontsov <avorontsov@ru.mvista.com> |
|---|
| 15 | | - * |
|---|
| 16 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 17 | | - * it under the terms of the GNU General Public License as published by |
|---|
| 18 | | - * the Free Software Foundation; either version 2 of the License, or (at |
|---|
| 19 | | - * your option) any later version. |
|---|
| 20 | 16 | */ |
|---|
| 21 | 17 | |
|---|
| 22 | 18 | #include <linux/delay.h> |
|---|
| .. | .. |
|---|
| 84 | 80 | static struct platform_driver sdhci_hlwd_driver = { |
|---|
| 85 | 81 | .driver = { |
|---|
| 86 | 82 | .name = "sdhci-hlwd", |
|---|
| 83 | + .probe_type = PROBE_PREFER_ASYNCHRONOUS, |
|---|
| 87 | 84 | .of_match_table = sdhci_hlwd_of_match, |
|---|
| 88 | 85 | .pm = &sdhci_pltfm_pmops, |
|---|
| 89 | 86 | }, |
|---|