]> git.ipfire.org Git - thirdparty/linux.git/commit
dt-bindings: iio: light: add Broadcom APDS9999
authorJose A. Perez de Azpillaga <azpijr@gmail.com>
Tue, 26 May 2026 07:55:15 +0000 (09:55 +0200)
committerJonathan Cameron <jic23@kernel.org>
Sun, 31 May 2026 10:01:49 +0000 (11:01 +0100)
commit46968e058cbc77a87f0771739eeea31aba7e08c1
tree7fafe6574ebc4b6a1e1fd90af2cdb7ab7de58cd1
parentf6ae81a98a7b72674d4ffef8daa87f4c958dd92b
dt-bindings: iio: light: add Broadcom APDS9999

Add Device Tree binding for the Broadcom APDS9999 ambient light
and proximity sensor. A separate binding file is used rather
than merging with avago,apds9300.yaml because the APDS9999
has an additional vcsel-supply for the VCSEL.

The APDS9999 features individual R, G, B, and IR channels with
a green channel that uses optical coating to approximate the
human eye spectral response for ALS/lux measurements. Calibrated
RGB color sensing is not yet implemented in the driver.

Signed-off-by: Jose A. Perez de Azpillaga <azpijr@gmail.com>
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Documentation/devicetree/bindings/iio/light/brcm,apds9999.yaml [new file with mode: 0644]
MAINTAINERS