[PATCH v5 3/8] dt-bindings: iio: light: ltr501: Add ltr329 compatible
Esben Haabendal <[email protected]>
| Newsgroups | org.kernel.vger.linux-iio,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
LTR-329ALS-01 is an ambient light sensor similar to LTR-303ALS-01, but without interrupt support. Acked-by: Krzysztof Kozlowski <[email protected]> Acked-by: Kuppuswamy Sathyanarayanan <[email protected]> Signed-off-by: Esben Haabendal <[email protected]> --- .../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 <[email protected]> -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