[PATCH v6 1/3] dt-bindings: mfd: x-powers,axp152: Document the AXP313a variant

Andre Przywara posted 3 patches 2 years, 8 months ago
There is a newer version of this series
[PATCH v6 1/3] dt-bindings: mfd: x-powers,axp152: Document the AXP313a variant
Posted by Andre Przywara 2 years, 8 months ago
From: Martin Botka <martin.botka@somainline.org>

The X-Powers AXP313a is a PMIC used on some devices with the Allwinner
H616 or H313 SoC.

Signed-off-by: Martin Botka <martin.botka@somainline.org>
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
---
 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 b7a8747d5fa0e..d4f0a75a8c7ad 100644
--- a/Documentation/devicetree/bindings/mfd/x-powers,axp152.yaml
+++ b/Documentation/devicetree/bindings/mfd/x-powers,axp152.yaml
@@ -84,6 +84,7 @@ properties:
     oneOf:
       - enum:
           - x-powers,axp152
+          - x-powers,axp313a
           - x-powers,axp202
           - x-powers,axp209
           - x-powers,axp221
-- 
2.25.1
Re: [PATCH v6 1/3] dt-bindings: mfd: x-powers,axp152: Document the AXP313a variant
Posted by Mark Brown 2 years, 8 months ago
On Mon, Jan 16, 2023 at 02:24:59PM +0000, Andre Przywara wrote:

>        - enum:
>            - x-powers,axp152
> +          - x-powers,axp313a
>            - x-powers,axp202
>            - x-powers,axp209
>            - x-powers,axp221

Probably better to keep these lists sorted.