2022-12-10 00:03:41

by Martin Botka

[permalink] [raw]
Subject: [PATCH v2 1/3] dt-bindings: mfd: x-powers,axp152: Document the AXP1530 variant

AXP1530 is a PMIC used on board BIQU CB1 SoM

Signed-off-by: Martin Botka <[email protected]>
---
Documentation/devicetree/bindings/mfd/x-powers,axp152.yaml | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/mfd/x-powers,axp152.yaml b/Documentation/devicetree/bindings/mfd/x-powers,axp152.yaml
index b7a8747d5fa0..893a1802116c 100644
--- a/Documentation/devicetree/bindings/mfd/x-powers,axp152.yaml
+++ b/Documentation/devicetree/bindings/mfd/x-powers,axp152.yaml
@@ -92,6 +92,7 @@ properties:
- x-powers,axp806
- x-powers,axp809
- x-powers,axp813
+ - x-powers,axp1530
- items:
- const: x-powers,axp228
- const: x-powers,axp221
--
2.38.1


2022-12-10 12:00:51

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH v2 1/3] dt-bindings: mfd: x-powers,axp152: Document the AXP1530 variant

On 10/12/2022 00:46, Martin Botka wrote:
> AXP1530 is a PMIC used on board BIQU CB1 SoM
>
> Signed-off-by: Martin Botka <[email protected]>
> ---

What are the changes against v1? Nothing in cover letter, nothing here.


> Documentation/devicetree/bindings/mfd/x-powers,axp152.yaml | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/mfd/x-powers,axp152.yaml b/Documentation/devicetree/bindings/mfd/x-powers,axp152.yaml
> index b7a8747d5fa0..893a1802116c 100644
> --- a/Documentation/devicetree/bindings/mfd/x-powers,axp152.yaml
> +++ b/Documentation/devicetree/bindings/mfd/x-powers,axp152.yaml
> @@ -92,6 +92,7 @@ properties:
> - x-powers,axp806
> - x-powers,axp809
> - x-powers,axp813
> + - x-powers,axp1530

Put in alphabetical order.

> - items:
> - const: x-powers,axp228
> - const: x-powers,axp221

Best regards,
Krzysztof