Merge "ARM: dts: msm: Add Leica support for NEO QXR HMT"

This commit is contained in:
qctecmdr
2022-08-17 03:17:30 -07:00
committed by Gerrit - the friendly Code Review server
2 changed files with 63 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
/plugin/;
#include "neo-qxr-hmt.dtsi"
#include "neo-pm8008.dtsi"
/ {
model = "Qualcomm Technologies, Inc. NEO QXR HMT";
@@ -9,3 +10,33 @@
qcom,msm-id = <525 0x10000>;
qcom,board-id = <0x10026 0x1>;
};
&L1I {
regulator-min-microvolt = <1000000>;
regulator-max-microvolt = <1260000>;
};
&L3I {
regulator-min-microvolt = <1792000>;
regulator-max-microvolt = <1900000>;
};
&L4I {
regulator-min-microvolt = <1792000>;
regulator-max-microvolt = <1900000>;
};
&L5I {
regulator-min-microvolt = <1504000>;
regulator-max-microvolt = <3544000>;
};
&L6I {
regulator-min-microvolt = <2700000>;
regulator-max-microvolt = <3000000>;
};
&L7I {
regulator-min-microvolt = <2700000>;
regulator-max-microvolt = <3000000>;
};

View File

@@ -2,9 +2,41 @@
#include "neo.dtsi"
#include "neo-qxr-hmt.dtsi"
#include "neo-pm8008.dtsi"
/ {
model = "Qualcomm Technologies, Inc. NEO QXR HMT";
compatible = "qcom,neo", "qcom,neo-qxr";
qcom,board-id = <0x10026 0x1>;
};
&L1I {
regulator-min-microvolt = <1000000>;
regulator-max-microvolt = <1260000>;
};
&L3I {
regulator-min-microvolt = <1792000>;
regulator-max-microvolt = <1900000>;
};
&L4I {
regulator-min-microvolt = <1792000>;
regulator-max-microvolt = <1900000>;
};
&L5I {
regulator-min-microvolt = <1504000>;
regulator-max-microvolt = <3544000>;
};
&L6I {
regulator-min-microvolt = <2700000>;
regulator-max-microvolt = <3000000>;
};
&L7I {
regulator-min-microvolt = <2700000>;
regulator-max-microvolt = <3000000>;
};