Message ID | 20231215-pm8010-regulator-v3-0-1bfc4b7ee5ab@quicinc.com (mailing list archive) |
---|---|
Headers | show |
Series | Add pm8010 RPMH regulators for sm8550 boards | expand |
On Fri, 15 Dec 2023 16:01:44 +0800, Fenglin Wu wrote: > There are 2 PM8010 PMICs present in sm8550-mtp/sm8550-qrd boards and > each of them exposes 7 LDOs. Add RPMH regulator support for them. > > Applied, thanks! [1/2] arm64: dts: qcom: sm8550-mtp: Add pm8010 regulators commit: 64dcc3d779abd4065d919d855979b33026370125 [2/2] arm64: dts: qcom: sm8550-qrd: add PM8010 regulators commit: 1d01007a62df2e49854d5727ba2b0ad794d2eb22 Best regards,
There are 2 PM8010 PMICs present in sm8550-mtp/sm8550-qrd boards and each of them exposes 7 LDOs. Add RPMH regulator support for them. Signed-off-by: Fenglin Wu <quic_fenglinw@quicinc.com> --- Changes in v3: - Mark has already applied the driver and dt-binding commits in regulator/for-next so only board file commits left. - Added Reviewed-by tag. - Link to v2: https://lore.kernel.org/r/20231214-pm8010-regulator-v2-0-82131df6b97b@quicinc.com Changes in v2: - Updated subject prefix in the dt-binding commit and fixed the typo. - Separate the DTS commit with board name prefixes. - Link to v1: https://lore.kernel.org/r/20231211-pm8010-regulator-v1-0-571e05fb4ecc@quicinc.com --- Fenglin Wu (2): arm64: dts: qcom: sm8550-mtp: Add pm8010 regulators arm64: dts: qcom: sm8550-qrd: add PM8010 regulators arch/arm64/boot/dts/qcom/sm8550-mtp.dts | 120 ++++++++++++++++++++++++++++++++ arch/arm64/boot/dts/qcom/sm8550-qrd.dts | 120 ++++++++++++++++++++++++++++++++ 2 files changed, 240 insertions(+) --- base-commit: 753e4d5c433da57da75dd4c3e1aececc8e874a62 change-id: 20231205-pm8010-regulator-0348cb19087a Best regards,