mirror of
https://github.com/torvalds/linux.git
synced 2024-12-18 17:12:55 +00:00
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>
This commit is contained in:
parent
caa80275c6
commit
e978d5271f
@ -154,7 +154,9 @@ examples:
|
|||||||
camera-sensor@3c {
|
camera-sensor@3c {
|
||||||
compatible = "ovti,ov5640";
|
compatible = "ovti,ov5640";
|
||||||
reg = <0x3c>;
|
reg = <0x3c>;
|
||||||
|
AVDD-supply = <®_2p8v>;
|
||||||
|
DOVDD-supply = <®_1p8v>;
|
||||||
|
DVDD-supply = <®_1p5v>;
|
||||||
clocks = <&clk_ov5640_fixed>;
|
clocks = <&clk_ov5640_fixed>;
|
||||||
clock-names = "xclk";
|
clock-names = "xclk";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user