[PATCH v3 1/2] dt-bindings: media: i2c: dongwoon,dw9714: Document DW9714A and V variant
David Heidelberg <[email protected]> Mon, 03 Aug 2026 11:50:25 +0200
| Newsgroups | org.kernel.feeds.b4-sent,org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel,org.kernel.vger.linux-media,org.kernel.vger.phone-devel |
|---|---|
| Message-ID | <[email protected]> |
DW9714A is successor of DW9714 and DW9714V is successor of the DW9714A. All actuators are backward compatible, but they do introduce new features, such as Smart Actuator Control (SAC) mode which can minimize the mechanical vibration and achieve very fast mechanical settling time. Support for SAC can be implemented in the future. Nit: fix typo in description by removing duplicate information. Reviewed-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: David Heidelberg <[email protected]> --- .../devicetree/bindings/media/i2c/dongwoon,dw9714.yaml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/Documentation/devicetree/bindings/media/i2c/dongwoon,dw9714.yaml b/Documentation/devicetree/bindings/media/i2c/dongwoon,dw9714.yaml index 66229a3dc05d6..7c2769e6c4880 100644 --- a/Documentation/devicetree/bindings/media/i2c/dongwoon,dw9714.yaml +++ b/Documentation/devicetree/bindings/media/i2c/dongwoon,dw9714.yaml @@ -5,22 +5,30 @@ $id: http://devicetree.org/schemas/media/i2c/dongwoon,dw9714.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml# title: Dongwoon Anatech DW9714 camera voice coil lens driver maintainers: - Krzysztof Kozlowski <[email protected]> description: - DW9174 is a 10-bit DAC with current sink capability. It is intended for - driving voice coil lenses in camera modules. + 10-bit DAC with current sink capability. It is intended for driving + voice coil lenses in camera modules. properties: compatible: - const: dongwoon,dw9714 + oneOf: + - items: + - const: dongwoon,dw9714v + - const: dongwoon,dw9714a + - const: dongwoon,dw9714 + - items: + - const: dongwoon,dw9714a + - const: dongwoon,dw9714 + - const: dongwoon,dw9714 reg: maxItems: 1 powerdown-gpios: description: XSD pin for shutdown (active low) -- 2.55.0