mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
43 lines
714 B
Diff
43 lines
714 B
Diff
--- /dev/null
|
|
+++ b/arch/arm64/boot/dts/qcom/ipq6018-mp5496.dtsi
|
|
@@ -0,0 +1,39 @@
|
|
+// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
+
|
|
+&rpm_requests {
|
|
+ regulators {
|
|
+ compatible = "qcom,rpm-mp5496-regulators";
|
|
+
|
|
+ ipq6018_s2: s2 {
|
|
+ regulator-min-microvolt = <725000>;
|
|
+ regulator-max-microvolt = <1062500>;
|
|
+ regulator-always-on;
|
|
+ };
|
|
+
|
|
+ ipq6018_l2: l2 {
|
|
+ regulator-min-microvolt = <1800000>;
|
|
+ regulator-max-microvolt = <3300000>;
|
|
+ regulator-always-on;
|
|
+ };
|
|
+ };
|
|
+};
|
|
+
|
|
+&sdhc {
|
|
+ vqmmc-supply = <&ipq6018_l2>;
|
|
+};
|
|
+
|
|
+&CPU0 {
|
|
+ cpu-supply = <&ipq6018_s2>;
|
|
+};
|
|
+
|
|
+&CPU1 {
|
|
+ cpu-supply = <&ipq6018_s2>;
|
|
+};
|
|
+
|
|
+&CPU2 {
|
|
+ cpu-supply = <&ipq6018_s2>;
|
|
+};
|
|
+
|
|
+&CPU3 {
|
|
+ cpu-supply = <&ipq6018_s2>;
|
|
+};
|