thermal: int340x: check for sensor when PTYP is missing
authorSrinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Tue, 6 Jun 2017 23:00:41 +0000 (16:00 -0700)
committerZhang Rui <rui.zhang@intel.com>
Thu, 29 Jun 2017 02:53:38 +0000 (10:53 +0800)
commit4ca0e75e46b6ee408bdc334fff449323d476812c
tree32a4956b33b22278e8c203b1e1d20f86aa7a3334
parent86326031e3d4dec828d966c19fe9fe1371d0a0a8
thermal: int340x: check for sensor when PTYP is missing

For INT3403 sensor PTYP field is mandatory. But some platforms didn't
have this field for sensors. This cause load failure for int3403 driver.

This change checks for the presence of _TMP method and if present, then
treats this device as a sensor.

Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
drivers/thermal/int340x_thermal/int3403_thermal.c