9
0
Fork 0

mci: tegra: add Tegra124 compatible

The controller is similar enough to the ones found
on earlier generation SoCs to not need any additional
changes.

Signed-off-by: Lucas Stach <dev@lynxeye.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Lucas Stach 2014-06-03 22:35:13 +02:00 committed by Sascha Hauer
parent dc726ec5b5
commit 35a0081a83
1 changed files with 2 additions and 0 deletions

View File

@ -481,6 +481,8 @@ static int tegra_sdmmc_probe(struct device_d *dev)
static __maybe_unused struct of_device_id tegra_sdmmc_compatible[] = {
{
.compatible = "nvidia,tegra124-sdhci",
}, {
.compatible = "nvidia,tegra30-sdhci",
}, {
.compatible = "nvidia,tegra20-sdhci",