aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoan-Sin Tan <koansin.tan@gmail.com>2015-07-22 14:19:05 +0800
committerVincent Guittot <vincent.guittot@linaro.org>2015-08-10 17:57:17 +0200
commit5f22d33b0cc89576a6dda4399cd72c6493a166a0 (patch)
tree2bac4f247516244fc212cc1187707de2458fcac0
parent53b374dd675f31eafbf8fab81f6cd5a775233b7c (diff)
hack: enable thermal_zone to hwmon mapping
-rw-r--r--drivers/thermal/of-thermal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thermal/of-thermal.c b/drivers/thermal/of-thermal.c
index b295b2b6c191..ab41b92b7460 100644
--- a/drivers/thermal/of-thermal.c
+++ b/drivers/thermal/of-thermal.c
@@ -910,7 +910,7 @@ int __init of_parse_thermal_zones(void)
}
/* No hwmon because there might be hwmon drivers registering */
- tzp->no_hwmon = true;
+ // tzp->no_hwmon = true;
if (!of_property_read_u32(child, "sustainable-power", &prop))
tzp->sustainable_power = prop;