[PATCH 1/4] media: dt-bindings: dongwoon,dw9714: Example shouldn't imply 1.8 V

From: David Heidelberg via B4 Relay

Date: Fri Jul 31 2026 - 20:39:42 EST


From: David Heidelberg <david@xxxxxxx>

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 <david@xxxxxxx>
---
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 = <&reg_csi_1v8>;
+ vcc-supply = <&reg_vcm_2v8>;
};
};

--
2.53.0