[PATCH v2] media: dt-bindings: dongwoon,dw9714: Fix example implying 1.8V
David Heidelberg via B4 Relay <[email protected]>
| Newsgroups | org.kernel.vger.phone-devel,org.kernel.feeds.b4-sent,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel,org.kernel.vger.linux-media |
|---|---|
| Message-ID | <[email protected]> |
From: David Heidelberg <[email protected]> The datasheet says VDD should be between 2.3 to 4.3V, usually around 2.8V. Correct to prevent confusion and extend description. Fixes: 2a96b40f366a ("media: dt-bindings: dongwoon,dw9714: convert to dtschema") Signed-off-by: David Heidelberg <[email protected]> --- The example implies incorrect voltage, fix it. --- Changes in v2: - Dropped the devices fixes, needs HW owners to address issues or document state to be understandable. - Link to v1: https://patch.msgid.link/[email protected] --- Documentation/devicetree/bindings/media/i2c/dongwoon,dw9714.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/media/i2c/dongwoon,dw9714.yaml b/Documentation/devicetree/bindings/media/i2c/dongwoon,dw9714.yaml index 66229a3dc05d6..7f5aa098351dc 100644 --- a/Documentation/devicetree/bindings/media/i2c/dongwoon,dw9714.yaml +++ b/Documentation/devicetree/bindings/media/i2c/dongwoon,dw9714.yaml @@ -20,28 +20,28 @@ properties: reg: maxItems: 1 powerdown-gpios: description: XSD pin for shutdown (active low) vcc-supply: - description: VDD power supply + description: VDD power supply (2.3 to 4.3V) required: - compatible - reg additionalProperties: false examples: - | i2c { #address-cells = <1>; #size-cells = <0>; camera-lens@c { compatible = "dongwoon,dw9714"; reg = <0x0c>; - vcc-supply = <®_csi_1v8>; + vcc-supply = <®_vcm_2v8>; }; }; --- base-commit: 5453bc3279e9f8578ac3e534d476240e40c879e1 change-id: 20260801-pp-pro-camera-a14d1af483cd Best regards, -- David Heidelberg <[email protected]>