summaryrefslogtreecommitdiffstats
path: root/drivers/mci/tegra-sdmmc.c
diff options
context:
space:
mode:
authorLucas Stach <dev@lynxeye.de>2014-06-03 22:35:13 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-06-05 08:01:15 +0200
commit35a0081a83cc73be31a75e4429a8345e2d2068f3 (patch)
tree199f91d41960f4da92455297d1a91ee94b05cc8e /drivers/mci/tegra-sdmmc.c
parentdc726ec5b5561ebec4f95f62fee9716edc3dec0b (diff)
downloadbarebox-35a0081a83cc73be31a75e4429a8345e2d2068f3.tar.gz
barebox-35a0081a83cc73be31a75e4429a8345e2d2068f3.tar.xz
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>
Diffstat (limited to 'drivers/mci/tegra-sdmmc.c')
-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",