ARM: dts: msm: Disable sys-therm-11 node for kera
Disable sys-therm-11 node for kera as it is not required in kera platforms. While at it disable amoled-ecm for pmiv0102 kera platforms. Change-Id: Iadc6ef3fdddfc32789540e829f96d938f3fa2cd8 Signed-off-by: Kavya Nunna <quic_knunna@quicinc.com>
This commit is contained in:
@@ -31,3 +31,15 @@
|
||||
&pmic_glink_adc {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&pmxr2230_sys_therm_11 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&sys_therm_11 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&pm8550ve_f_die_temp {
|
||||
status = "disabled";
|
||||
};
|
||||
|
@@ -64,3 +64,15 @@
|
||||
&tlmm 3 0 &tlmm 16 0 &tlmm 13 0x2008>;
|
||||
};
|
||||
};
|
||||
|
||||
&pmxr2230_sys_therm_11 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&sys_therm_11 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&pm8550ve_f_die_temp {
|
||||
status = "disabled";
|
||||
};
|
||||
|
@@ -7,7 +7,6 @@
|
||||
#include <dt-bindings/clock/qcom,gcc-kera.h>
|
||||
#include <dt-bindings/interrupt-controller/irq.h>
|
||||
#include <dt-bindings/spmi/spmi.h>
|
||||
#include "pmk8550.dtsi"
|
||||
|
||||
&sdhc_2 {
|
||||
vdd-supply = <&L13B>;
|
||||
@@ -77,3 +76,15 @@
|
||||
&tlmm 3 0 &tlmm 16 0 &tlmm 13 0x2008>;
|
||||
};
|
||||
};
|
||||
|
||||
&pmxr2230_sys_therm_11 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&sys_therm_11 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&pm8550ve_f_die_temp {
|
||||
status = "disabled";
|
||||
};
|
||||
|
@@ -24,6 +24,3 @@
|
||||
};
|
||||
};
|
||||
|
||||
&thermal_zones {
|
||||
/delete-node/ sys-therm-11;
|
||||
};
|
||||
|
@@ -9,10 +9,6 @@
|
||||
status= "ok";
|
||||
};
|
||||
|
||||
&pmiv010x_amoled_ecm {
|
||||
status = "ok";
|
||||
};
|
||||
|
||||
&pmiv010x_eusb2_repeater {
|
||||
vdd18-supply = <&L7B>;
|
||||
vdd3-supply = <&L17B>;
|
||||
|
@@ -106,3 +106,15 @@
|
||||
label = "smb1393_1_die_temp";
|
||||
};
|
||||
};
|
||||
|
||||
&pmxr2230_sys_therm_11 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&sys_therm_11 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&pm8550ve_f_die_temp {
|
||||
status = "disabled";
|
||||
};
|
||||
|
@@ -64,3 +64,15 @@
|
||||
&tlmm 3 0 &tlmm 16 0 &tlmm 13 0x2008>;
|
||||
};
|
||||
};
|
||||
|
||||
&pmxr2230_sys_therm_11 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&sys_therm_11 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&pm8550ve_f_die_temp {
|
||||
status = "disabled";
|
||||
};
|
||||
|
@@ -279,7 +279,7 @@
|
||||
};
|
||||
};
|
||||
|
||||
sys-therm-11 {
|
||||
sys_therm_11: sys-therm-11 {
|
||||
polling-delay-passive = <0>;
|
||||
polling-delay = <0>;
|
||||
thermal-sensors = <&pmk8550_vadc PMXR2230_ADC5_GEN3_AMUX_THM5_100K_PU>;
|
||||
@@ -387,7 +387,7 @@
|
||||
qcom,adc-tm-type = <1>;
|
||||
};
|
||||
|
||||
pmxr2230_sys_therm_11 {
|
||||
pmxr2230_sys_therm_11: pmxr2230_sys_therm_11 {
|
||||
reg = <PMXR2230_ADC5_GEN3_AMUX_THM5_100K_PU>;
|
||||
label = "pmxr2230_sys_therm_11";
|
||||
qcom,ratiometric;
|
||||
@@ -408,7 +408,7 @@
|
||||
qcom,pre-scaling = <1 1>;
|
||||
};
|
||||
|
||||
pm8550ve_f_die_temp {
|
||||
pm8550ve_f_die_temp: pm8550ve_f_die_temp {
|
||||
reg = <PM8550VX_ADC5_GEN3_DIE_TEMP(5)>;
|
||||
label = "pm8550ve_f_die_temp";
|
||||
qcom,pre-scaling = <1 1>;
|
||||
|
Reference in New Issue
Block a user