media: camss: Add CAMSS_845 camss version
authorRobert Foss <robert.foss@linaro.org>
Tue, 16 Mar 2021 17:19:13 +0000 (18:19 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 22 Mar 2021 11:16:00 +0000 (12:16 +0100)
Add enum representing the SDM845 SOC, which incorporates version
170 of the Titan architecture ISP.

Signed-off-by: Robert Foss <robert.foss@linaro.org>
Reviewed-by: Andrey Konovalov <andrey.konovalov@linaro.org>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/platform/qcom/camss/camss.h

index e29466d..63b35ea 100644 (file)
@@ -66,6 +66,7 @@ enum camss_version {
        CAMSS_8x16,
        CAMSS_8x96,
        CAMSS_660,
+       CAMSS_845,
 };
 
 struct camss {