mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
dt-bindings: hwmon: ti,tmp108: document V+ supply, add short description
TMP108 is powered by its V+ supply, document it. The property is called "vcc-supply" since the plus sign (+) is not an expected character. While at it, add a short description with a link to its datasheets. Signed-off-by: Stanislav Jakubek <stano.jakubek@gmail.com> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/ZnBmDXfnDQXNXz3k@standask-GA-A55M-S2HP Signed-off-by: Guenter Roeck <linux@roeck-us.net>
This commit is contained in:
parent
842b4d98ae
commit
6993834668
1 changed files with 12 additions and 0 deletions
|
|
@ -9,6 +9,14 @@ title: TMP108 temperature sensor
|
||||||
maintainers:
|
maintainers:
|
||||||
- Krzysztof Kozlowski <krzk@kernel.org>
|
- Krzysztof Kozlowski <krzk@kernel.org>
|
||||||
|
|
||||||
|
description: |
|
||||||
|
The TMP108 is a digital-output temperature sensor with a
|
||||||
|
dynamically-programmable limit window, and under- and overtemperature
|
||||||
|
alert functions.
|
||||||
|
|
||||||
|
Datasheets:
|
||||||
|
https://www.ti.com/product/TMP108
|
||||||
|
|
||||||
properties:
|
properties:
|
||||||
compatible:
|
compatible:
|
||||||
enum:
|
enum:
|
||||||
|
|
@ -24,6 +32,9 @@ properties:
|
||||||
"#thermal-sensor-cells":
|
"#thermal-sensor-cells":
|
||||||
const: 0
|
const: 0
|
||||||
|
|
||||||
|
vcc-supply:
|
||||||
|
description: phandle to the regulator that provides the V+ supply
|
||||||
|
|
||||||
required:
|
required:
|
||||||
- compatible
|
- compatible
|
||||||
- reg
|
- reg
|
||||||
|
|
@ -45,6 +56,7 @@ examples:
|
||||||
interrupts = <7 IRQ_TYPE_LEVEL_LOW>;
|
interrupts = <7 IRQ_TYPE_LEVEL_LOW>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&tmp_alrt>;
|
pinctrl-0 = <&tmp_alrt>;
|
||||||
|
vcc-supply = <&supply>;
|
||||||
#thermal-sensor-cells = <0>;
|
#thermal-sensor-cells = <0>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue