On Sun, 22 May 2022 at 18:28, Luca Weiss <luca@xxxxxxxxx> wrote: > > From: Matti Lehtimäki <matti.lehtimaki@xxxxxxxxx> > > Add enum representing the MSM8x74 SOC. > > Signed-off-by: Matti Lehtimäki <matti.lehtimaki@xxxxxxxxx> > Signed-off-by: Luca Weiss <luca@xxxxxxxxx> > --- > drivers/media/platform/qcom/camss/camss.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/media/platform/qcom/camss/camss.h b/drivers/media/platform/qcom/camss/camss.h > index c9b3e0df5be8..663cf24f52d9 100644 > --- a/drivers/media/platform/qcom/camss/camss.h > +++ b/drivers/media/platform/qcom/camss/camss.h > @@ -76,6 +76,7 @@ enum pm_domain { > > enum camss_version { > CAMSS_8x16, > + CAMSS_8x74, > CAMSS_8x96, > CAMSS_660, > CAMSS_845, > -- > 2.36.0 > Reviewed-by: Robert Foss <robert.foss@xxxxxxxxxx>