Commit 9d73363d authored by Luca Weiss's avatar Luca Weiss Committed by Hans Verkuil
Browse files

media: dt-bindings: media: rkisp1: complete ov2685 example



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.

Acked-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarLuca Weiss <luca@z3ntu.xyz>
Signed-off-by: default avatarSakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
parent a7687fec
Loading
Loading
Loading
Loading
+13 −6
Original line number Diff line number Diff line
@@ -212,6 +212,13 @@ examples:
                compatible = "ovti,ov2685";
                reg = <0x3c>;

                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>;