diff options
author | Abdel Alkuor <alkuor@gmail.com> | 2023-12-23 17:21:59 +0100 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2024-01-02 17:44:57 +0100 |
commit | 4b6358e1fe4668e88cd654b345a2a62da9d373f7 (patch) | |
tree | 04282cfb8194687737bf3e05244b4351ce8ccbdc /Documentation/hwmon | |
parent | dt-bindings: hwmon: (lm75) Add AMS AS6200 temperature sensor (diff) | |
download | linux-4b6358e1fe4668e88cd654b345a2a62da9d373f7.tar.xz linux-4b6358e1fe4668e88cd654b345a2a62da9d373f7.zip |
hwmon: (lm75) Add AMS AS6200 temperature sensor
as6200 is a temperature sensor with 0.0625°C resolution and a
range between -40°C to 125°C.
By default, the driver configures as6200 as following:
- Converstion rate: 8 Hz
- Conversion mode: continuous
- Consecutive fault counts: 4 samples
- Alert state: high polarity
- Alert mode: comparator mode
Interrupt is supported for the alert pin.
Signed-off-by: Abdel Alkuor <alkuor@gmail.com>
Link: https://lore.kernel.org/r/d1686678991bf8ee0d00cb08ca046798f37ca4b3.1703127334.git.alkuor@gmail.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'Documentation/hwmon')
-rw-r--r-- | Documentation/hwmon/lm75.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/hwmon/lm75.rst b/Documentation/hwmon/lm75.rst index 8d0ab4ad5fb5..6adab608dd05 100644 --- a/Documentation/hwmon/lm75.rst +++ b/Documentation/hwmon/lm75.rst @@ -133,6 +133,16 @@ Supported chips: https://www.nxp.com/docs/en/data-sheet/PCT2075.pdf + * AMS OSRAM AS6200 + + Prefix: 'as6200' + + Addresses scanned: none + + Datasheet: Publicly available at the AMS website + + https://ams.com/documents/20143/36005/AS6200_DS000449_4-00.pdf + Author: Frodo Looijaard <frodol@dds.nl> Description |