mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00

Refreshed patches for qualcommb/ipq95xx by running make target/linux/refresh after creating a .config containing: CONFIG_TARGET_qualcommbe=y CONFIG_TARGET_qualcommbe_ipq95xx=y CONFIG_TARGET_qualcommbe_ipq95xx_DEVICE_qcom_rdp433=y Signed-off-by: John Audia <therealgraysky@proton.me> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
27 lines
1.0 KiB
Diff
27 lines
1.0 KiB
Diff
From ad663ce6780477177e301756ade6cf236f36ae4c Mon Sep 17 00:00:00 2001
|
|
From: Varadarajan Narayanan <quic_varada@quicinc.com>
|
|
Date: Thu, 14 Dec 2023 16:10:52 +0530
|
|
Subject: [PATCH] regulator: qcom_smd: Add LDO5 MP5496 regulator
|
|
|
|
Add support for LDO5 regulator. This is used by IPQ9574 USB.
|
|
|
|
Signed-off-by: Varadarajan Narayanan <quic_varada@quicinc.com>
|
|
Rule: <add>
|
|
Link: https://lore.kernel.org/stable/20231214104052.3267039-1-quic_varada%40quicinc.com
|
|
Link: https://msgid.link/r/20231214104052.3267039-1-quic_varada@quicinc.com
|
|
Signed-off-by: Mark Brown <broonie@kernel.org>
|
|
---
|
|
drivers/regulator/qcom_smd-regulator.c | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/drivers/regulator/qcom_smd-regulator.c
|
|
+++ b/drivers/regulator/qcom_smd-regulator.c
|
|
@@ -796,6 +796,7 @@ static const struct rpm_regulator_data r
|
|
{ "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" },
|
|
{}
|
|
};
|
|
|