[PATCH 1/4] media: dt-bindings: dongwoon,dw9714: Example shouldn't imply 1.8 V
David Heidelberg via B4 Relay <[email protected]> Sat, 01 Aug 2026 02:35:20 +0200
| Newsgroups | dev.linux.lists.imx,org.infradead.lists.linux-arm-kernel,org.infradead.lists.linux-rockchip,org.kernel.feeds.b4-sent,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel,org.kernel.vger.linux-media,org.kernel.vger.phone-devel |
|---|---|
| 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]> --- 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>; }; }; -- 2.53.0