From 8e67ff661a0876677e294a32d9c101d65d16c08f Mon Sep 17 00:00:00 2001 From: Henry Shen Date: Wed, 12 Feb 2020 16:06:14 +1300 Subject: 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 Acked-by: Rob Herring Link: https://lore.kernel.org/r/20200212030615.28537-2-henry.shen@alliedtelesis.co.nz Signed-off-by: Guenter Roeck --- Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Documentation/devicetree/bindings/trivial-devices.yaml') 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 -- cgit From b56400b9314f38fbf9ea8c3ada8da796dd9e5d65 Mon Sep 17 00:00:00 2001 From: Logan Shaw Date: Thu, 27 Feb 2020 21:46:38 +1300 Subject: dt-bindings: hwmon: Document adt7475 binding Add binding for adi,adt7475 and variants. Remove from trivial-devices. Signed-off-by: Logan Shaw Signed-off-by: Chris Packham Reviewed-by: Rob Herring Signed-off-by: Guenter Roeck --- Documentation/devicetree/bindings/trivial-devices.yaml | 8 -------- 1 file changed, 8 deletions(-) (limited to 'Documentation/devicetree/bindings/trivial-devices.yaml') diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml index 20e6bae68fec..330cab25cc92 100644 --- a/Documentation/devicetree/bindings/trivial-devices.yaml +++ b/Documentation/devicetree/bindings/trivial-devices.yaml @@ -34,14 +34,6 @@ properties: - adi,adt7461 # +/-1C TDM Extended Temp Range I.C - adt7461 - # +/-1C TDM Extended Temp Range I.C - - adi,adt7473 - # +/-1C TDM Extended Temp Range I.C - - adi,adt7475 - # +/-1C TDM Extended Temp Range I.C - - adi,adt7476 - # +/-1C TDM Extended Temp Range I.C - - adi,adt7490 # Three-Axis Digital Accelerometer - adi,adxl345 # Three-Axis Digital Accelerometer (backward-compatibility value "adi,adxl345" must be listed too) -- cgit