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>
此提交包含在:
@@ -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
|
||||
{ },
|
||||
};
|
||||
|
新增問題並參考
封鎖使用者