Add Support for OPT3004 Digital ambient light sensor (ALS) with increased angular IR rejection The OPT3004 sensor shares the same functionality and scale range as the OPT3001. This Adds the compatible string for OPT3004. Datasheet: https://www.ti.com/lit/gpn/opt3004 Signed-off-by: Hardevsinh Palaniya <hardevsinh.palaniya@xxxxxxxxxxxxxxxxx> --- Documentation/devicetree/bindings/iio/light/ti,opt3001.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/iio/light/ti,opt3001.yaml b/Documentation/devicetree/bindings/iio/light/ti,opt3001.yaml index 67ca8d08256a..05b9a4f510bd 100644 --- a/Documentation/devicetree/bindings/iio/light/ti,opt3001.yaml +++ b/Documentation/devicetree/bindings/iio/light/ti,opt3001.yaml @@ -18,6 +18,7 @@ properties: enum: - ti,opt3001 - ti,opt3002 + - ti,opt3004 reg: maxItems: 1 -- 2.34.1