* [PATCH] regulator: qcom-rpmh: Fix LDO 12 regulator for PM8550
@ 2023-08-01 9:57 Abel Vesa
2023-08-01 12:42 ` Neil Armstrong
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Abel Vesa @ 2023-08-01 9:57 UTC (permalink / raw)
To: Andy Gross, Bjorn Andersson, Konrad Dybcio
Cc: Rajendra Nayak, Liam Girdwood, Mark Brown, linux-arm-msm,
Linux Kernel Mailing List
The LDO 12 is NLDO 515 low voltage type, so fix accordingly.
Fixes: e6e3776d682d ("regulator: qcom-rpmh: Add support for PM8550 regulators")
Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
---
drivers/regulator/qcom-rpmh-regulator.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/regulator/qcom-rpmh-regulator.c b/drivers/regulator/qcom-rpmh-regulator.c
index 88ddd6c54d04..d990ba19c50e 100644
--- a/drivers/regulator/qcom-rpmh-regulator.c
+++ b/drivers/regulator/qcom-rpmh-regulator.c
@@ -1067,7 +1067,7 @@ static const struct rpmh_vreg_init_data pm8550_vreg_data[] = {
RPMH_VREG("ldo9", "ldo%s9", &pmic5_pldo, "vdd-l8-l9"),
RPMH_VREG("ldo10", "ldo%s10", &pmic5_nldo515, "vdd-l1-l4-l10"),
RPMH_VREG("ldo11", "ldo%s11", &pmic5_nldo515, "vdd-l11"),
- RPMH_VREG("ldo12", "ldo%s12", &pmic5_pldo, "vdd-l12"),
+ RPMH_VREG("ldo12", "ldo%s12", &pmic5_nldo515, "vdd-l12"),
RPMH_VREG("ldo13", "ldo%s13", &pmic5_pldo, "vdd-l2-l13-l14"),
RPMH_VREG("ldo14", "ldo%s14", &pmic5_pldo, "vdd-l2-l13-l14"),
RPMH_VREG("ldo15", "ldo%s15", &pmic5_nldo515, "vdd-l15"),
--
2.34.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] regulator: qcom-rpmh: Fix LDO 12 regulator for PM8550
2023-08-01 9:57 [PATCH] regulator: qcom-rpmh: Fix LDO 12 regulator for PM8550 Abel Vesa
@ 2023-08-01 12:42 ` Neil Armstrong
2023-08-07 19:08 ` Mark Brown
2023-08-23 16:26 ` Mark Brown
2 siblings, 0 replies; 4+ messages in thread
From: Neil Armstrong @ 2023-08-01 12:42 UTC (permalink / raw)
To: Abel Vesa, Andy Gross, Bjorn Andersson, Konrad Dybcio
Cc: Rajendra Nayak, Liam Girdwood, Mark Brown, linux-arm-msm,
Linux Kernel Mailing List
On 01/08/2023 11:57, Abel Vesa wrote:
> The LDO 12 is NLDO 515 low voltage type, so fix accordingly.
>
> Fixes: e6e3776d682d ("regulator: qcom-rpmh: Add support for PM8550 regulators")
> Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
> ---
> drivers/regulator/qcom-rpmh-regulator.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/regulator/qcom-rpmh-regulator.c b/drivers/regulator/qcom-rpmh-regulator.c
> index 88ddd6c54d04..d990ba19c50e 100644
> --- a/drivers/regulator/qcom-rpmh-regulator.c
> +++ b/drivers/regulator/qcom-rpmh-regulator.c
> @@ -1067,7 +1067,7 @@ static const struct rpmh_vreg_init_data pm8550_vreg_data[] = {
> RPMH_VREG("ldo9", "ldo%s9", &pmic5_pldo, "vdd-l8-l9"),
> RPMH_VREG("ldo10", "ldo%s10", &pmic5_nldo515, "vdd-l1-l4-l10"),
> RPMH_VREG("ldo11", "ldo%s11", &pmic5_nldo515, "vdd-l11"),
> - RPMH_VREG("ldo12", "ldo%s12", &pmic5_pldo, "vdd-l12"),
> + RPMH_VREG("ldo12", "ldo%s12", &pmic5_nldo515, "vdd-l12"),
> RPMH_VREG("ldo13", "ldo%s13", &pmic5_pldo, "vdd-l2-l13-l14"),
> RPMH_VREG("ldo14", "ldo%s14", &pmic5_pldo, "vdd-l2-l13-l14"),
> RPMH_VREG("ldo15", "ldo%s15", &pmic5_nldo515, "vdd-l15"),
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] regulator: qcom-rpmh: Fix LDO 12 regulator for PM8550
2023-08-01 9:57 [PATCH] regulator: qcom-rpmh: Fix LDO 12 regulator for PM8550 Abel Vesa
2023-08-01 12:42 ` Neil Armstrong
@ 2023-08-07 19:08 ` Mark Brown
2023-08-23 16:26 ` Mark Brown
2 siblings, 0 replies; 4+ messages in thread
From: Mark Brown @ 2023-08-07 19:08 UTC (permalink / raw)
To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Abel Vesa
Cc: Rajendra Nayak, Liam Girdwood, linux-arm-msm,
Linux Kernel Mailing List
On Tue, 01 Aug 2023 12:57:02 +0300, Abel Vesa wrote:
> The LDO 12 is NLDO 515 low voltage type, so fix accordingly.
>
>
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-next
Thanks!
[1/1] regulator: qcom-rpmh: Fix LDO 12 regulator for PM8550
commit: 7cdf55462c5533a1c78ae13ab8563558e30e4130
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] 4+ messages in thread
* Re: [PATCH] regulator: qcom-rpmh: Fix LDO 12 regulator for PM8550
2023-08-01 9:57 [PATCH] regulator: qcom-rpmh: Fix LDO 12 regulator for PM8550 Abel Vesa
2023-08-01 12:42 ` Neil Armstrong
2023-08-07 19:08 ` Mark Brown
@ 2023-08-23 16:26 ` Mark Brown
2 siblings, 0 replies; 4+ messages in thread
From: Mark Brown @ 2023-08-23 16:26 UTC (permalink / raw)
To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Abel Vesa
Cc: Rajendra Nayak, Liam Girdwood, linux-arm-msm,
Linux Kernel Mailing List
On Tue, 01 Aug 2023 12:57:02 +0300, Abel Vesa wrote:
> The LDO 12 is NLDO 515 low voltage type, so fix accordingly.
>
>
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-next
Thanks!
[1/1] regulator: qcom-rpmh: Fix LDO 12 regulator for PM8550
commit: fb0db7f2d010e41fceffe801b2fb254e83785165
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] 4+ messages in thread
end of thread, other threads:[~2023-08-23 16:26 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-01 9:57 [PATCH] regulator: qcom-rpmh: Fix LDO 12 regulator for PM8550 Abel Vesa
2023-08-01 12:42 ` Neil Armstrong
2023-08-07 19:08 ` Mark Brown
2023-08-23 16:26 ` Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).