diff options
author | Henry Shen <[email protected]> | 2020-02-12 16:06:14 +1300 |
---|---|---|
committer | Guenter Roeck <[email protected]> | 2020-03-08 20:35:47 -0700 |
commit | 8e67ff661a0876677e294a32d9c101d65d16c08f (patch) | |
tree | 27739c338bf8624f86062a5099871663fa2c011c | |
parent | 6f4a0daea4306069d5e304cc855d09fa1590d596 (diff) |
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 <[email protected]>
Acked-by: Rob Herring <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Guenter Roeck <[email protected]>
-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 |