aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Ripard <maxime@cerno.tech>2021-09-01 11:18:26 +0200
committerRob Herring <robh@kernel.org>2021-09-13 08:20:19 -0500
commite978d5271f7138b6d7c1dd90fe1b5492bc594b8b (patch)
treeb73fedc421c8e45259b78e32a4a7f68a4d348e55
parentdt-bindings: gnss: Convert UBlox Neo-6M binding to a schema (diff)
downloadlinux-dev-e978d5271f7138b6d7c1dd90fe1b5492bc594b8b.tar.xz
linux-dev-e978d5271f7138b6d7c1dd90fe1b5492bc594b8b.zip
dt-bindings: media: ti,cal: Fix example
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>
-rw-r--r--Documentation/devicetree/bindings/media/ti,cal.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/media/ti,cal.yaml b/Documentation/devicetree/bindings/media/ti,cal.yaml
index 65177cd69514..66c5d392fa75 100644
--- a/Documentation/devicetree/bindings/media/ti,cal.yaml
+++ b/Documentation/devicetree/bindings/media/ti,cal.yaml
@@ -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";