diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2009-05-08 09:52:49 -0400 |
---|---|---|
committer | Pierre Ossman <pierre@ossman.eu> | 2009-06-03 15:49:55 -0400 |
commit | 992697e9b342115dcf052ffa41d418cb4fe1a841 (patch) | |
tree | e6b50cd5764e55095ffe1236a197f231a199722d | |
parent | 703aaced2b9c9a98285f265f3444c2f89d9d4d19 (diff) |
sdhci-of: Add fsl,esdhc as a valid compatible to bind against
We plan to use fsl,esdhc going forward as the base compatible so update
the driver to bind against it.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Pierre Ossman <pierre@ossman.eu>
-rw-r--r-- | drivers/mmc/host/sdhci-of.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/host/sdhci-of.c b/drivers/mmc/host/sdhci-of.c index 3ff4ac3abe8b..09cc597c6316 100644 --- a/drivers/mmc/host/sdhci-of.c +++ b/drivers/mmc/host/sdhci-of.c | |||
@@ -277,6 +277,7 @@ static int __devexit sdhci_of_remove(struct of_device *ofdev) | |||
277 | static const struct of_device_id sdhci_of_match[] = { | 277 | static const struct of_device_id sdhci_of_match[] = { |
278 | { .compatible = "fsl,mpc8379-esdhc", .data = &sdhci_esdhc, }, | 278 | { .compatible = "fsl,mpc8379-esdhc", .data = &sdhci_esdhc, }, |
279 | { .compatible = "fsl,mpc8536-esdhc", .data = &sdhci_esdhc, }, | 279 | { .compatible = "fsl,mpc8536-esdhc", .data = &sdhci_esdhc, }, |
280 | { .compatible = "fsl,esdhc", .data = &sdhci_esdhc, }, | ||
280 | { .compatible = "generic-sdhci", }, | 281 | { .compatible = "generic-sdhci", }, |
281 | {}, | 282 | {}, |
282 | }; | 283 | }; |