diff options
author | Lijuan Gao <quic_lijuang@quicinc.com> | 2024-10-22 16:54:30 +0800 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2024-10-22 21:43:21 -0500 |
commit | dbc81e680a0f007cf062963c40f145074aacab2d (patch) | |
tree | 277487d13f34d39a8cc5ceb10e01ad48ac0a8b5d | |
parent | 11cf9a72bc0b31c16d0cca7487966710a452b6e2 (diff) | |
download | lwn-dbc81e680a0f007cf062963c40f145074aacab2d.tar.gz lwn-dbc81e680a0f007cf062963c40f145074aacab2d.zip |
dt-bindings: arm: qcom,ids: add SoC ID for QCS615
Add the ID for the Qualcomm QCS615 SoC.
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Lijuan Gao <quic_lijuang@quicinc.com>
Link: https://lore.kernel.org/r/20241022-add_initial_support_for_qcs615-v4-2-0a551c6dd342@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
-rw-r--r-- | include/dt-bindings/arm/qcom,ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dt-bindings/arm/qcom,ids.h b/include/dt-bindings/arm/qcom,ids.h index 8332f8d82f96..73a69fc535f6 100644 --- a/include/dt-bindings/arm/qcom,ids.h +++ b/include/dt-bindings/arm/qcom,ids.h @@ -278,6 +278,7 @@ #define QCOM_ID_IPQ5321 650 #define QCOM_ID_QCS8300 674 #define QCOM_ID_QCS8275 675 +#define QCOM_ID_QCS615 680 /* * The board type and revision information, used by Qualcomm bootloaders and |