arm64: dts: renesas: aistarvision-mipi-adapter-2.1: Fix CSI40 ports
authorNiklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Wed, 21 Apr 2021 15:02:20 +0000 (17:02 +0200)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 27 Apr 2021 07:08:50 +0000 (09:08 +0200)
Fix the DTS schema by explicitly stating that the input is port@0. This
fixes a schema validation error but has no runtime effect as the default
port number is 0 if not specified.

Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Link: https://lore.kernel.org/r/20210421150221.3202955-2-niklas.soderlund+renesas@ragnatech.se
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
arch/arm64/boot/dts/renesas/r8a774c0-ek874-mipi-2.1.dts

index e7b4a929bb17484002b98d349254bc7c9ccdae24..2e3d1981cac4814478c1d3e7d573e172d378a995 100644 (file)
@@ -33,7 +33,7 @@
        status = "okay";
 
        ports {
-               port {
+               port@0 {
                        csi40_in: endpoint {
                                clock-lanes = <0>;
                                data-lanes = <1 2>;