mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
16 lines
361 B
Diff
16 lines
361 B
Diff
--- a/arch/arm64/boot/dts/qcom/ipq6018.dtsi
|
|
+++ b/arch/arm64/boot/dts/qcom/ipq6018.dtsi
|
|
@@ -173,6 +173,12 @@
|
|
regulator-max-microvolt = <1062500>;
|
|
regulator-always-on;
|
|
};
|
|
+
|
|
+ ipq6018_l2: l2 {
|
|
+ regulator-min-microvolt = <1800000>;
|
|
+ regulator-max-microvolt = <3300000>;
|
|
+ regulator-always-on;
|
|
+ };
|
|
};
|
|
};
|
|
};
|