mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 23:52:08 +02:00
media: cadence: Add support for JH7110 SoC
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>
This commit is contained in:
parent
3295cf1241
commit
71e8d6e4ae
|
|
@ -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" },
|
||||
{ },
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user