Hi Niklas, Thank you for the patch. On Wed, Apr 21, 2021 at 05:02:20PM +0200, Niklas Söderlund wrote: > Fix the DTS schema by explicitly stating that the input is port@0. This > fixes a schema validation error but have no runtime effect as the > default port number is 0 if not specified. > > Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@xxxxxxxxxxxx> Reviewed-by: Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> > --- > arch/arm64/boot/dts/renesas/r8a774c0-ek874-mipi-2.1.dts | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm64/boot/dts/renesas/r8a774c0-ek874-mipi-2.1.dts b/arch/arm64/boot/dts/renesas/r8a774c0-ek874-mipi-2.1.dts > index e7b4a929bb174840..2e3d1981cac48144 100644 > --- a/arch/arm64/boot/dts/renesas/r8a774c0-ek874-mipi-2.1.dts > +++ b/arch/arm64/boot/dts/renesas/r8a774c0-ek874-mipi-2.1.dts > @@ -33,7 +33,7 @@ &csi40 { > status = "okay"; > > ports { > - port { > + port@0 { > csi40_in: endpoint { > clock-lanes = <0>; > data-lanes = <1 2>; -- Regards, Laurent Pinchart