Message ID | 20240223-x1e80100-socinfo-v1-2-be581ca60f27@linaro.org (mailing list archive) |
---|---|
State | Accepted |
Commit | e876303c6f18da4c649d97f6d488ee0a850ad384 |
Headers | show |
Series | soc: qcom: Add X1E80100 platform and SMB2360 PMIC | expand |
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
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
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) },
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(+)