diff options
author | Christian Lamparter <chunkeey@googlemail.com> | 2017-02-10 11:12:29 -0500 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2017-02-11 00:35:08 -0500 |
commit | 87d08b11b1616cbc70c28c9d3601bd1a3642bae5 (patch) | |
tree | 41788a697924d73ce3048f89960ba437deb8bb28 /MAINTAINERS | |
parent | e531ffc0ff796eca578367b1924b03103abdcca4 (diff) |
devicetree: add lm90 thermal_zone sensor support
This patch updates the LM90's devicetree definition to
include the #thermal-sensor-cells property as well as
the sensor constants in include/dt-bindings/thermal/lm90.h.
Cc: Wei Ni <wni@nvidia.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index cfff2c9e3d94..ad5bfb441dec 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -7527,6 +7527,7 @@ S: Maintained | |||
7527 | F: Documentation/hwmon/lm90 | 7527 | F: Documentation/hwmon/lm90 |
7528 | F: Documentation/devicetree/bindings/hwmon/lm90.txt | 7528 | F: Documentation/devicetree/bindings/hwmon/lm90.txt |
7529 | F: drivers/hwmon/lm90.c | 7529 | F: drivers/hwmon/lm90.c |
7530 | F: include/dt-bindings/thermal/lm90.h | ||
7530 | 7531 | ||
7531 | LM95234 HARDWARE MONITOR DRIVER | 7532 | LM95234 HARDWARE MONITOR DRIVER |
7532 | M: Guenter Roeck <linux@roeck-us.net> | 7533 | M: Guenter Roeck <linux@roeck-us.net> |