From: Kumar Gala Date: Fri, 8 May 2009 13:52:49 +0000 (-0500) Subject: sdhci-of: Add fsl,esdhc as a valid compatible to bind against X-Git-Tag: v2.6.30~15^2~4 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=992697e9b342115dcf052ffa41d418cb4fe1a841;p=~shefty%2Frdma-dev.git 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 Signed-off-by: Pierre Ossman --- diff --git a/drivers/mmc/host/sdhci-of.c b/drivers/mmc/host/sdhci-of.c index 3ff4ac3abe8..09cc597c631 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) 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", }, {}, };