aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal/ti-soc-thermal/ti-bandgap.c
diff options
context:
space:
mode:
authorEduardo Valentin <edubezval@gmail.com>2015-09-21 17:32:15 -0700
committerEduardo Valentin <edubezval@gmail.com>2015-09-29 14:13:19 -0700
commitb840b6e65cbe2b84ec398bb286d121a9eb2597ee (patch)
tree323351f572b75f377138e6bb56815d5fd6eef1e1 /drivers/thermal/ti-soc-thermal/ti-bandgap.c
parentti-soc-thermal: implement omap3 support (diff)
downloadlinux-dev-b840b6e65cbe2b84ec398bb286d121a9eb2597ee.tar.xz
linux-dev-b840b6e65cbe2b84ec398bb286d121a9eb2597ee.zip
thermal: ti-soc-thermal: add OMAP36xx support
Add OMAP36xx support to ti-soc-thermal driver. This chip is also unreliable. The data provided here is based on OMAP36xx TRM: http://www.ti.com/lit/ug/swpu177aa/swpu177aa.pdf Signed-off-by: Eduardo Valentin <edubezva@gmail.com> Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
Diffstat (limited to 'drivers/thermal/ti-soc-thermal/ti-bandgap.c')
-rw-r--r--drivers/thermal/ti-soc-thermal/ti-bandgap.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/thermal/ti-soc-thermal/ti-bandgap.c b/drivers/thermal/ti-soc-thermal/ti-bandgap.c
index 9f9ed7297ca4..1e34a1efc554 100644
--- a/drivers/thermal/ti-soc-thermal/ti-bandgap.c
+++ b/drivers/thermal/ti-soc-thermal/ti-bandgap.c
@@ -1588,6 +1588,10 @@ static const struct of_device_id of_ti_bandgap_match[] = {
.compatible = "ti,omap34xx-bandgap",
.data = (void *)&omap34xx_data,
},
+ {
+ .compatible = "ti,omap36xx-bandgap",
+ .data = (void *)&omap36xx_data,
+ },
#endif
#ifdef CONFIG_OMAP4_THERMAL
{