sdhci-of: Add fsl,esdhc as a valid compatible to bind against
authorKumar Gala <galak@kernel.crashing.org>
Fri, 8 May 2009 13:52:49 +0000 (08:52 -0500)
committerPierre Ossman <pierre@ossman.eu>
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 <galak@kernel.crashing.org>
Signed-off-by: Pierre Ossman <pierre@ossman.eu>
drivers/mmc/host/sdhci-of.c

index 3ff4ac3..09cc597 100644 (file)
@@ -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", },
        {},
 };