From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx> Here are the remaining patches from the big PMIC series that add the DT bindings for RPMH regulators for SA8775P platforms, implement relevant support in the driver and add the regulator nodes to the sa8775p-ride board .dts. Since the first submission: - the DT bindings now contain the missing supply properties - the ldo8 min voltage has been increased Bartosz Golaszewski (3): dt-bindings: regulator: qcom,rpmh: add compatible for pmm8654au RPMH regulator: qcom-rpmh: add support for pmm8654au regulators arm64: dts: qcom: sa8775p-ride: add PMIC regulators .../regulator/qcom,rpmh-regulator.yaml | 17 ++ arch/arm64/boot/dts/qcom/sa8775p-ride.dts | 233 ++++++++++++++++++ drivers/regulator/qcom-rpmh-regulator.c | 55 +++++ 3 files changed, 305 insertions(+) -- 2.37.2