thermal: tegra: add Tegra210 specific SOC_THERM driver

Add Tegra210 specific SOC_THERM driver.

Signed-off-by: Wei Ni <wni@nvidia.com>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
此提交包含在:
Wei Ni
2016-03-29 18:29:15 +08:00
提交者 Eduardo Valentin
父節點 65b6d57c24
當前提交 8204104f35
共有 5 個檔案被更改,包括 195 行新增0 行删除

查看文件

@@ -146,6 +146,12 @@ static const struct of_device_id tegra_soctherm_of_match[] = {
.compatible = "nvidia,tegra124-soctherm",
.data = &tegra124_soctherm,
},
#endif
#ifdef CONFIG_ARCH_TEGRA_210_SOC
{
.compatible = "nvidia,tegra210-soctherm",
.data = &tegra210_soctherm,
},
#endif
{ },
};