On Mon, 27 May 2024 15:41:26 +0200, Niklas Söderlund wrote: > 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 > > My bot found new DTB warnings on the .dts files added or changed in this series. Some warnings may be from an existing SoC .dtsi. Or perhaps the warnings are fixed by another series. Ultimately, it is up to the platform maintainer whether these warnings are acceptable or not. No need to reply unless the platform maintainer has comments. If you already ran DT checks and didn't see these error(s), then make sure dt-schema is up to date: pip3 install dtschema --upgrade New warnings running 'make CHECK_DTBS=y renesas/r8a779h0-gray-hawk-single.dtb' for 20240527134129.1695450-1-niklas.soderlund+renesas@xxxxxxxxxxxx: arch/arm64/boot/dts/renesas/r8a779h0-gray-hawk-single.dtb: /soc/i2c@e6508000/gmsl-deserializer@4e: failed to match any schema with compatible: ['maxim,max96724'] arch/arm64/boot/dts/renesas/r8a779h0-gray-hawk-single.dtb: /soc/i2c@e6508000/gmsl-deserializer@4f: failed to match any schema with compatible: ['maxim,max96724']