diff options
author | Wei Ni <wni@nvidia.com> | 2016-04-27 11:25:46 +0800 |
---|---|---|
committer | Eduardo Valentin <edubezval@gmail.com> | 2016-05-17 07:28:31 -0700 |
commit | 44cb6a7df13d3f6e663262e8c264a46cf84aa679 (patch) | |
tree | 72542fb87ea04319ef92bf6ad75836f6da456e5b /drivers/thermal/tegra/soctherm.c | |
parent | bba07c133f668d64378d92e1f536df618e640ba6 (diff) | |
download | op-kernel-dev-44cb6a7df13d3f6e663262e8c264a46cf84aa679.zip op-kernel-dev-44cb6a7df13d3f6e663262e8c264a46cf84aa679.tar.gz |
thermal: tegra: add Tegra132 specific SOC_THERM driver
add Tegra132 specific SOC_THERM driver.
Signed-off-by: Wei Ni <wni@nvidia.com>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
Diffstat (limited to 'drivers/thermal/tegra/soctherm.c')
-rw-r--r-- | drivers/thermal/tegra/soctherm.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/thermal/tegra/soctherm.c b/drivers/thermal/tegra/soctherm.c index 2b0417d..b865172 100644 --- a/drivers/thermal/tegra/soctherm.c +++ b/drivers/thermal/tegra/soctherm.c @@ -484,6 +484,12 @@ static const struct of_device_id tegra_soctherm_of_match[] = { .data = &tegra124_soctherm, }, #endif +#ifdef CONFIG_ARCH_TEGRA_132_SOC + { + .compatible = "nvidia,tegra132-soctherm", + .data = &tegra132_soctherm, + }, +#endif #ifdef CONFIG_ARCH_TEGRA_210_SOC { .compatible = "nvidia,tegra210-soctherm", |