projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
caa8027
)
dt-bindings: media: ti,cal: Fix example
author
Maxime Ripard
<maxime@cerno.tech>
Wed, 1 Sep 2021 09:18:26 +0000
(11:18 +0200)
committer
Rob 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
patch
|
blob
|
history
diff --git
a/Documentation/devicetree/bindings/media/ti,cal.yaml
b/Documentation/devicetree/bindings/media/ti,cal.yaml
index 65177cd6951445a7213aaa86283c31b934b91844..66c5d392fa75d8dddc0ad76759db2eb1b0e97985 100644
(file)
--- 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 = <®_2p8v>;
+ DOVDD-supply = <®_1p8v>;
+ DVDD-supply = <®_1p5v>;
clocks = <&clk_ov5640_fixed>;
clock-names = "xclk";