mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-01-27 14:44:08 +00:00
ARM: dts: msm: Add Leica support for NEO QXR HMT
Add Leica(PM8008) support for NEO QXR HMT. Change-Id: Ic9bfed594068ce63314f2d845784bb09903bdaa6
This commit is contained in:
@@ -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>;
|
||||
};
|
||||
|
||||
@@ -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>;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user