[PATCH v5 3/8] dt-bindings: iio: light: ltr501: Add ltr329 compatible

From: Esben Haabendal

Date: Mon Aug 17 2026 - 13:11:09 EST


LTR-329ALS-01 is an ambient light sensor similar to LTR-303ALS-01, but
without interrupt support.

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxxxxx>
Acked-by: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@xxxxxxxxxxxxxxx>
Signed-off-by: Esben Haabendal <esben@xxxxxxxxxx>
---
.../devicetree/bindings/iio/light/liteon,ltr501.yaml | 17 ++++++++++++++---
1 file changed, 14 insertions(+), 3 deletions(-)

diff --git a/Documentation/devicetree/bindings/iio/light/liteon,ltr501.yaml b/Documentation/devicetree/bindings/iio/light/liteon,ltr501.yaml
index 6234e2eaec2e..73c32b33d886 100644
--- a/Documentation/devicetree/bindings/iio/light/liteon,ltr501.yaml
+++ b/Documentation/devicetree/bindings/iio/light/liteon,ltr501.yaml
@@ -9,14 +9,12 @@ title: LiteON LTR501 I2C Proximity and Light sensor
maintainers:
- Nikita Travkin <nikita@xxxxxxx>

-allOf:
- - $ref: ../common.yaml#
-
properties:
compatible:
enum:
- liteon,ltr301
- liteon,ltr303
+ - liteon,ltr329
- liteon,ltr501
- liteon,ltr559

@@ -37,6 +35,19 @@ required:
- compatible
- reg

+allOf:
+ - $ref: ../common.yaml#
+
+ - if:
+ properties:
+ compatible:
+ contains:
+ enum:
+ - liteon,ltr329
+ then:
+ properties:
+ interrupts: false
+
examples:
- |
#include <dt-bindings/interrupt-controller/irq.h>

--
2.55.0