diff options
author | Henry Shen <henry.shen@alliedtelesis.co.nz> | 2020-02-12 06:06:14 +0300 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2020-03-09 06:35:47 +0300 |
commit | 8e67ff661a0876677e294a32d9c101d65d16c08f (patch) | |
tree | 27739c338bf8624f86062a5099871663fa2c011c /Documentation/devicetree/bindings/trivial-devices.yaml | |
parent | 6f4a0daea4306069d5e304cc855d09fa1590d596 (diff) | |
download | linux-8e67ff661a0876677e294a32d9c101d65d16c08f.tar.xz |
dt-bindings: Add TI LM73 as a trivial device
The Texas Instruments LM73 is a digital temperature sensor with 2-wire
interface. Add LM73 as a trivial device.
Signed-off-by: Henry Shen <henry.shen@alliedtelesis.co.nz>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20200212030615.28537-2-henry.shen@alliedtelesis.co.nz
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'Documentation/devicetree/bindings/trivial-devices.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/trivial-devices.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml index 978de7d37c66..20e6bae68fec 100644 --- a/Documentation/devicetree/bindings/trivial-devices.yaml +++ b/Documentation/devicetree/bindings/trivial-devices.yaml @@ -350,6 +350,8 @@ properties: - ti,ads7830 # Temperature Monitoring and Fan Control - ti,amc6821 + # Temperature sensor with 2-wire interface + - ti,lm73 # Temperature sensor with integrated fan control - ti,lm96000 # I2C Touch-Screen Controller |