[PATCH 2/3] soc: qcom: socinfo: Add X1E80100 SoC ID table entry

Abel Vesa posted 3 patches 1 year, 11 months ago
[PATCH 2/3] soc: qcom: socinfo: Add X1E80100 SoC ID table entry
Posted by Abel Vesa 1 year, 11 months ago
Add SoC Info support for the X1E80100 platform.

Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
---
 drivers/soc/qcom/socinfo.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c
index e8ff9819ac47..c8e968d7a620 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -430,6 +430,7 @@ static const struct soc_id soc_id[] = {
 	{ qcom_board_id(QRU1000) },
 	{ qcom_board_id(SM8475_2) },
 	{ qcom_board_id(QDU1000) },
+	{ qcom_board_id(X1E80100) },
 	{ qcom_board_id(SM8650) },
 	{ qcom_board_id(SM4450) },
 	{ qcom_board_id(QDU1010) },

-- 
2.34.1
Re: [PATCH 2/3] soc: qcom: socinfo: Add X1E80100 SoC ID table entry
Posted by Krzysztof Kozlowski 1 year, 11 months ago
On 23/02/2024 15:37, Abel Vesa wrote:
> Add SoC Info support for the X1E80100 platform.
> 
> Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
> ---
>  drivers/soc/qcom/socinfo.c | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof
Re: [PATCH 2/3] soc: qcom: socinfo: Add X1E80100 SoC ID table entry
Posted by Konrad Dybcio 1 year, 11 months ago
On 23.02.2024 15:37, Abel Vesa wrote:
> Add SoC Info support for the X1E80100 platform.
> 
> Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
> ---

Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>

Konrad