kernel/qualcommax: Create kernel files for v6.6 (from v6.1)
[openwrt/staging/stintel.git] / target / linux / qualcommax / patches-6.6 / 0139-arm64-dts-qcom-ipq6018-add-LDOA2-regulator.patch
1 From d24bc08bfc66f47d6e0a294a080d62893a7696b5 Mon Sep 17 00:00:00 2001
2 From: Chukun Pan <amadeus@jmu.edu.cn>
3 Date: Thu, 18 Jan 2024 21:30:21 +0800
4 Subject: [PATCH] arm64: dts: qcom: ipq6018: add LDOA2 regulator
5
6 Add LDOA2 regulator of MP5496 to support SDCC voltage scaling.
7
8 Suggested-by: Robert Marko <robimarko@gmail.com>
9 Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
10 ---
11 arch/arm64/boot/dts/qcom/ipq6018.dtsi | 5 +++++
12 1 file changed, 5 insertions(+)
13
14 --- a/arch/arm64/boot/dts/qcom/ipq6018.dtsi
15 +++ b/arch/arm64/boot/dts/qcom/ipq6018.dtsi
16 @@ -178,6 +178,11 @@
17 regulator-max-microvolt = <1062500>;
18 regulator-always-on;
19 };
20 +
21 + ipq6018_l2: l2 {
22 + regulator-min-microvolt = <1800000>;
23 + regulator-max-microvolt = <3300000>;
24 + };
25 };
26 };
27 };