]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
dt-bindings: media: ti,cal: Fix example
authorMaxime Ripard <maxime@cerno.tech>
Wed, 1 Sep 2021 09:18:26 +0000 (11:18 +0200)
committerRob Herring <robh@kernel.org>
Mon, 13 Sep 2021 13:20:19 +0000 (08:20 -0500)
The OV5640 sensor used in the example doesn't follow the binding and
omits the regulators. Add some to make the example valid.

Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://lore.kernel.org/r/20210901091852.479202-27-maxime@cerno.tech
Signed-off-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/media/ti,cal.yaml

index 65177cd6951445a7213aaa86283c31b934b91844..66c5d392fa75d8dddc0ad76759db2eb1b0e97985 100644 (file)
@@ -154,7 +154,9 @@ examples:
         camera-sensor@3c {
                compatible = "ovti,ov5640";
                reg = <0x3c>;
-
+               AVDD-supply = <&reg_2p8v>;
+               DOVDD-supply = <&reg_1p8v>;
+               DVDD-supply = <&reg_1p5v>;
                clocks = <&clk_ov5640_fixed>;
                clock-names = "xclk";