Skip to content

Commit

Permalink
sdhci-of: Add fsl,esdhc as a valid compatible to bind against
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kumar Gala authored and Pierre Ossman committed Jun 3, 2009
1 parent 703aace commit 992697e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/mmc/host/sdhci-of.c
Original file line number Diff line number Diff line change
Expand Up @@ -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", },
{},
};
Expand Down

0 comments on commit 992697e

Please sign in to comment.