mirror of
https://github.com/torvalds/linux.git
synced 2026-05-12 16:18:45 +02:00
media: imx8mq-mipi-csi2: Add support for i.MX8ULP
The CSI-2 receiver in i.MX8ULP is almost same as i.MX8QXP/QM except clocks and resets, so add compatible string for i.MX8ULP to handle the difference and reuse platform data of i.MX8QXP/QM. Reviewed-by: Frank Li <Frank.Li@nxp.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Guoniu Zhou <guoniu.zhou@nxp.com> Link: https://patch.msgid.link/20251205-csi2_imx8ulp-v10-4-190cdadb20a3@nxp.com Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
This commit is contained in:
parent
6d79bb8fd2
commit
882ac913e6
|
|
@ -1070,6 +1070,7 @@ static void imx8mq_mipi_csi_remove(struct platform_device *pdev)
|
|||
static const struct of_device_id imx8mq_mipi_csi_of_match[] = {
|
||||
{ .compatible = "fsl,imx8mq-mipi-csi2", .data = &imx8mq_data },
|
||||
{ .compatible = "fsl,imx8qxp-mipi-csi2", .data = &imx8qxp_data },
|
||||
{ .compatible = "fsl,imx8ulp-mipi-csi2", .data = &imx8qxp_data },
|
||||
{ /* sentinel */ },
|
||||
};
|
||||
MODULE_DEVICE_TABLE(of, imx8mq_mipi_csi_of_match);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user