diff options
author | Luca Weiss <luca.weiss@fairphone.com> | 2025-06-25 11:11:44 +0200 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2025-07-16 22:53:26 -0500 |
commit | e53ff5b79fbac35d1fbf2b8c28a5a5dcf125567e (patch) | |
tree | 96bdc864c25cc747b4ee82ffd83225d2d92952c3 | |
parent | 7ab36b51c6bee56e1a1939063dd10d602fe49d13 (diff) |
dt-bindings: arm: qcom,ids: Add SoC IDs for SM7635 family
Add the SoC IDs of the 'volcano' family, namely SM7635, SM6650, SM6650P,
QCM6690 and QCS6690.
Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
Link: https://lore.kernel.org/r/20250625-sm7635-socinfo-v1-1-be09d5c697b8@fairphone.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
-rw-r--r-- | include/dt-bindings/arm/qcom,ids.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/dt-bindings/arm/qcom,ids.h b/include/dt-bindings/arm/qcom,ids.h index 897b8135dc12f..cb8ce53146f0c 100644 --- a/include/dt-bindings/arm/qcom,ids.h +++ b/include/dt-bindings/arm/qcom,ids.h @@ -279,8 +279,13 @@ #define QCOM_ID_QCM8550 604 #define QCOM_ID_SM8750 618 #define QCOM_ID_IPQ5300 624 +#define QCOM_ID_SM7635 636 +#define QCOM_ID_SM6650 640 +#define QCOM_ID_SM6650P 641 #define QCOM_ID_IPQ5321 650 #define QCOM_ID_IPQ5424 651 +#define QCOM_ID_QCM6690 657 +#define QCOM_ID_QCS6690 658 #define QCOM_ID_IPQ5404 671 #define QCOM_ID_QCS9100 667 #define QCOM_ID_QCS8300 674 |