ARM: dts: msm: Add initial device tree for NEO QXR LED Illumination E2E

Add initial device tree to support NEO QXR LED Illumination E2E SoC
platform.

Change-Id: I188dea27254bd045ef3119cd5d4b62ced3a5afb8
This commit is contained in:
Lijuan Gao
2023-03-24 14:05:19 +08:00
committed by Gerrit - the friendly Code Review server
parent ca62f9a45d
commit 5bce27dfa7
4 changed files with 57 additions and 0 deletions

View File

@@ -179,6 +179,7 @@ dtbo-$(CONFIG_ARCH_NEO) += neo-rumi-overlay.dtbo \
neo_la-rumi-overlay.dtbo \
neo-qxr-mos-overlay.dtbo \
neo-qxr-hmt-overlay.dtbo \
neo-qxr-e2e-overlay.dtbo \
foreseer-qxr-hmt-overlay.dtbo \
neo-idp-mos-overlay.dtbo \
neo-atp-overlay.dtbo \
@@ -193,6 +194,7 @@ neo-rumi-overlay.dtbo-base := neo.dtb
neo_la-rumi-overlay.dtbo-base := neo_la.dtb
neo-qxr-mos-overlay.dtbo-base := neo.dtb
neo-qxr-hmt-overlay.dtbo-base := neo.dtb
neo-qxr-e2e-overlay.dtbo-base := neo.dtb
foreseer-qxr-hmt-overlay.dtbo-base := neo.dtb
neo-idp-mos-overlay.dtbo-base := neo.dtb
neo-atp-overlay.dtbo-base := neo.dtb
@@ -208,6 +210,7 @@ dtb-$(CONFIG_ARCH_NEO) += neo-rumi.dtb \
neo_la-rumi.dtb \
neo-qxr-mos.dtb \
neo-qxr-hmt.dtb \
neo-qxr-e2e.dtb \
foreseer-qxr-hmt.dtb \
neo-idp-mos.dtb \
neo-atp.dtb \

View File

@@ -0,0 +1,11 @@
/dts-v1/;
/plugin/;
#include "neo-qxr-e2e.dtsi"
/ {
model = "Qualcomm Technologies, Inc. NEO QXR E2E";
compatible = "qcom,neo", "qcom,neo-qxr";
qcom,msm-id = <525 0x10000>;
qcom,board-id = <0x10026 0x2>;
};

10
qcom/neo-qxr-e2e.dts Normal file
View File

@@ -0,0 +1,10 @@
/dts-v1/;
#include "neo.dtsi"
#include "neo-qxr-e2e.dtsi"
/ {
model = "Qualcomm Technologies, Inc. NEO QXR E2E";
compatible = "qcom,neo", "qcom,neo-qxr";
qcom,board-id = <0x10026 0x2>;
};

33
qcom/neo-qxr-e2e.dtsi Normal file
View File

@@ -0,0 +1,33 @@
#include "neo-qxr-hmt.dtsi"
#include "neo-pm8008.dtsi"
&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>;
};