[PATCH 26/30] mci: tegra: add Tegra124 compatible

Lucas Stach dev at lynxeye.de
Tue Jun 3 13:35:13 PDT 2014


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 at lynxeye.de>
---
 drivers/mci/tegra-sdmmc.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/mci/tegra-sdmmc.c b/drivers/mci/tegra-sdmmc.c
index 62cf730..08b9dac 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",
-- 
1.9.3




More information about the barebox mailing list