[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20241003-add_opt3002-v4-1-c550dc4591b4@axis.com>
Date: Thu, 3 Oct 2024 14:22:16 +0200
From: Emil Gedenryd <emil.gedenryd@...s.com>
To: Jonathan Cameron <jic23@...nel.org>, Lars-Peter Clausen <lars@...afoo.de>,
Rob Herring <robh@...nel.org>, Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>, Andreas Dannenberg <dannenberg@...com>
CC: <linux-iio@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<devicetree@...r.kernel.org>, Emil Gedenryd <emil.gedenryd@...s.com>,
<kernel@...s.com>, Conor Dooley <conor.dooley@...rochip.com>
Subject: [PATCH v4 1/2] dt-bindings: iio: light: opt3001: add compatible
for opt3002
The opt3002 is a Light-to-Digital Sensor by TI with support for wide-range
spectrum light. It shares most properties with their opt3001 model with
the exception of having a wide spectral bandwidth, ranging from 300 nm
to 1000 nm.
Add the compatible string of opt3002.
Acked-by: Conor Dooley <conor.dooley@...rochip.com>
Signed-off-by: Emil Gedenryd <emil.gedenryd@...s.com>
---
Documentation/devicetree/bindings/iio/light/ti,opt3001.yaml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/iio/light/ti,opt3001.yaml b/Documentation/devicetree/bindings/iio/light/ti,opt3001.yaml
index 441e9343fc97..67ca8d08256a 100644
--- a/Documentation/devicetree/bindings/iio/light/ti,opt3001.yaml
+++ b/Documentation/devicetree/bindings/iio/light/ti,opt3001.yaml
@@ -15,7 +15,9 @@ description: |
properties:
compatible:
- const: ti,opt3001
+ enum:
+ - ti,opt3001
+ - ti,opt3002
reg:
maxItems: 1
--
2.39.2
Powered by blists - more mailing lists