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

regulator: dt-bindings: Document the PM660/660L SPMI PMIC entries

The PM660 and PM660L combo is found on boards featuring the
SDM630, SDM636, SDM660 (and SDA variants) and it is used to
give power to practically everything, from core to peripherals.
Document the SPMI regulator bindings for both.

Signed-off-by: AngeloGioacchino Del Regno <kholk11@gmail.com>
Link: https://lore.kernel.org/r/20200926125549.13191-5-kholk11@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

AngeloGioacchino Del Regno and committed by
Mark Brown
f9f061a5 0074c447

+31
+31
Documentation/devicetree/bindings/regulator/qcom,spmi-regulator.txt
··· 12 12 "qcom,pm8950-regulators" 13 13 "qcom,pm8994-regulators" 14 14 "qcom,pmi8994-regulators" 15 + "qcom,pm660-regulators" 16 + "qcom,pm660l-regulators" 15 17 "qcom,pms405-regulators" 16 18 17 19 - interrupts: ··· 132 130 - vdd_s3-supply: 133 131 - vdd_l1-supply: 134 132 Usage: optional (pmi8994 only) 133 + Value type: <phandle> 134 + Definition: Reference to regulator supplying the input pin, as 135 + described in the data sheet. 136 + 137 + - vdd_l1_l6_l7-supply: 138 + - vdd_l2_l3-supply: 139 + - vdd_l5-supply: 140 + - vdd_l8_l9_l10_l11_l12_l13_l14-supply: 141 + - vdd_l15_l16_l17_l18_l19-supply: 142 + - vdd_s1-supply: 143 + - vdd_s2-supply: 144 + - vdd_s3-supply: 145 + - vdd_s5-supply: 146 + - vdd_s6-supply: 147 + Usage: optional (pm660 only) 148 + Value type: <phandle> 149 + Definition: Reference to regulator supplying the input pin, as 150 + described in the data sheet. 151 + 152 + - vdd_l1_l9_l10-supply: 153 + - vdd_l2-supply: 154 + - vdd_l3_l5_l7_l8-supply: 155 + - vdd_l4_l6-supply: 156 + - vdd_s1-supply: 157 + - vdd_s2-supply: 158 + - vdd_s3-supply: 159 + - vdd_s4-supply: 160 + - vdd_s5-supply: 161 + Usage: optional (pm660l only) 135 162 Value type: <phandle> 136 163 Definition: Reference to regulator supplying the input pin, as 137 164 described in the data sheet.