Message ID | 20230406192811.460888-1-brgl@bgdev.pl |
---|---|
Headers | show |
Series | arm64: qcom: add PMIC regulators for sa8775p | expand |
On 06/04/2023 21:28, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> > > Add the compatible for the pmm8654au RPMH regulators present on the > sa8775p-ride development board. Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
On Thu, 6 Apr 2023 21:28:08 +0200, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> > > 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. > > [...] Applied, thanks! [3/3] arm64: dts: qcom: sa8775p-ride: add PMIC regulators commit: 27eba11291b0f9a8e9ca1f50ba0f6fd3fdda486b Best regards,
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> 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(+)