From: Shengyu Qu Date: Mon, 8 May 2023 07:43:12 +0000 (+0900) Subject: dt-bindings: mfd: x-powers,axp152: Document the AXP15060 variant X-Git-Tag: accepted/tizen/unified/riscv/20230725.071352~99 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=697c8ef9d985e07985b6bec2d87ec358749b9f0b;p=platform%2Fkernel%2Flinux-starfive.git dt-bindings: mfd: x-powers,axp152: Document the AXP15060 variant The X-Powers AXP15060 is a PMIC seen on Starfive Visionfive 2 board. Add relative compatible item and CPUSLDO support and disables DC-DC frequency setting for it. Signed-off-by: Shengyu Qu Reviewed-by: Krzysztof Kozlowski [Backported patch : https://lore.kernel.org/lkml/TY3P286MB261177CF7AA2959BD9517DA998609@TY3P286MB2611.JPNP286.PROD.OUTLOOK.COM/] Signed-off-by: Hoegeun Kwon Change-Id: Ia8ada01c0f0e56642a14401d34a1b2a47ddf6851 --- diff --git a/Documentation/devicetree/bindings/mfd/x-powers,axp152.yaml b/Documentation/devicetree/bindings/mfd/x-powers,axp152.yaml index b7a8747..3448f1a 100644 --- a/Documentation/devicetree/bindings/mfd/x-powers,axp152.yaml +++ b/Documentation/devicetree/bindings/mfd/x-powers,axp152.yaml @@ -73,7 +73,9 @@ allOf: properties: compatible: contains: - const: x-powers,axp305 + enum: + - x-powers,axp305 + - x-powers,axp15060 then: required: @@ -92,6 +94,7 @@ properties: - x-powers,axp806 - x-powers,axp809 - x-powers,axp813 + - x-powers,axp15060 - items: - const: x-powers,axp228 - const: x-powers,axp221 @@ -260,7 +263,7 @@ properties: Defines the work frequency of DC-DC in kHz. patternProperties: - "^(([a-f])?ldo[0-9]|dcdc[0-7a-e]|ldo(_|-)io(0|1)|(dc1)?sw|rtc(_|-)ldo|drivevbus|dc5ldo)$": + "^(([a-f])?ldo[0-9]|dcdc[0-7a-e]|ldo(_|-)io(0|1)|(dc1)?sw|rtc(_|-)ldo|cpusldo|drivevbus|dc5ldo)$": $ref: /schemas/regulator/regulator.yaml# type: object unevaluatedProperties: false