ARM: dts: msm: Add pmih010x support for tuna
Add pmih010x support for tuna. While at it add sys-therm-11 for tuna. Change-Id: Idc08213fdadb300d0eb793f422ecf9b210785db9 Signed-off-by: Kavya Nunna <quic_knunna@quicinc.com>
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
#include "pm8550vs.dtsi"
|
||||
#include "pmr735b.dtsi"
|
||||
#include "pm8550ve.dtsi"
|
||||
#include "pmd802x.dtsi"
|
||||
#include "pm8010.dtsi"
|
||||
|
||||
&pm8550vs_g {
|
||||
@@ -243,6 +242,25 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
sys-therm-11 {
|
||||
polling-delay-passive = <0>;
|
||||
polling-delay = <0>;
|
||||
thermal-sensors = <&pmk8550_vadc PMXR2230_ADC5_GEN3_AMUX_THM5_100K_PU>;
|
||||
trips {
|
||||
active-config0 {
|
||||
temperature = <125000>;
|
||||
hysteresis = <1000>;
|
||||
type = "passive";
|
||||
};
|
||||
|
||||
active-config1 {
|
||||
temperature = <125000>;
|
||||
hysteresis = <1000>;
|
||||
type = "passive";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
&pmk8550_vadc {
|
||||
@@ -342,6 +360,15 @@
|
||||
qcom,adc-tm-type = <1>;
|
||||
};
|
||||
|
||||
pmxr2230_sys_therm_11 {
|
||||
reg = <PMXR2230_ADC5_GEN3_AMUX_THM5_100K_PU>;
|
||||
label = "pmxr2230_sys_therm_11";
|
||||
qcom,ratiometric;
|
||||
qcom,hw-settle-time = <200>;
|
||||
qcom,pre-scaling = <1 1>;
|
||||
qcom,adc-tm-type = <1>;
|
||||
};
|
||||
|
||||
pm8550vs_d_die_temp {
|
||||
reg = <PM8550VX_ADC5_GEN3_DIE_TEMP(3)>;
|
||||
label = "pm8550vs_d_die_temp";
|
||||
|
Reference in New Issue
Block a user