[PATCH v1 0/5] Update APDS990x ALS to support device trees
From: Svyatoslav Ryhel
Date: Sat Apr 18 2026 - 10:48:00 EST
Document Avago APDS9900/9901 ALS/Proximity sensor in schema and modernize
its driver to support OF bindings.
Svyatoslav Ryhel (5):
dt-bindings: iio: light: Document Avago APDS9900/9901 ALS/Proximity
sensor
misc: apds990x: Use more device managed approach in the probe
misc: apds990x: Drop Vled supply
misc: apds990x: Convert to use OF bindings
misc: apds990x: Drop IRQF_TRIGGER_LOW trigger
.../bindings/iio/light/avago,apds9900.yaml | 83 ++++++++
drivers/misc/apds990x.c | 197 +++++++++---------
include/linux/platform_data/apds990x.h | 65 ------
3 files changed, 187 insertions(+), 158 deletions(-)
create mode 100644 Documentation/devicetree/bindings/iio/light/avago,apds9900.yaml
delete mode 100644 include/linux/platform_data/apds990x.h
--
2.51.0