diff options
author | Basavaraj Natikar <Basavaraj.Natikar@amd.com> | 2023-09-19 13:40:51 +0530 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2023-09-24 13:31:31 +0100 |
commit | 06790d4c69d1851573baa4459e5bf6ac986cb0eb (patch) | |
tree | 51e8d84c976ae0d3c50c7d1a3849c9a2a2aa159a /Documentation/ABI/testing/sysfs-bus-iio | |
parent | 82cdcdf227f3965cce3ac94bc2e473e9c898f402 (diff) | |
download | linux-06790d4c69d1851573baa4459e5bf6ac986cb0eb.tar.gz linux-06790d4c69d1851573baa4459e5bf6ac986cb0eb.tar.bz2 linux-06790d4c69d1851573baa4459e5bf6ac986cb0eb.zip |
iio: Add channel type for chromaticity
In most cases, ambient color sensors also support the x and y light
colors, which represent the coordinates on the CIE 1931 chromaticity
diagram. Thus, add channel type for chromaticity.
Signed-off-by: Basavaraj Natikar <Basavaraj.Natikar@amd.com>
Link: https://lore.kernel.org/r/20230919081054.2050714-7-Basavaraj.Natikar@amd.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'Documentation/ABI/testing/sysfs-bus-iio')
-rw-r--r-- | Documentation/ABI/testing/sysfs-bus-iio | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-bus-iio b/Documentation/ABI/testing/sysfs-bus-iio index 4cf7ed9ca57b..0c9389ad3709 100644 --- a/Documentation/ABI/testing/sysfs-bus-iio +++ b/Documentation/ABI/testing/sysfs-bus-iio @@ -2186,3 +2186,11 @@ Contact: linux-iio@vger.kernel.org Description: Represents light color temperature, which measures light color temperature in Kelvin. + +What: /sys/bus/iio/devices/iio:deviceX/in_chromaticity_x_raw +What: /sys/bus/iio/devices/iio:deviceX/in_chromaticity_y_raw +KernelVersion: 6.7 +Contact: linux-iio@vger.kernel.org +Description: + The x and y light color coordinate on the CIE 1931 chromaticity + diagram. |