diff options
| author | Nuno Sá <nuno.sa@analog.com> | 2026-03-04 13:17:47 +0300 |
|---|---|---|
| committer | Guenter Roeck <linux@roeck-us.net> | 2026-03-31 05:45:05 +0300 |
| commit | d782715ae7103bb0627093444dcbc01db6878e37 (patch) | |
| tree | 1b6a691d3b22c005fa6f05d5ed2821cf9294bf85 | |
| parent | a105ba85246f124e2a0b00c75c420bc4ece66620 (diff) | |
| download | linux-d782715ae7103bb0627093444dcbc01db6878e37.tar.xz | |
docs: hwmon: ltc4282: Fix scanned addresses
The LTC4282 driver does not implement an I2C .detect() callback, meaning no
I2C address scanning is performed. Update the documentation to
reflect this by replacing the listed I2C address ranges with "-".
Signed-off-by: Nuno Sá <nuno.sa@analog.com>
Link: https://lore.kernel.org/r/20260304-hwmon-ltc4282-minor-improvs-v1-1-344622924d3a@analog.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
| -rw-r--r-- | Documentation/hwmon/ltc4282.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/hwmon/ltc4282.rst b/Documentation/hwmon/ltc4282.rst index a87ec3564998..dd730207b141 100644 --- a/Documentation/hwmon/ltc4282.rst +++ b/Documentation/hwmon/ltc4282.rst @@ -9,8 +9,7 @@ Supported chips: Prefix: 'ltc4282' - Addresses scanned: - I2C 0x40 - 0x5A (7-bit) - Addresses scanned: - I2C 0x80 - 0xB4 with a step of 2 (8-bit) + Addresses scanned: - Datasheet: |
