[PATCH] soc: qcom: socinfo: Add SM8550 ID

Abel Vesa posted 1 patch 3 years, 4 months ago
drivers/soc/qcom/socinfo.c         | 1 +
include/dt-bindings/arm/qcom,ids.h | 1 +
2 files changed, 2 insertions(+)
[PATCH] soc: qcom: socinfo: Add SM8550 ID
Posted by Abel Vesa 3 years, 4 months ago
Add the ID for the Qualcomm SM8550 SoC.

Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
---
 drivers/soc/qcom/socinfo.c         | 1 +
 include/dt-bindings/arm/qcom,ids.h | 1 +
 2 files changed, 2 insertions(+)

diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c
index 545934aead43..bf8d4e7dd7fc 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -335,6 +335,7 @@ static const struct soc_id soc_id[] = {
 	{ qcom_board_id(IPQ6005) },
 	{ qcom_board_id(QRB5165) },
 	{ qcom_board_id(SM8450) },
+	{ qcom_board_id(SM8550) },
 	{ qcom_board_id(SM7225) },
 	{ qcom_board_id(SA8295P) },
 	{ qcom_board_id(SA8540P) },
diff --git a/include/dt-bindings/arm/qcom,ids.h b/include/dt-bindings/arm/qcom,ids.h
index 8b1a0f43bd93..c2f7593c4fbb 100644
--- a/include/dt-bindings/arm/qcom,ids.h
+++ b/include/dt-bindings/arm/qcom,ids.h
@@ -140,6 +140,7 @@
 #define QCOM_ID_SC7280			487
 #define QCOM_ID_SC7180P			495
 #define QCOM_ID_SM6375			507
+#define QCOM_ID_SM8550			519
 #define QCOM_ID_QRU1000			539
 #define QCOM_ID_QDU1000			545
 #define QCOM_ID_QDU1010			587
-- 
2.34.1
Re: [PATCH] soc: qcom: socinfo: Add SM8550 ID
Posted by Bjorn Andersson 3 years, 4 months ago
On Wed, 16 Nov 2022 13:24:38 +0200, Abel Vesa wrote:
> Add the ID for the Qualcomm SM8550 SoC.
> 
> 

Applied, thanks!

[1/1] soc: qcom: socinfo: Add SM8550 ID
      commit: 147f6534b8ffdd766c2fd3a28b0b1d6fd41c81e4

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>
Re: [PATCH] soc: qcom: socinfo: Add SM8550 ID
Posted by Konrad Dybcio 3 years, 4 months ago

On 16/11/2022 12:24, Abel Vesa wrote:
> Add the ID for the Qualcomm SM8550 SoC.
> 
> Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>

Konrad
>   drivers/soc/qcom/socinfo.c         | 1 +
>   include/dt-bindings/arm/qcom,ids.h | 1 +
>   2 files changed, 2 insertions(+)
> 
> diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c
> index 545934aead43..bf8d4e7dd7fc 100644
> --- a/drivers/soc/qcom/socinfo.c
> +++ b/drivers/soc/qcom/socinfo.c
> @@ -335,6 +335,7 @@ static const struct soc_id soc_id[] = {
>   	{ qcom_board_id(IPQ6005) },
>   	{ qcom_board_id(QRB5165) },
>   	{ qcom_board_id(SM8450) },
> +	{ qcom_board_id(SM8550) },
>   	{ qcom_board_id(SM7225) },
>   	{ qcom_board_id(SA8295P) },
>   	{ qcom_board_id(SA8540P) },
> diff --git a/include/dt-bindings/arm/qcom,ids.h b/include/dt-bindings/arm/qcom,ids.h
> index 8b1a0f43bd93..c2f7593c4fbb 100644
> --- a/include/dt-bindings/arm/qcom,ids.h
> +++ b/include/dt-bindings/arm/qcom,ids.h
> @@ -140,6 +140,7 @@
>   #define QCOM_ID_SC7280			487
>   #define QCOM_ID_SC7180P			495
>   #define QCOM_ID_SM6375			507
> +#define QCOM_ID_SM8550			519
>   #define QCOM_ID_QRU1000			539
>   #define QCOM_ID_QDU1000			545
>   #define QCOM_ID_QDU1010			587