public inbox for stable@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] regulator: qcom_smd: Add LDO5 MP5496 regulator
@ 2023-12-14 10:40 Varadarajan Narayanan
  2023-12-14 10:42 ` kernel test robot
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Varadarajan Narayanan @ 2023-12-14 10:40 UTC (permalink / raw)
  To: agross, andersson, konrad.dybcio, lgirdwood, broonie,
	linux-arm-msm, linux-kernel
  Cc: stable, Varadarajan Narayanan

Add support for LDO5 regulator. This is used by IPQ9574 USB.

Signed-off-by: Varadarajan Narayanan <quic_varada@quicinc.com>
---
 drivers/regulator/qcom_smd-regulator.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/regulator/qcom_smd-regulator.c b/drivers/regulator/qcom_smd-regulator.c
index 09c471a0ba2e..d1be9568025e 100644
--- a/drivers/regulator/qcom_smd-regulator.c
+++ b/drivers/regulator/qcom_smd-regulator.c
@@ -796,6 +796,7 @@ static const struct rpm_regulator_data rpm_mp5496_regulators[] = {
 	{ "s1", QCOM_SMD_RPM_SMPA, 1, &mp5496_smps, "s1" },
 	{ "s2", QCOM_SMD_RPM_SMPA, 2, &mp5496_smps, "s2" },
 	{ "l2", QCOM_SMD_RPM_LDOA, 2, &mp5496_ldoa2, "l2" },
+	{ "l5", QCOM_SMD_RPM_LDOA, 5, &mp5496_ldoa2, "l5" },
 	{}
 };
 
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-12-18 18:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-14 10:40 [PATCH] regulator: qcom_smd: Add LDO5 MP5496 regulator Varadarajan Narayanan
2023-12-14 10:42 ` kernel test robot
2023-12-14 18:26 ` Konrad Dybcio
2023-12-15  4:39   ` Varadarajan Narayanan
2023-12-18 18:36 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox