Hi Bryan, Quoting Bryan O'Donoghue (2022-06-07 14:40:57) > The Sony IMX577 uses the same silicon enabling reference code from Sony in > the available examples provided. > > Add an imx577 compatible string and re-use the existing imx412 code. > As discussed in the cover letter, I think this is a reasonable way to accomodate the imx577 (and certainly better than letting any real hardware be defined as if it's an imx412). Reviewed-by: Kieran Bingham <kieran.bingham+renesas@xxxxxxxxxxxxxxxx> > Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@xxxxxxxxxx> > --- > drivers/media/i2c/imx412.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/media/i2c/imx412.c b/drivers/media/i2c/imx412.c > index a1394d6c1432..3b7011ab0a8f 100644 > --- a/drivers/media/i2c/imx412.c > +++ b/drivers/media/i2c/imx412.c > @@ -1282,6 +1282,7 @@ static const struct dev_pm_ops imx412_pm_ops = { > > static const struct of_device_id imx412_of_match[] = { > { .compatible = "sony,imx412" }, > + { .compatible = "sony,imx577" }, > { } > }; > > -- > 2.36.1 >