mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-08-27 06:50:37 +00:00

In commit 0f718e10da
("iio: ABI: add missing calibbias attributes"),
the in_resistance_calibbias attribute was added to the main IIO ABI
documentation. This attribute is was already documented in
sysfs-bus-iio-chemical-sgp40. This resulted in a duplicate entry that is
causing documentation build warnings.
This removes the attribute from the sgp40 documentation in favor of the
main IIO ABI documentation since this attribute fits the established
pattern of standard IIO attributes.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Closes: https://lore.kernel.org/linux-next/20240820134739.50c771cb@canb.auug.org.au/
Signed-off-by: David Lechner <dlechner@baylibre.com>
Link: https://patch.msgid.link/20240820-iio-abi-remove-dup-in_resistance_calibbias-v1-1-e64e58cabb14@baylibre.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
18 lines
570 B
Plaintext
18 lines
570 B
Plaintext
What: /sys/bus/iio/devices/iio:deviceX/out_temp_raw
|
|
Date: August 2021
|
|
KernelVersion: 5.15
|
|
Contact: Andreas Klinger <ak@it-klinger.de>
|
|
Description:
|
|
Set the temperature. This value is sent to the sensor for
|
|
temperature compensation.
|
|
Default value: 25000 (25 °C)
|
|
|
|
What: /sys/bus/iio/devices/iio:deviceX/out_humidityrelative_raw
|
|
Date: August 2021
|
|
KernelVersion: 5.15
|
|
Contact: Andreas Klinger <ak@it-klinger.de>
|
|
Description:
|
|
Set the relative humidity. This value is sent to the sensor for
|
|
humidity compensation.
|
|
Default value: 50000 (50 % relative humidity)
|