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 PM8019

Document the qcom,pm8019-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-pm8019-regulators compatible).

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

authored by

Stephan Gerhold and committed by
Mark Brown
350aab7f 813d01a4

+20
+20
Documentation/devicetree/bindings/regulator/qcom,spmi-regulator.yaml
··· 17 17 - qcom,pm660l-regulators 18 18 - qcom,pm8004-regulators 19 19 - qcom,pm8005-regulators 20 + - qcom,pm8019-regulators 20 21 - qcom,pm8226-regulators 21 22 - qcom,pm8841-regulators 22 23 - qcom,pm8909-regulators ··· 175 174 enum: 176 175 - qcom,pm8005-regulators 177 176 then: 177 + patternProperties: 178 + "^vdd_s[1-4]-supply$": true 179 + 180 + - if: 181 + properties: 182 + compatible: 183 + contains: 184 + enum: 185 + - qcom,pm8019-regulators 186 + then: 187 + properties: 188 + vdd_l1-supply: true 189 + vdd_l2_l3-supply: true 190 + vdd_l4_l5_l6-supply: true 191 + vdd_l7_l8_l11-supply: true 192 + vdd_l9-supply: true 193 + vdd_l10-supply: true 194 + vdd_l12-supply: true 195 + vdd_l13_l14-supply: true 178 196 patternProperties: 179 197 "^vdd_s[1-4]-supply$": true 180 198