mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-11 17:10:13 +00:00
arm64: dts: imx8mp: add cpuidle cooling device to the alert trip point
Idle-inject up to 50% of all cpu's time in order to help cpufreq to keep the temperature below the trip points. Signed-off-by: Martin Kepplinger-Novaković <martink@posteo.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
ead2dafd66
commit
7a88b98809
@ -347,7 +347,11 @@
|
||||
<&A53_3 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
|
||||
<&gpu3d THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
|
||||
<&gpu2d THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
|
||||
<&npu THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
|
||||
<&npu THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
|
||||
<&cpu0_therm 0 50>,
|
||||
<&cpu1_therm 0 50>,
|
||||
<&cpu2_therm 0 50>,
|
||||
<&cpu3_therm 0 50>;
|
||||
};
|
||||
};
|
||||
};
|
||||
@ -380,7 +384,11 @@
|
||||
<&A53_3 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
|
||||
<&gpu3d THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
|
||||
<&gpu2d THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
|
||||
<&npu THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
|
||||
<&npu THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
|
||||
<&cpu0_therm 0 50>,
|
||||
<&cpu1_therm 0 50>,
|
||||
<&cpu2_therm 0 50>,
|
||||
<&cpu3_therm 0 50>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user