From 35a0081a83cc73be31a75e4429a8345e2d2068f3 Mon Sep 17 00:00:00 2001 From: Lucas Stach Date: Tue, 3 Jun 2014 22:35:13 +0200 Subject: 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 Signed-off-by: Sascha Hauer --- drivers/mci/tegra-sdmmc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'drivers/mci') 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", -- cgit v1.2.3