media: cadence: Add support for JH7110 SoC
authorJack Zhu <jack.zhu@starfivetech.com>
Tue, 23 May 2023 08:56:26 +0000 (10:56 +0200)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Fri, 14 Jul 2023 10:39:52 +0000 (12:39 +0200)
Add support for Starfive JH7110 SoC which has the cadence csi2 receiver.

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Jack Zhu <jack.zhu@starfivetech.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/media/platform/cadence/cdns-csi2rx.c

index a562c27..f2b4574 100644 (file)
@@ -558,6 +558,7 @@ static void csi2rx_remove(struct platform_device *pdev)
 }
 
 static const struct of_device_id csi2rx_of_table[] = {
+       { .compatible = "starfive,jh7110-csi2rx" },
        { .compatible = "cdns,csi2rx" },
        { },
 };