Skip to content

Commit 34480c6

Browse files
Headcrabedlag-linaro
authored andcommitted
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 <wiagn233@outlook.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Lee Jones <lee@kernel.org> Link: https://lore.kernel.org/r/TY3P286MB261177CF7AA2959BD9517DA998609@TY3P286MB2611.JPNP286.PROD.OUTLOOK.COM
1 parent e0f8ad2 commit 34480c6

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

Documentation/devicetree/bindings/mfd/x-powers,axp152.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,9 @@ allOf:
7777
properties:
7878
compatible:
7979
contains:
80-
const: x-powers,axp313a
80+
enum:
81+
- x-powers,axp313a
82+
- x-powers,axp15060
8183

8284
then:
8385
properties:
@@ -97,6 +99,7 @@ properties:
9799
- x-powers,axp806
98100
- x-powers,axp809
99101
- x-powers,axp813
102+
- x-powers,axp15060
100103
- items:
101104
- const: x-powers,axp228
102105
- const: x-powers,axp221
@@ -265,7 +268,7 @@ properties:
265268
Defines the work frequency of DC-DC in kHz.
266269
267270
patternProperties:
268-
"^(([a-f])?ldo[0-9]|dcdc[0-7a-e]|ldo(_|-)io(0|1)|(dc1)?sw|rtc(_|-)ldo|drivevbus|dc5ldo)$":
271+
"^(([a-f])?ldo[0-9]|dcdc[0-7a-e]|ldo(_|-)io(0|1)|(dc1)?sw|rtc(_|-)ldo|cpusldo|drivevbus|dc5ldo)$":
269272
$ref: /schemas/regulator/regulator.yaml#
270273
type: object
271274
unevaluatedProperties: false

0 commit comments

Comments
 (0)