Merge "ARM: dts: msm: Add thermal sensor info for msmtriton"
This commit is contained in:
commit
437017aa07
1 changed files with 98 additions and 0 deletions
|
@ -449,6 +449,104 @@
|
|||
qcom,sensors = <12>;
|
||||
};
|
||||
|
||||
qcom,sensor-information {
|
||||
compatible = "qcom,sensor-information";
|
||||
sensor_information0: qcom,sensor-information-0 {
|
||||
qcom,sensor-type = "tsens";
|
||||
qcom,sensor-name = "tsens_tz_sensor0";
|
||||
qcom,scaling-factor = <10>;
|
||||
};
|
||||
sensor_information1: qcom,sensor-information-1 {
|
||||
qcom,sensor-type = "tsens";
|
||||
qcom,sensor-name = "tsens_tz_sensor1";
|
||||
qcom,scaling-factor = <10>;
|
||||
};
|
||||
sensor_information2: qcom,sensor-information-2 {
|
||||
qcom,sensor-type = "tsens";
|
||||
qcom,sensor-name = "tsens_tz_sensor2";
|
||||
qcom,scaling-factor = <10>;
|
||||
};
|
||||
sensor_information3: qcom,sensor-information-3 {
|
||||
qcom,sensor-type = "tsens";
|
||||
qcom,sensor-name = "tsens_tz_sensor3";
|
||||
qcom,scaling-factor = <10>;
|
||||
};
|
||||
sensor_information4: qcom,sensor-information-4 {
|
||||
qcom,sensor-type = "tsens";
|
||||
qcom,sensor-name = "tsens_tz_sensor4";
|
||||
qcom,scaling-factor = <10>;
|
||||
};
|
||||
sensor_information5: qcom,sensor-information-5 {
|
||||
qcom,sensor-type = "tsens";
|
||||
qcom,sensor-name = "tsens_tz_sensor5";
|
||||
qcom,scaling-factor = <10>;
|
||||
};
|
||||
sensor_information6: qcom,sensor-information-6 {
|
||||
qcom,sensor-type = "tsens";
|
||||
qcom,sensor-name = "tsens_tz_sensor6";
|
||||
qcom,scaling-factor = <10>;
|
||||
};
|
||||
sensor_information7: qcom,sensor-information-7 {
|
||||
qcom,sensor-type = "tsens";
|
||||
qcom,sensor-name = "tsens_tz_sensor7";
|
||||
qcom,scaling-factor = <10>;
|
||||
};
|
||||
sensor_information8: qcom,sensor-information-8 {
|
||||
qcom,sensor-type = "tsens";
|
||||
qcom,sensor-name = "tsens_tz_sensor8";
|
||||
qcom,scaling-factor = <10>;
|
||||
qcom,alias-name = "gpu";
|
||||
};
|
||||
sensor_information9: qcom,sensor-information-9 {
|
||||
qcom,sensor-type = "tsens";
|
||||
qcom,sensor-name = "tsens_tz_sensor9";
|
||||
qcom,scaling-factor = <10>;
|
||||
};
|
||||
sensor_information10: qcom,sensor-information-10 {
|
||||
qcom,sensor-type = "tsens";
|
||||
qcom,sensor-name = "tsens_tz_sensor10";
|
||||
qcom,scaling-factor = <10>;
|
||||
};
|
||||
sensor_information11: qcom,sensor-information-11 {
|
||||
qcom,sensor-type = "tsens";
|
||||
qcom,sensor-name = "tsens_tz_sensor11";
|
||||
qcom,scaling-factor = <10>;
|
||||
};
|
||||
sensor_information12: qcom,sensor-information-12 {
|
||||
qcom,sensor-type = "alarm";
|
||||
qcom,sensor-name = "pmfalcon_tz";
|
||||
qcom,scaling-factor = <1000>;
|
||||
};
|
||||
sensor_information13: qcom,sensor-information-13 {
|
||||
qcom,sensor-type = "adc";
|
||||
qcom,sensor-name = "msm_therm";
|
||||
};
|
||||
sensor_information14: qcom,sensor-information-14 {
|
||||
qcom,sensor-type = "adc";
|
||||
qcom,sensor-name = "xo_therm";
|
||||
};
|
||||
sensor_information15: qcom,sensor-information-15 {
|
||||
qcom,sensor-type = "adc";
|
||||
qcom,sensor-name = "pa_therm0";
|
||||
};
|
||||
sensor_information16: qcom,sensor-information-16 {
|
||||
qcom,sensor-type = "adc";
|
||||
qcom,sensor-name = "pa_therm1";
|
||||
};
|
||||
sensor_information17: qcom,sensor-information-17 {
|
||||
qcom,sensor-type = "adc";
|
||||
qcom,sensor-name = "quiet_therm";
|
||||
};
|
||||
sensor_information18: qcom,sensor-information-18 {
|
||||
qcom,sensor-type = "llm";
|
||||
qcom,sensor-name = "limits_sensor-00";
|
||||
};
|
||||
sensor_information19: qcom,sensor-information-19 {
|
||||
qcom,sensor-type = "llm";
|
||||
qcom,sensor-name = "limits_sensor-01";
|
||||
};
|
||||
};
|
||||
|
||||
wdog: qcom,wdt@17817000 {
|
||||
status = "disabled";
|
||||
compatible = "qcom,msm-watchdog";
|
||||
|
|
Loading…
Add table
Reference in a new issue