在QCS8550上,  /sys/devices/virtual/thermal有很多温控节点,这个温控策略应该如何配置?

嚯嚯嚯霍元甲 2024-09-06 10:31:12

在QCS8550上,  /sys/devices/virtual/thermal有很多温控节点,这个温控策略应该如何配置?
1、各模块如何配置温控节点?
2、trip_point_0_temp、trip_point_1_temp为什么没有递增关系?

...全文
568 1 打赏 收藏 转发到动态 举报
写回复
用AI写文章
1 条回复
切换为时间正序
请发表友善的回复…
发表回复
weixin_38498942 2024-09-12
  • 打赏
  • 举报
回复

A:大部分thermal zone都是高通默认配置,客户无须修改。

1、各模块如何配置温控节点?
A: cat /sys/devices/virtual/thermal/thermal_zone*/type
可以查看各个thermalzone的名称,可以通过名称在device tree的代码库里搜索对应的dts文件。
例如某thermalzone名称是“cpu-1-9“
搜索到kalama-thermal.dtsi
cpu-1-9 {
797 polling-delay-passive = <200>;
798 polling-delay = <0>;
799 thermal-sensors = <&tsens0 14>;
800 trips {
801 thermal-engine-config {
802 temperature = <125000>;
803 hysteresis = <1000>;
804 type = "passive";
805 };
806
807 thermal-hal-config {
808 temperature = <125000>;
809 hysteresis = <1000>;
810 type = "passive";
811 };
812
813 cpu7_emerg1: cpu7-emerg1-cfg {
814 temperature = <108000>;
815 hysteresis = <8000>;
816 type = "passive";
817 };
818
819 cpu7_emerg1_1: cpu7-emerg1-1-cfg {
820 temperature = <110000>;
821 hysteresis = <10000>;
822 type = "passive";
823 };
824
825 reset-mon-cfg {
826 temperature = <115000>;
827 hysteresis = <5000>;
828 type = "passive";
829 };
830 };
831
832 cooling-maps {
833 cpu19_cdev {
834 trip = <&cpu7_emerg1>;
835 cooling-device = <&cpu7_pause 1 1>;
836 };
837
838 cpu19_cdev1 {
839 trip = <&cpu7_emerg1_1>;
840 cooling-device = <&cpu7_hotplug 1 1>;
841 };
842 };
843 };

你可以通过修改dts里面cpu-1-9 节点下的配置来改变对应thermalzone的配置。

2、trip_point_0_temp、trip_point_1_temp为什么没有递增关系?
这个是按上面的trips节点下的temperature顺序依次排的,没有必定的递增递减关系。

1,353

社区成员

发帖
与我相关
我的任务
社区描述
本论坛以AI、WoS 、XR、IoT、Auto、生成式AI等核心板块组成,为开发者提供便捷及高效的学习和交流平台。 高通开发者专区主页:https://qualcomm.csdn.net/
人工智能物联网机器学习 技术论坛(原bbs) 北京·东城区
社区管理员
  • csdnsqst0050
  • chipseeker
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧