Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: regulator: qcom,spmi: Document PM8909

Document the qcom,pm8909-regulators compatible together with the
necessary supply properties to allow interfacing via the hardware
regulator registers directly via SPMI. This is mainly intended for
debugging since the regulators are typically controlled via the RPM
firmware (qcom,rpm-pm8909-regulators compatible).

Signed-off-by: Stephan Gerhold <stephan.gerhold@kernkonzept.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20230912-spmi-pm8909-v1-1-ba4b3bfaf87d@gerhold.net
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Stephan Gerhold and committed by
Mark Brown
6f208720 4a710a0b

+19
+19
Documentation/devicetree/bindings/regulator/qcom,spmi-regulator.yaml
··· 19 19 - qcom,pm8005-regulators 20 20 - qcom,pm8226-regulators 21 21 - qcom,pm8841-regulators 22 + - qcom,pm8909-regulators 22 23 - qcom,pm8916-regulators 23 24 - qcom,pm8941-regulators 24 25 - qcom,pm8950-regulators ··· 206 205 then: 207 206 patternProperties: 208 207 "^vdd_s[1-8]-supply$": true 208 + 209 + - if: 210 + properties: 211 + compatible: 212 + contains: 213 + enum: 214 + - qcom,pm8909-regulators 215 + then: 216 + properties: 217 + vdd_s1-supply: true 218 + vdd_s2-supply: true 219 + vdd_l1-supply: true 220 + vdd_l2_l5-supply: true 221 + vdd_l3_l6_l10-supply: true 222 + vdd_l4_l7-supply: true 223 + vdd_l8_l11_l15_l18-supply: true 224 + vdd_l9_l12_l14_l17-supply: true 225 + vdd_l13-supply: true 209 226 210 227 - if: 211 228 properties: