mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-13 23:29:10 -04:00
arm64: dts: qcom: ipq5424: Add thermal zone nodes
Add thermal zone nodes for sensors present in IPQ5424. Signed-off-by: Manikanta Mylavarapu <quic_mmanikan@quicinc.com> Link: https://lore.kernel.org/r/20250210120436.821684-7-quic_mmanikan@quicinc.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
committed by
Bjorn Andersson
parent
a61adfe296
commit
017c28788a
@@ -595,6 +595,120 @@ frame@f42d000 {
|
||||
|
||||
};
|
||||
|
||||
thermal_zones: thermal-zones {
|
||||
cpu0-thermal {
|
||||
polling-delay-passive = <100>;
|
||||
thermal-sensors = <&tsens 14>;
|
||||
|
||||
trips {
|
||||
cpu-critical {
|
||||
temperature = <120000>;
|
||||
hysteresis = <9000>;
|
||||
type = "critical";
|
||||
};
|
||||
|
||||
cpu-passive {
|
||||
temperature = <110000>;
|
||||
hysteresis = <9000>;
|
||||
type = "passive";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
cpu1-thermal {
|
||||
polling-delay-passive = <100>;
|
||||
thermal-sensors = <&tsens 12>;
|
||||
|
||||
trips {
|
||||
cpu-critical {
|
||||
temperature = <120000>;
|
||||
hysteresis = <9000>;
|
||||
type = "critical";
|
||||
};
|
||||
|
||||
cpu-passive {
|
||||
temperature = <110000>;
|
||||
hysteresis = <9000>;
|
||||
type = "passive";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
cpu2-thermal {
|
||||
polling-delay-passive = <100>;
|
||||
thermal-sensors = <&tsens 11>;
|
||||
|
||||
trips {
|
||||
cpu-critical {
|
||||
temperature = <120000>;
|
||||
hysteresis = <9000>;
|
||||
type = "critical";
|
||||
};
|
||||
|
||||
cpu-passive {
|
||||
temperature = <110000>;
|
||||
hysteresis = <9000>;
|
||||
type = "passive";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
cpu3-thermal {
|
||||
polling-delay-passive = <100>;
|
||||
thermal-sensors = <&tsens 13>;
|
||||
|
||||
trips {
|
||||
cpu-critical {
|
||||
temperature = <120000>;
|
||||
hysteresis = <9000>;
|
||||
type = "critical";
|
||||
};
|
||||
|
||||
cpu-passive {
|
||||
temperature = <110000>;
|
||||
hysteresis = <9000>;
|
||||
type = "passive";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
wcss-tile2-thermal {
|
||||
thermal-sensors = <&tsens 9>;
|
||||
|
||||
trips {
|
||||
wcss-tile2-critical {
|
||||
temperature = <125000>;
|
||||
hysteresis = <9000>;
|
||||
type = "critical";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
wcss-tile3-thermal {
|
||||
thermal-sensors = <&tsens 10>;
|
||||
|
||||
trips {
|
||||
wcss-tile3-critical {
|
||||
temperature = <125000>;
|
||||
hysteresis = <9000>;
|
||||
type = "critical";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
top-glue-thermal {
|
||||
thermal-sensors = <&tsens 15>;
|
||||
|
||||
trips {
|
||||
top-glue-critical {
|
||||
temperature = <125000>;
|
||||
hysteresis = <9000>;
|
||||
type = "critical";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
timer {
|
||||
compatible = "arm,armv8-timer";
|
||||
interrupts = <GIC_PPI 13 IRQ_TYPE_LEVEL_LOW>,
|
||||
|
||||
Reference in New Issue
Block a user