mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 03:53:37 +02:00
regulator: qcom_spmi: Document PM6125 PMIC
Add support for pm6125 compatible string and add relevant supplies in QCom SPMI regulator documentation. Signed-off-by: Adam Skladowski <a39.skl@gmail.com> Signed-off-by: Iskren Chernev <iskren.chernev@gmail.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20220802221112.2280686-3-iskren.chernev@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
ac71792707
commit
5b2a085baa
|
|
@ -12,6 +12,7 @@ maintainers:
|
|||
properties:
|
||||
compatible:
|
||||
enum:
|
||||
- qcom,pm6125-regulators
|
||||
- qcom,pm660-regulators
|
||||
- qcom,pm660l-regulators
|
||||
- qcom,pm8004-regulators
|
||||
|
|
@ -106,6 +107,25 @@ required:
|
|||
- compatible
|
||||
|
||||
allOf:
|
||||
- if:
|
||||
properties:
|
||||
compatible:
|
||||
contains:
|
||||
enum:
|
||||
- qcom,pm6125-regulators
|
||||
then:
|
||||
properties:
|
||||
vdd_l1_l7_l17_l18-supply: true
|
||||
vdd_l2_l3_l4-supply: true
|
||||
vdd_l5_l15_l19_l20_l21_l22-supply: true
|
||||
vdd_l6_l8-supply: true
|
||||
vdd_l9_l11-supply: true
|
||||
vdd_l10_l13_l14-supply: true
|
||||
vdd_l12_l16-supply: true
|
||||
vdd_l23_l24-supply: true
|
||||
patternProperties:
|
||||
"^vdd_s[1-8]-supply$": true
|
||||
|
||||
- if:
|
||||
properties:
|
||||
compatible:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user