On 9/5/25 10:40 AM, Niklas Söderlund wrote:
Hello, This series adds a couple of overlays to verify the two CSI-2 busses exposed on the V4H Sparrow Hawk board. The two busses are exposed on two connectors labeled J1 and J2 on the board. The first set adds overlays for the IMX219 camera sensor, one for each connector (patch 1/4 and 2/4). A Raspberry Pi Camera Module 2 have been used to verify the proper operation of the overlays. The second sets adds overlays for the IMX462 camera sensors, also one for each connector (patch 4/5 and 4/4). A DFM 36SX462-ML camera module have been used to verify the proper operation of the overlays. The reason two sets of overlays are needed is that the IMX219 uses 2-lanes CSI-2 D-PHY bus, while the IMX462 uses a 4-lane CSI-2 D-PHY bus. To be able to properly test both situations on the board each sensor needs to be able to connected to each of the two external busses. Obviously only one sensor can be connected to J1, and one to J2 at any given time. See individual patches for changelog.
Series Reviewed-by: Marek Vasut <marek.vasut+renesas@xxxxxxxxxxx> Thanks !