mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 23:52:08 +02:00
regulator: qcom,spmi-regulator: add PMP8074 PMIC
Document the PMP8074 PMIC compatible. Signed-off-by: Robert Marko <robimarko@gmail.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20220704212402.1715182-6-robimarko@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
0b3bbd7646
commit
0447505739
|
|
@ -23,6 +23,7 @@ properties:
|
|||
- qcom,pm8950-regulators
|
||||
- qcom,pm8994-regulators
|
||||
- qcom,pmi8994-regulators
|
||||
- qcom,pmp8074-regulators
|
||||
- qcom,pms405-regulators
|
||||
|
||||
qcom,saw-reg:
|
||||
|
|
@ -276,6 +277,21 @@ allOf:
|
|||
vdd_l1-supply: true
|
||||
patternProperties:
|
||||
"^vdd_s[1-3]-supply$": true
|
||||
- if:
|
||||
properties:
|
||||
compatible:
|
||||
contains:
|
||||
enum:
|
||||
- qcom,pmp8074-regulators
|
||||
then:
|
||||
properties:
|
||||
vdd_l10_l11_l12_l13-supply: true
|
||||
vdd_l1_l2-supply: true
|
||||
vdd_l3_l8-supply: true
|
||||
vdd_l5_l6_l15-supply: true
|
||||
patternProperties:
|
||||
"^vdd_l[479]-supply$": true
|
||||
"^vdd_s[1-5]-supply$": true
|
||||
- if:
|
||||
properties:
|
||||
compatible:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user