Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 992697e9 authored by Kumar Gala's avatar Kumar Gala Committed by Pierre Ossman
Browse files

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: default avatarKumar Gala <galak@kernel.crashing.org>
Signed-off-by: default avatarPierre Ossman <pierre@ossman.eu>
parent 703aaced
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -277,6 +277,7 @@ static int __devexit sdhci_of_remove(struct of_device *ofdev)
static const struct of_device_id sdhci_of_match[] = {
static const struct of_device_id sdhci_of_match[] = {
	{ .compatible = "fsl,mpc8379-esdhc", .data = &sdhci_esdhc, },
	{ .compatible = "fsl,mpc8379-esdhc", .data = &sdhci_esdhc, },
	{ .compatible = "fsl,mpc8536-esdhc", .data = &sdhci_esdhc, },
	{ .compatible = "fsl,mpc8536-esdhc", .data = &sdhci_esdhc, },
	{ .compatible = "fsl,esdhc", .data = &sdhci_esdhc, },
	{ .compatible = "generic-sdhci", },
	{ .compatible = "generic-sdhci", },
	{},
	{},
};
};