This patchset adds the entry for the new X1E80100 SoC and one of the
PMICs it uses, the SMB2360. Rest of the PMICs are already added.
Signed-off-by: Abel Vesa <[email protected]>
---
Abel Vesa (3):
dt-bindings: arm: qcom,ids: Add SoC ID for X1E80100
soc: qcom: socinfo: Add X1E80100 SoC ID table entry
soc: qcom: socinfo: Add SMB2360 PMIC
drivers/soc/qcom/socinfo.c | 2 ++
include/dt-bindings/arm/qcom,ids.h | 1 +
2 files changed, 3 insertions(+)
---
base-commit: 33e1d31873f87d119e5120b88cd350efa68ef276
change-id: 20240223-x1e80100-socinfo-06378c690947
Best regards,
--
Abel Vesa <[email protected]>
Add the ID for the Qualcomm X1E80100 SoC.
Signed-off-by: Abel Vesa <[email protected]>
---
include/dt-bindings/arm/qcom,ids.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/dt-bindings/arm/qcom,ids.h b/include/dt-bindings/arm/qcom,ids.h
index 19ac7b36f608..d040033dc8ee 100644
--- a/include/dt-bindings/arm/qcom,ids.h
+++ b/include/dt-bindings/arm/qcom,ids.h
@@ -258,6 +258,7 @@
#define QCOM_ID_QRU1000 539
#define QCOM_ID_SM8475_2 540
#define QCOM_ID_QDU1000 545
+#define QCOM_ID_X1E80100 555
#define QCOM_ID_SM8650 557
#define QCOM_ID_SM4450 568
#define QCOM_ID_QDU1010 587
--
2.34.1
Add SoC Info support for the X1E80100 platform.
Signed-off-by: Abel Vesa <[email protected]>
---
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
The SMB2360 PMIC is used on boards with X1E80100.
Signed-off-by: Abel Vesa <[email protected]>
---
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 c8e968d7a620..277c07a6603d 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -133,6 +133,7 @@ static const char *const pmic_models[] = {
[72] = "PMR735D",
[73] = "PM8550",
[74] = "PMK8550",
+ [82] = "SMB2360",
};
struct socinfo_params {
--
2.34.1
On 23.02.2024 15:37, Abel Vesa wrote:
> Add SoC Info support for the X1E80100 platform.
>
> Signed-off-by: Abel Vesa <[email protected]>
> ---
Reviewed-by: Konrad Dybcio <[email protected]>
Konrad
On 23.02.2024 15:37, Abel Vesa wrote:
> The SMB2360 PMIC is used on boards with X1E80100.
>
> Signed-off-by: Abel Vesa <[email protected]>
> ---
Reviewed-by: Konrad Dybcio <[email protected]>
Konrad
On 23.02.2024 15:37, Abel Vesa wrote:
> Add the ID for the Qualcomm X1E80100 SoC.
>
> Signed-off-by: Abel Vesa <[email protected]>
> ---
Reviewed-by: Konrad Dybcio <[email protected]>
Konrad
On 23/02/2024 15:37, Abel Vesa wrote:
> Add SoC Info support for the X1E80100 platform.
>
> Signed-off-by: Abel Vesa <[email protected]>
> ---
> drivers/soc/qcom/socinfo.c | 1 +
> 1 file changed, 1 insertion(+)
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Best regards,
Krzysztof
On 23/02/2024 15:37, Abel Vesa wrote:
> Add the ID for the Qualcomm X1E80100 SoC.
>
> Signed-off-by: Abel Vesa <[email protected]>
> ---
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Best regards,
Krzysztof
On Fri, 23 Feb 2024 16:37:54 +0200, Abel Vesa wrote:
> This patchset adds the entry for the new X1E80100 SoC and one of the
> PMICs it uses, the SMB2360. Rest of the PMICs are already added.
>
>
Applied, thanks!
[1/3] dt-bindings: arm: qcom,ids: Add SoC ID for X1E80100
commit: 734364d0ddee6c145705bac89400266c972efc0b
[2/3] soc: qcom: socinfo: Add X1E80100 SoC ID table entry
commit: e876303c6f18da4c649d97f6d488ee0a850ad384
[3/3] soc: qcom: socinfo: Add SMB2360 PMIC
commit: e025171d1ab1edf286c102f7adecafd51c3a84c3
Best regards,
--
Bjorn Andersson <[email protected]>