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

dt-bindings: regulator: qcom,spmi-regulator: Document PM8937 PMIC

Add support for qcom,pm8937-regulators compatible string and add
relevant supplies in QCOM's SPMI regulator documentation.

Signed-off-by: Dang Huynh <danct12@riseup.net>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20231106-pm8937-v1-4-ec51d9eeec53@riseup.net
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Dang Huynh and committed by
Mark Brown
f2b003c8 c0d6b2ac

+19
+19
Documentation/devicetree/bindings/regulator/qcom,spmi-regulator.yaml
··· 22 22 - qcom,pm8841-regulators 23 23 - qcom,pm8909-regulators 24 24 - qcom,pm8916-regulators 25 + - qcom,pm8937-regulators 25 26 - qcom,pm8941-regulators 26 27 - qcom,pm8950-regulators 27 28 - qcom,pm8994-regulators ··· 291 290 vin_5vs-supply: true 292 291 patternProperties: 293 292 "^vdd_s[1-3]-supply$": true 293 + 294 + - if: 295 + properties: 296 + compatible: 297 + contains: 298 + enum: 299 + - qcom,pm8937-regulators 300 + then: 301 + properties: 302 + vdd_l1_l19-supply: true 303 + vdd_l20_l21-supply: true 304 + vdd_l2_l23-supply: true 305 + vdd_l3-supply: true 306 + vdd_l4_l5_l6_l7_l16-supply: true 307 + vdd_l8_l11_l12_l17_l22-supply: true 308 + vdd_l9_l10_l13_l14_l15_l18-supply: true 309 + patternProperties: 310 + "^vdd_s[1-6]-supply$": true 294 311 295 312 - if: 296 313 properties: