[PATCH 2/6] media: qcom: camss: Add CAMSS_SC7180 enum

From: George Chan via B4 Relay
Date: Fri Jun 21 2024 - 05:41:43 EST


From: George Chan <gchan9527@xxxxxxxxx>

Adds a CAMSS SoC identifier for the SC7180.

Signed-off-by: George Chan <gchan9527@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 ac15fe23a702..5e750c481b74 100644
--- a/drivers/media/platform/qcom/camss/camss.h
+++ b/drivers/media/platform/qcom/camss/camss.h
@@ -76,6 +76,7 @@ enum camss_version {
CAMSS_8x96,
CAMSS_660,
CAMSS_845,
+ CAMSS_7180,
CAMSS_8250,
CAMSS_8280XP,
};

--
2.34.1