--- v1
+++ v3
@@ -1,20 +1,18 @@
This series is dependent on below series which adds DT files for SC7280 SoC
-https://lore.kernel.org/patchwork/project/lkml/list/?series=484757
+https://lore.kernel.org/patchwork/project/lkml/list/?series=488871
-satya priya (7):
- dt-bindings: regulator: Convert regulator bindings to YAML
- dt-bindings: regulator: Add compatibles for PM7325/PMR735A
- regulator: qcom-rpmh: Correct the pmic5_hfsmps515 buck
+satya priya (5):
regulator: qcom-rpmh: Add pmic5_ftsmps520 buck
regulator: qcom-rpmh: Add PM7325/PMR735A regulator support
- regulator: qcom-rpmh: Use correct buck for S1C regulator
arm64: dts: qcom: sc7280: Add RPMh regulators for sc7280-idp
+ dt-bindings: regulator: Convert RPMh regulator bindings to YAML
+ dt-bindings: regulator: Add compatibles for PM7325/PMR735A
- .../bindings/regulator/qcom,rpmh-regulator.txt | 180 ------------------
- .../bindings/regulator/qcom,rpmh-regulator.yaml | 151 +++++++++++++++
- arch/arm64/boot/dts/qcom/sc7280-idp.dts | 211 +++++++++++++++++++++
- drivers/regulator/qcom-rpmh-regulator.c | 68 ++++++-
- 4 files changed, 426 insertions(+), 184 deletions(-)
+ .../bindings/regulator/qcom,rpmh-regulator.txt | 180 -----------------
+ .../bindings/regulator/qcom,rpmh-regulator.yaml | 162 ++++++++++++++++
+ arch/arm64/boot/dts/qcom/sc7280-idp.dts | 212 +++++++++++++++++++++
+ drivers/regulator/qcom-rpmh-regulator.c | 62 +++++-
+ 4 files changed, 435 insertions(+), 181 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/regulator/qcom,rpmh-regulator.txt
create mode 100644 Documentation/devicetree/bindings/regulator/qcom,rpmh-regulator.yaml