projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
703aace
)
sdhci-of: Add fsl,esdhc as a valid compatible to bind against
author
Kumar Gala
<
[email protected]
>
Fri, 8 May 2009 13:52:49 +0000
(08:52 -0500)
committer
Pierre Ossman
<
[email protected]
>
Wed, 3 Jun 2009 19:49:55 +0000
(21:49 +0200)
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 <
[email protected]
>
Signed-off-by: Pierre Ossman <
[email protected]
>
drivers/mmc/host/sdhci-of.c
patch
|
blob
|
history
diff --git
a/drivers/mmc/host/sdhci-of.c
b/drivers/mmc/host/sdhci-of.c
index 3ff4ac3abe8b779a4edcd71390676da81a5e4b71..09cc597c63167b14ac58aa90c1bec37ef6d55f76 100644
(file)
--- 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)
static const struct of_device_id sdhci_of_match[] = {
{ .compatible = "fsl,mpc8379-esdhc", .data = &sdhci_esdhc, },
{ .compatible = "fsl,mpc8536-esdhc", .data = &sdhci_esdhc, },
+ { .compatible = "fsl,esdhc", .data = &sdhci_esdhc, },
{ .compatible = "generic-sdhci", },
{},
};