Message ID | 20230129-ov2685-improvements-v3-1-d9737d0707f6@z3ntu.xyz |
---|---|
State | Superseded |
Headers | show |
Series | Improvements for OmniVision OV2685 | expand |
On 21/03/2023 19:03, Luca Weiss wrote: > With the upcoming conversion of ov2685 to dt-schema let's complete the > example so validation succeeds. At the same time fix the indentation of > the port node in this example. > > Signed-off-by: Luca Weiss <luca@z3ntu.xyz> > --- > .../devicetree/bindings/media/rockchip-isp1.yaml | 19 +++++++++++++------ Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/media/rockchip-isp1.yaml b/Documentation/devicetree/bindings/media/rockchip-isp1.yaml index b3661d7d43572..0bad7e6401486 100644 --- a/Documentation/devicetree/bindings/media/rockchip-isp1.yaml +++ b/Documentation/devicetree/bindings/media/rockchip-isp1.yaml @@ -212,12 +212,19 @@ examples: compatible = "ovti,ov2685"; reg = <0x3c>; - port { - ucam_out: endpoint { - remote-endpoint = <&mipi_in_ucam>; - data-lanes = <1>; - }; - }; + clocks = <&cru SCLK_TESTCLKOUT1>; + clock-names = "xvclk"; + + avdd-supply = <&pp2800_cam>; + dovdd-supply = <&pp1800>; + dvdd-supply = <&pp1800>; + + port { + ucam_out: endpoint { + remote-endpoint = <&mipi_in_ucam>; + data-lanes = <1>; + }; + }; }; }; };
With the upcoming conversion of ov2685 to dt-schema let's complete the example so validation succeeds. At the same time fix the indentation of the port node in this example. Signed-off-by: Luca Weiss <luca@z3ntu.xyz> --- .../devicetree/bindings/media/rockchip-isp1.yaml | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-)