mbox series

[0/2] X1E PMICs

Message ID 20240529-topic-x1e_pmic-v1-0-9de0506179eb@linaro.org
Headers show
Series X1E PMICs | expand

Message

Konrad Dybcio May 29, 2024, 11:17 a.m. UTC
These were overlooked during the first submission, plug that hole..

Depends on:
* https://lore.kernel.org/linux-arm-msm/20240525-topic-pmc8380_gpio-v2-0-2de50cb28ac1@linaro.org/ merged into next)

Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
---
Konrad Dybcio (2):
      dt-bindings: mfd: qcom,spmi-pmic: Document PMC8380 and SMB2360
      arm64: dts: qcom: x1e80100-pmics: Add the missing PMICs

 .../devicetree/bindings/mfd/qcom,spmi-pmic.yaml    |   2 +
 arch/arm64/boot/dts/qcom/x1e80100-pmics.dtsi       | 480 +++++++++++++++++++++
 2 files changed, 482 insertions(+)
---
base-commit: 9d99040b1bc8dbf385a8aa535e9efcdf94466e19
change-id: 20240529-topic-x1e_pmic-81f603ed8983

Best regards,

Comments

Lee Jones May 31, 2024, 4:13 p.m. UTC | #1
On Wed, 29 May 2024 13:17:17 +0200, Konrad Dybcio wrote:
> These are just some more PMICs adjacent to X1 SoCs. Document them.
> 
> 

Applied, thanks!

[1/2] dt-bindings: mfd: qcom,spmi-pmic: Document PMC8380 and SMB2360
      commit: 8495cbb6de205368d56385961a8bf686c6a3a51c

--
Lee Jones [李琼斯]
Lee Jones May 31, 2024, 4:14 p.m. UTC | #2
On Wed, 29 May 2024, Konrad Dybcio wrote:

> These are just some more PMICs adjacent to X1 SoCs. Document them.
> 
> Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
> ---
>  Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml b/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml
> index b7f01cbb8fff..a2b2fbf77d5c 100644
> --- a/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml
> +++ b/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml
> @@ -75,6 +75,7 @@ properties:
>            - qcom,pma8084
>            - qcom,pmc8180
>            - qcom,pmc8180c
> +          - qcom,pmc8380
>            - qcom,pmd9635
>            - qcom,pmi632
>            - qcom,pmi8950
> @@ -95,6 +96,7 @@ properties:
>            - qcom,pmx65
>            - qcom,pmx75
>            - qcom,smb2351
> +          - qcom,smb2360

Abel already added this in:

  dt-bindings: mfd: qcom-spmi-pmic: Document SMB2360 PMIC

I've made changes to the commit message to reflect it.
Konrad Dybcio May 31, 2024, 4:24 p.m. UTC | #3
On 31.05.2024 6:14 PM, Lee Jones wrote:
> On Wed, 29 May 2024, Konrad Dybcio wrote:
> 
>> These are just some more PMICs adjacent to X1 SoCs. Document them.
>>
>> Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
>> ---
>>  Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml | 2 ++
>>  1 file changed, 2 insertions(+)
>>
>> diff --git a/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml b/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml
>> index b7f01cbb8fff..a2b2fbf77d5c 100644
>> --- a/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml
>> +++ b/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml
>> @@ -75,6 +75,7 @@ properties:
>>            - qcom,pma8084
>>            - qcom,pmc8180
>>            - qcom,pmc8180c
>> +          - qcom,pmc8380
>>            - qcom,pmd9635
>>            - qcom,pmi632
>>            - qcom,pmi8950
>> @@ -95,6 +96,7 @@ properties:
>>            - qcom,pmx65
>>            - qcom,pmx75
>>            - qcom,smb2351
>> +          - qcom,smb2360
> 
> Abel already added this in:
> 
>   dt-bindings: mfd: qcom-spmi-pmic: Document SMB2360 PMIC
> 
> I've made changes to the commit message to reflect it.

Thanks, Lee

Konrad