Skip to content

Commit 700e8ba

Browse files
hz2jdevers
authored andcommitted
media: synopsys: dw-mipi-csi2rx: add support for RK3576
The RK3576 uses the same Synopsys DesignWare MIPI CSI-2 Host controller IP as the RK3568. Add the compatible string using the existing RK3568 driver data. Signed-off-by: Jason Devers <dev.json2@gmail.com>
1 parent dbad655 commit 700e8ba

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

drivers/media/platform/synopsys/dw-mipi-csi2rx.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -839,6 +839,10 @@ static const struct of_device_id dw_mipi_csi2rx_of_match[] = {
839839
.compatible = "fsl,imx93-mipi-csi2",
840840
.data = &imx93_drvdata,
841841
},
842+
{
843+
.compatible = "rockchip,rk3576-mipi-csi2",
844+
.data = &rk3568_drvdata,
845+
},
842846
{
843847
.compatible = "rockchip,rk3568-mipi-csi2",
844848
.data = &rk3568_drvdata,

0 commit comments

Comments
 (0)