* [PATCH v2 1/2] regulator: dt-bindings: qcom,rpmh: Add support for PMR735D
2025-10-23 8:44 [PATCH v2 0/2] Add rpmh regulator support for Kaanapali Jishnu Prakash
@ 2025-10-23 8:44 ` Jishnu Prakash
2025-10-23 9:02 ` Krzysztof Kozlowski
2025-10-23 8:44 ` [PATCH v2 2/2] regulator: rpmh-regulator: Add RPMH regulator " Jishnu Prakash
2025-10-23 16:23 ` [PATCH v2 0/2] Add rpmh regulator support for Kaanapali Mark Brown
2 siblings, 1 reply; 6+ messages in thread
From: Jishnu Prakash @ 2025-10-23 8:44 UTC (permalink / raw)
To: Liam Girdwood, Mark Brown, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Bjorn Andersson
Cc: Krzysztof Kozlowski, linux-arm-msm, linux-kernel, devicetree,
Jishnu Prakash, jingyi.wang, trilok.soni, kamal.wadhwa,
tingwei.zhang, dmitry.baryshkov, aiqun.yu, yijie.yang
Add support for PMR735D PMIC used on Kaanapali boards.
Signed-off-by: Jingyi Wang <jingyi.wang@oss.qualcomm.com>
Signed-off-by: Jishnu Prakash <jishnu.prakash@oss.qualcomm.com>
---
.../devicetree/bindings/regulator/qcom,rpmh-regulator.yaml | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/Documentation/devicetree/bindings/regulator/qcom,rpmh-regulator.yaml b/Documentation/devicetree/bindings/regulator/qcom,rpmh-regulator.yaml
index 40ddc64577e7..4669095039c8 100644
--- a/Documentation/devicetree/bindings/regulator/qcom,rpmh-regulator.yaml
+++ b/Documentation/devicetree/bindings/regulator/qcom,rpmh-regulator.yaml
@@ -59,6 +59,7 @@ description: |
For PMCX0102, smps1 - smps10, ldo1 - ldo4
For PMR735A, smps1 - smps3, ldo1 - ldo7
For PMR735B, ldo1 - ldo12
+ For PMR735D, ldo1 - ldo7
For PMX55, smps1 - smps7, ldo1 - ldo16
For PMX65, smps1 - smps8, ldo1 - ldo21
For PMX75, smps1 - smps10, ldo1 - ldo21
@@ -99,6 +100,7 @@ properties:
- qcom,pmm8654au-rpmh-regulators
- qcom,pmr735a-rpmh-regulators
- qcom,pmr735b-rpmh-regulators
+ - qcom,pmr735d-rpmh-regulators
- qcom,pmx55-rpmh-regulators
- qcom,pmx65-rpmh-regulators
- qcom,pmx75-rpmh-regulators
@@ -496,6 +498,18 @@ allOf:
patternProperties:
"^vdd-l([3-6]|9|1[0-2])-supply$": true
+ - if:
+ properties:
+ compatible:
+ enum:
+ - qcom,pmr735d-rpmh-regulators
+ then:
+ properties:
+ vdd-l1-l2-l5-supply: true
+ vdd-l3-l4-supply: true
+ patternProperties:
+ "^vdd-l[6-7]-supply$": true
+
- if:
properties:
compatible:
--
2.25.1
^ permalink raw reply related [flat|nested] 6+ messages in thread* [PATCH v2 2/2] regulator: rpmh-regulator: Add RPMH regulator support for PMR735D
2025-10-23 8:44 [PATCH v2 0/2] Add rpmh regulator support for Kaanapali Jishnu Prakash
2025-10-23 8:44 ` [PATCH v2 1/2] regulator: dt-bindings: qcom,rpmh: Add support for PMR735D Jishnu Prakash
@ 2025-10-23 8:44 ` Jishnu Prakash
2025-10-23 9:02 ` Krzysztof Kozlowski
2025-10-23 16:23 ` [PATCH v2 0/2] Add rpmh regulator support for Kaanapali Mark Brown
2 siblings, 1 reply; 6+ messages in thread
From: Jishnu Prakash @ 2025-10-23 8:44 UTC (permalink / raw)
To: Liam Girdwood, Mark Brown, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Bjorn Andersson
Cc: Krzysztof Kozlowski, linux-arm-msm, linux-kernel, devicetree,
Jishnu Prakash, jingyi.wang, trilok.soni, kamal.wadhwa,
tingwei.zhang, dmitry.baryshkov, aiqun.yu, yijie.yang
Add support for PMR735D PMIC voltage regulators which are present on
Kaanapali boards.
Signed-off-by: Jingyi Wang <jingyi.wang@oss.qualcomm.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Signed-off-by: Jishnu Prakash <jishnu.prakash@oss.qualcomm.com>
---
drivers/regulator/qcom-rpmh-regulator.c | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/drivers/regulator/qcom-rpmh-regulator.c b/drivers/regulator/qcom-rpmh-regulator.c
index 0a561f1d9452..6e4cb2871fca 100644
--- a/drivers/regulator/qcom-rpmh-regulator.c
+++ b/drivers/regulator/qcom-rpmh-regulator.c
@@ -1735,6 +1735,17 @@ static const struct rpmh_vreg_init_data pmr735b_vreg_data[] = {
{}
};
+static const struct rpmh_vreg_init_data pmr735d_vreg_data[] = {
+ RPMH_VREG("ldo1", LDO, 1, &pmic5_nldo515, "vdd-l1-l2-l5"),
+ RPMH_VREG("ldo2", LDO, 2, &pmic5_nldo515, "vdd-l1-l2-l5"),
+ RPMH_VREG("ldo3", LDO, 3, &pmic5_nldo515, "vdd-l3-l4"),
+ RPMH_VREG("ldo4", LDO, 4, &pmic5_nldo515, "vdd-l3-l4"),
+ RPMH_VREG("ldo5", LDO, 5, &pmic5_nldo515, "vdd-l1-l2-l5"),
+ RPMH_VREG("ldo6", LDO, 6, &pmic5_nldo515, "vdd-l6"),
+ RPMH_VREG("ldo7", LDO, 7, &pmic5_nldo515, "vdd-l7"),
+ {}
+};
+
static const struct rpmh_vreg_init_data pm660_vreg_data[] = {
RPMH_VREG("smps1", SMPS, 1, &pmic4_ftsmps426, "vdd-s1"),
RPMH_VREG("smps2", SMPS, 2, &pmic4_ftsmps426, "vdd-s2"),
@@ -1950,6 +1961,10 @@ static const struct of_device_id __maybe_unused rpmh_regulator_match_table[] = {
.compatible = "qcom,pmr735b-rpmh-regulators",
.data = pmr735b_vreg_data,
},
+ {
+ .compatible = "qcom,pmr735d-rpmh-regulators",
+ .data = pmr735d_vreg_data,
+ },
{
.compatible = "qcom,pm660-rpmh-regulators",
.data = pm660_vreg_data,
--
2.25.1
^ permalink raw reply related [flat|nested] 6+ messages in thread* Re: [PATCH v2 0/2] Add rpmh regulator support for Kaanapali
2025-10-23 8:44 [PATCH v2 0/2] Add rpmh regulator support for Kaanapali Jishnu Prakash
2025-10-23 8:44 ` [PATCH v2 1/2] regulator: dt-bindings: qcom,rpmh: Add support for PMR735D Jishnu Prakash
2025-10-23 8:44 ` [PATCH v2 2/2] regulator: rpmh-regulator: Add RPMH regulator " Jishnu Prakash
@ 2025-10-23 16:23 ` Mark Brown
2 siblings, 0 replies; 6+ messages in thread
From: Mark Brown @ 2025-10-23 16:23 UTC (permalink / raw)
To: Liam Girdwood, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Bjorn Andersson, Jishnu Prakash
Cc: Krzysztof Kozlowski, linux-arm-msm, linux-kernel, devicetree,
jingyi.wang, trilok.soni, kamal.wadhwa, tingwei.zhang,
dmitry.baryshkov, aiqun.yu, yijie.yang
On Thu, 23 Oct 2025 14:14:35 +0530, Jishnu Prakash wrote:
> Add rpmh regulator support for Kaanapali by adding PMR735D RPMh
> regulators.
>
>
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-next
Thanks!
[1/2] regulator: dt-bindings: qcom,rpmh: Add support for PMR735D
commit: f76dbe127f1b5910e37dfe307d2de5c13d61ed89
[2/2] regulator: rpmh-regulator: Add RPMH regulator support for PMR735D
commit: d054cc3a2ccfb19484f3b54d69b6e416832dc8f4
All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.
You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.
If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.
Please add any relevant lists and maintainers to the CCs when replying
to this mail.
Thanks,
Mark
^ permalink raw reply [flat|nested] 6+ messages in thread