Hello Geert, This series adds support for video capture on V4M. I only have schematics for the gray-hawk single board but I opted to keep the structure from white-hawk and create a dedicated DTSI file for the CSI-2 and DSI sub-board. Patch 1 adds the IP nodes for VIN, ISPCS and CSI-2. While patch 2 and 3 creates and wires up the sub-board to the two MAX96724 CSI-2 transmitters. Niklas Söderlund (3): arm64: dts: renesas: r8a779h0: Add video capture nodes arm64: dts: renesas: gray-hawk: Create separate CSI/DSI sub-board arm64: dts: renesas: gray-hawk-csi-dsi: Add and connect MAX96724 .../boot/dts/renesas/gray-hawk-csi-dsi.dtsi | 201 ++++++ .../dts/renesas/r8a779h0-gray-hawk-single.dts | 8 +- arch/arm64/boot/dts/renesas/r8a779h0.dtsi | 666 ++++++++++++++++++ 3 files changed, 868 insertions(+), 7 deletions(-) create mode 100644 arch/arm64/boot/dts/renesas/gray-hawk-csi-dsi.dtsi -- 2.45.1