Hello, This small patch series is a collection of independent patches that collectively enable i.MX8MP support for the imx-mipi-csis CSI-2 receiver. Technically speaking, only patch 4/4 is needed to get the driver working on the i.MX8MP SoC. However, patch 1/4 fixes a related kernel log warning, and patch 3/4 is required for integration with the ISP found in that SoC. Patch 2/4 is the only one that is not strictly required, but I've thrown it in the series as it has been developed as part of i.MX8MP enablement. Laurent Pinchart (4): media: imx: imx-mipi-csis: Set the subdev fwnode for endpoint matching media: imx: imx-mipi-csis: Add version register media: imx: imx-mipi-csis: Implement the .get_frame_desc() operation dt-bindings: media: nxp,imx-mipi-csi2: i.MX8MP support .../bindings/media/nxp,imx-mipi-csi2.yaml | 11 +++-- drivers/media/platform/nxp/imx-mipi-csis.c | 41 +++++++++++++++++++ 2 files changed, 49 insertions(+), 3 deletions(-) base-commit: f2906aa863381afb0015a9eb7fefad885d4e5a56 -- Regards, Laurent Pinchart