summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/mci/tegra-sdmmc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mci/tegra-sdmmc.c b/drivers/mci/tegra-sdmmc.c
index 62cf7305d3..08b9dac7d3 100644
--- a/drivers/mci/tegra-sdmmc.c
+++ b/drivers/mci/tegra-sdmmc.c
@@ -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",