Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
Kernel
提交
58ad5ab7
K
Kernel
项目概览
openeuler
/
Kernel
1 年多 前同步成功
通知
8
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
K
Kernel
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
58ad5ab7
编写于
4月 09, 2019
作者:
A
Andy Gross
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'arm64-thermal-for-5.2' into arm64-for-5.2
上级
596a4343
10518bb1
变更
4
隐藏空白更改
内联
并排
Showing
4 changed file
with
589 addition
and
73 deletion
+589
-73
arch/arm64/boot/dts/qcom/msm8916.dtsi
arch/arm64/boot/dts/qcom/msm8916.dtsi
+25
-16
arch/arm64/boot/dts/qcom/msm8996.dtsi
arch/arm64/boot/dts/qcom/msm8996.dtsi
+162
-12
arch/arm64/boot/dts/qcom/msm8998.dtsi
arch/arm64/boot/dts/qcom/msm8998.dtsi
+197
-45
arch/arm64/boot/dts/qcom/sdm845.dtsi
arch/arm64/boot/dts/qcom/sdm845.dtsi
+205
-0
未找到文件。
arch/arm64/boot/dts/qcom/msm8916.dtsi
浏览文件 @
58ad5ab7
...
...
@@ -180,19 +180,19 @@
};
thermal-zones {
cpu
-thermal0
{
cpu
0_1-thermal
{
polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens 4>;
trips {
cpu
_alert0: trip
0 {
cpu
0_1_alert0: trip-point@
0 {
temperature = <75000>;
hysteresis = <2000>;
type = "passive";
};
cpu
_crit0: trip1
{
cpu
0_1_crit: cpu_crit
{
temperature = <110000>;
hysteresis = <2000>;
type = "critical";
...
...
@@ -201,7 +201,7 @@
cooling-maps {
map0 {
trip = <&cpu_alert0>;
trip = <&cpu
0_1
_alert0>;
cooling-device = <&CPU0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
<&CPU1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
<&CPU2 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
...
...
@@ -210,19 +210,19 @@
};
};
cpu
-thermal1
{
cpu
2_3-thermal
{
polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens 3>;
trips {
cpu
_alert1: trip
0 {
cpu
2_3_alert0: trip-point@
0 {
temperature = <75000>;
hysteresis = <2000>;
type = "passive";
};
cpu
_crit1: trip1
{
cpu
2_3_crit: cpu_crit
{
temperature = <110000>;
hysteresis = <2000>;
type = "critical";
...
...
@@ -231,7 +231,7 @@
cooling-maps {
map0 {
trip = <&cpu
_alert1
>;
trip = <&cpu
2_3_alert0
>;
cooling-device = <&CPU0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
<&CPU1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
<&CPU2 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
...
...
@@ -247,12 +247,12 @@
thermal-sensors = <&tsens 2>;
trips {
gpu_alert
: trip
0 {
gpu_alert
0: trip-point@
0 {
temperature = <75000>;
hysteresis = <2000>;
type = "passive";
};
gpu_crit:
trip1
{
gpu_crit:
gpu_crit
{
temperature = <95000>;
hysteresis = <2000>;
type = "critical";
...
...
@@ -267,18 +267,27 @@
thermal-sensors = <&tsens 1>;
trips {
cam_alert
: trip
0 {
cam_alert
0: trip-point@
0 {
temperature = <75000>;
hysteresis = <2000>;
type = "
passive
";
type = "
hot
";
};
cam_crit: trip1 {
temperature = <95000>;
};
};
modem-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens 0>;
trips {
modem_alert0: trip-point@0 {
temperature = <85000>;
hysteresis = <2000>;
type = "
critical
";
type = "
hot
";
};
};
};
};
...
...
arch/arm64/boot/dts/qcom/msm8996.dtsi
浏览文件 @
58ad5ab7
...
...
@@ -154,20 +154,20 @@
};
thermal-zones {
cpu
-thermal0
{
cpu
0-thermal
{
polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens0 3>;
trips {
cpu
_alert0: trip
0 {
cpu
0_alert0: trip-point@
0 {
temperature = <75000>;
hysteresis = <2000>;
type = "passive";
};
cpu
_crit0: trip1
{
cpu
0_crit: cpu_crit
{
temperature = <110000>;
hysteresis = <2000>;
type = "critical";
...
...
@@ -175,20 +175,20 @@
};
};
cpu
-thermal1
{
cpu
1-thermal
{
polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens0 5>;
trips {
cpu
_alert1: trip
0 {
cpu
1_alert0: trip-point@
0 {
temperature = <75000>;
hysteresis = <2000>;
type = "passive";
};
cpu
_crit1: trip1
{
cpu
1_crit: cpu_crit
{
temperature = <110000>;
hysteresis = <2000>;
type = "critical";
...
...
@@ -196,20 +196,20 @@
};
};
cpu
-thermal2
{
cpu
2-thermal
{
polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens0 8>;
trips {
cpu
_alert2: trip
0 {
cpu
2_alert0: trip-point@
0 {
temperature = <75000>;
hysteresis = <2000>;
type = "passive";
};
cpu
_crit2: trip1
{
cpu
2_crit: cpu_crit
{
temperature = <110000>;
hysteresis = <2000>;
type = "critical";
...
...
@@ -217,26 +217,176 @@
};
};
cpu
-thermal3
{
cpu
3-thermal
{
polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens0 10>;
trips {
cpu
_alert3: trip
0 {
cpu
3_alert0: trip-point@
0 {
temperature = <75000>;
hysteresis = <2000>;
type = "passive";
};
cpu
_crit3: trip1
{
cpu
3_crit: cpu_crit
{
temperature = <110000>;
hysteresis = <2000>;
type = "critical";
};
};
};
gpu-thermal-top {
polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens1 6>;
trips {
gpu1_alert0: trip-point@0 {
temperature = <90000>;
hysteresis = <2000>;
type = "hot";
};
};
};
gpu-thermal-bottom {
polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens1 7>;
trips {
gpu2_alert0: trip-point@0 {
temperature = <90000>;
hysteresis = <2000>;
type = "hot";
};
};
};
m4m-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens0 1>;
trips {
m4m_alert0: trip-point@0 {
temperature = <90000>;
hysteresis = <2000>;
type = "hot";
};
};
};
l3-or-venus-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens0 2>;
trips {
l3_or_venus_alert0: trip-point@0 {
temperature = <90000>;
hysteresis = <2000>;
type = "hot";
};
};
};
cluster0-l2-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens0 7>;
trips {
cluster0_l2_alert0: trip-point@0 {
temperature = <90000>;
hysteresis = <2000>;
type = "hot";
};
};
};
cluster1-l2-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens0 12>;
trips {
cluster1_l2_alert0: trip-point@0 {
temperature = <90000>;
hysteresis = <2000>;
type = "hot";
};
};
};
camera-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens1 1>;
trips {
camera_alert0: trip-point@0 {
temperature = <90000>;
hysteresis = <2000>;
type = "hot";
};
};
};
q6-dsp-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens1 2>;
trips {
q6_dsp_alert0: trip-point@0 {
temperature = <90000>;
hysteresis = <2000>;
type = "hot";
};
};
};
mem-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens1 3>;
trips {
mem_alert0: trip-point@0 {
temperature = <90000>;
hysteresis = <2000>;
type = "hot";
};
};
};
modemtx-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens1 4>;
trips {
modemtx_alert0: trip-point@0 {
temperature = <90000>;
hysteresis = <2000>;
type = "hot";
};
};
};
};
timer {
...
...
arch/arm64/boot/dts/qcom/msm8998.dtsi
浏览文件 @
58ad5ab7
...
...
@@ -78,7 +78,6 @@
compatible = "arm,armv8";
reg = <0x0 0x0>;
enable-method = "psci";
efficiency = <1024>;
next-level-cache = <&L2_0>;
L2_0: l2-cache {
compatible = "arm,arch-cache";
...
...
@@ -97,7 +96,6 @@
compatible = "arm,armv8";
reg = <0x0 0x1>;
enable-method = "psci";
efficiency = <1024>;
next-level-cache = <&L2_0>;
L1_I_1: l1-icache {
compatible = "arm,arch-cache";
...
...
@@ -112,7 +110,6 @@
compatible = "arm,armv8";
reg = <0x0 0x2>;
enable-method = "psci";
efficiency = <1024>;
next-level-cache = <&L2_0>;
L1_I_2: l1-icache {
compatible = "arm,arch-cache";
...
...
@@ -127,7 +124,6 @@
compatible = "arm,armv8";
reg = <0x0 0x3>;
enable-method = "psci";
efficiency = <1024>;
next-level-cache = <&L2_0>;
L1_I_3: l1-icache {
compatible = "arm,arch-cache";
...
...
@@ -142,7 +138,6 @@
compatible = "arm,armv8";
reg = <0x0 0x100>;
enable-method = "psci";
efficiency = <1536>;
next-level-cache = <&L2_1>;
L2_1: l2-cache {
compatible = "arm,arch-cache";
...
...
@@ -161,7 +156,6 @@
compatible = "arm,armv8";
reg = <0x0 0x101>;
enable-method = "psci";
efficiency = <1536>;
next-level-cache = <&L2_1>;
L1_I_101: l1-icache {
compatible = "arm,arch-cache";
...
...
@@ -176,7 +170,6 @@
compatible = "arm,armv8";
reg = <0x0 0x102>;
enable-method = "psci";
efficiency = <1536>;
next-level-cache = <&L2_1>;
L1_I_102: l1-icache {
compatible = "arm,arch-cache";
...
...
@@ -191,7 +184,6 @@
compatible = "arm,armv8";
reg = <0x0 0x103>;
enable-method = "psci";
efficiency = <1536>;
next-level-cache = <&L2_1>;
L1_I_103: l1-icache {
compatible = "arm,arch-cache";
...
...
@@ -346,20 +338,20 @@
};
thermal-zones {
cpu
-thermal0
{
cpu
0-thermal
{
polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens0
6
>;
thermal-sensors = <&tsens0
1
>;
trips {
cpu
_alert0: trip
0 {
cpu
0_alert0: trip-point@
0 {
temperature = <75000>;
hysteresis = <2000>;
type = "passive";
};
cpu
_crit0: trip1
{
cpu
0_crit: cpu_crit
{
temperature = <110000>;
hysteresis = <2000>;
type = "critical";
...
...
@@ -367,20 +359,20 @@
};
};
cpu
-thermal1
{
cpu
1-thermal
{
polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens0
7
>;
thermal-sensors = <&tsens0
2
>;
trips {
cpu
_alert1: trip
0 {
cpu
1_alert0: trip-point@
0 {
temperature = <75000>;
hysteresis = <2000>;
type = "passive";
};
cpu
_crit1: trip1
{
cpu
1_crit: cpu_crit
{
temperature = <110000>;
hysteresis = <2000>;
type = "critical";
...
...
@@ -388,20 +380,20 @@
};
};
cpu
-thermal2
{
cpu
2-thermal
{
polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens0
8
>;
thermal-sensors = <&tsens0
3
>;
trips {
cpu
_alert2: trip
0 {
cpu
2_alert0: trip-point@
0 {
temperature = <75000>;
hysteresis = <2000>;
type = "passive";
};
cpu
_crit2: trip1
{
cpu
2_crit: cpu_crit
{
temperature = <110000>;
hysteresis = <2000>;
type = "critical";
...
...
@@ -409,20 +401,20 @@
};
};
cpu
-thermal3
{
cpu
3-thermal
{
polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens0
9
>;
thermal-sensors = <&tsens0
4
>;
trips {
cpu
_alert3: trip
0 {
cpu
3_alert0: trip-point@
0 {
temperature = <75000>;
hysteresis = <2000>;
type = "passive";
};
cpu
_crit3: trip1
{
cpu
3_crit: cpu_crit
{
temperature = <110000>;
hysteresis = <2000>;
type = "critical";
...
...
@@ -430,20 +422,20 @@
};
};
cpu
-thermal4
{
cpu
4-thermal
{
polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens0
10
>;
thermal-sensors = <&tsens0
7
>;
trips {
cpu
_alert4: trip
0 {
cpu
4_alert0: trip-point@
0 {
temperature = <75000>;
hysteresis = <2000>;
type = "passive";
};
cpu
_crit4: trip1
{
cpu
4_crit: cpu_crit
{
temperature = <110000>;
hysteresis = <2000>;
type = "critical";
...
...
@@ -451,20 +443,20 @@
};
};
cpu
-thermal5
{
cpu
5-thermal
{
polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens0
11
>;
thermal-sensors = <&tsens0
8
>;
trips {
cpu
_alert5: trip
0 {
cpu
5_alert0: trip-point@
0 {
temperature = <75000>;
hysteresis = <2000>;
type = "passive";
};
cpu
_crit5: trip1
{
cpu
5_crit: cpu_crit
{
temperature = <110000>;
hysteresis = <2000>;
type = "critical";
...
...
@@ -472,20 +464,20 @@
};
};
cpu
-thermal6
{
cpu
6-thermal
{
polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens
1 0
>;
thermal-sensors = <&tsens
0 9
>;
trips {
cpu
_alert6: trip
0 {
cpu
6_alert0: trip-point@
0 {
temperature = <75000>;
hysteresis = <2000>;
type = "passive";
};
cpu
_crit6: trip1
{
cpu
6_crit: cpu_crit
{
temperature = <110000>;
hysteresis = <2000>;
type = "critical";
...
...
@@ -493,20 +485,20 @@
};
};
cpu
-thermal7
{
cpu
7-thermal
{
polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens
1 1
>;
thermal-sensors = <&tsens
0 10
>;
trips {
cpu
_alert7: trip
0 {
cpu
7_alert0: trip-point@
0 {
temperature = <75000>;
hysteresis = <2000>;
type = "passive";
};
cpu
_crit7: trip1
{
cpu
7_crit: cpu_crit
{
temperature = <110000>;
hysteresis = <2000>;
type = "critical";
...
...
@@ -514,11 +506,169 @@
};
};
gpu-thermal {
gpu-thermal-bottom {
polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens0 12>;
trips {
gpu1_alert0: trip-point@0 {
temperature = <90000>;
hysteresis = <2000>;
type = "hot";
};
};
};
gpu-thermal-top {
polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens0 13>;
trips {
gpu2_alert0: trip-point@0 {
temperature = <90000>;
hysteresis = <2000>;
type = "hot";
};
};
};
cluster0-mhm-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens0 5>;
trips {
cluster0_mhm_alert0: trip-point@0 {
temperature = <90000>;
hysteresis = <2000>;
type = "hot";
};
};
};
cluster1-mhm-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens0 6>;
trips {
cluster1_mhm_alert0: trip-point@0 {
temperature = <90000>;
hysteresis = <2000>;
type = "hot";
};
};
};
cluster1-l2-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens0 11>;
trips {
cluster1_l2_alert0: trip-point@0 {
temperature = <90000>;
hysteresis = <2000>;
type = "hot";
};
};
};
modem-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens1 1>;
trips {
modem_alert0: trip-point@0 {
temperature = <90000>;
hysteresis = <2000>;
type = "hot";
};
};
};
mem-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens1 2>;
trips {
mem_alert0: trip-point@0 {
temperature = <90000>;
hysteresis = <2000>;
type = "hot";
};
};
};
wlan-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens1 3>;
trips {
wlan_alert0: trip-point@0 {
temperature = <90000>;
hysteresis = <2000>;
type = "hot";
};
};
};
q6-dsp-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens1 4>;
trips {
q6_dsp_alert0: trip-point@0 {
temperature = <90000>;
hysteresis = <2000>;
type = "hot";
};
};
};
camera-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens1 5>;
trips {
camera_alert0: trip-point@0 {
temperature = <90000>;
hysteresis = <2000>;
type = "hot";
};
};
};
multimedia-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens1 6>;
trips {
multimedia_alert0: trip-point@0 {
temperature = <90000>;
hysteresis = <2000>;
type = "hot";
};
};
};
};
...
...
@@ -590,17 +740,19 @@
cell-index = <0>;
};
tsens0: thermal@10a
a
000 {
tsens0: thermal@10a
b
000 {
compatible = "qcom,msm8998-tsens", "qcom,tsens-v2";
reg = <0x10aa000 0x2000>;
reg = <0x10ab000 0x1000>, /* TM */
<0x10aa000 0x1000>; /* SROT */
#qcom,sensors = <12>;
#thermal-sensor-cells = <1>;
};
tsens1: thermal@10a
d
000 {
tsens1: thermal@10a
e
000 {
compatible = "qcom,msm8998-tsens", "qcom,tsens-v2";
reg = <0x10ad000 0x2000>;
reg = <0x10ae000 0x1000>, /* TM */
<0x10ad000 0x1000>; /* SROT */
#qcom,sensors = <8>;
#thermal-sensor-cells = <1>;
...
...
arch/arm64/boot/dts/qcom/sdm845.dtsi
浏览文件 @
58ad5ab7
...
...
@@ -2613,5 +2613,210 @@
};
};
};
aoss0-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens0 0>;
trips {
aoss0_alert0: trip-point@0 {
temperature = <90000>;
hysteresis = <2000>;
type = "hot";
};
};
};
cluster0-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens0 5>;
trips {
cluster0_alert0: trip-point@0 {
temperature = <90000>;
hysteresis = <2000>;
type = "hot";
};
cluster0_crit: cluster0_crit {
temperature = <110000>;
hysteresis = <2000>;
type = "critical";
};
};
};
cluster1-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens0 6>;
trips {
cluster1_alert0: trip-point@0 {
temperature = <90000>;
hysteresis = <2000>;
type = "hot";
};
cluster1_crit: cluster1_crit {
temperature = <110000>;
hysteresis = <2000>;
type = "critical";
};
};
};
gpu-thermal-top {
polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens0 11>;
trips {
gpu1_alert0: trip-point@0 {
temperature = <90000>;
hysteresis = <2000>;
type = "hot";
};
};
};
gpu-thermal-bottom {
polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens0 12>;
trips {
gpu2_alert0: trip-point@0 {
temperature = <90000>;
hysteresis = <2000>;
type = "hot";
};
};
};
aoss1-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens1 0>;
trips {
aoss1_alert0: trip-point@0 {
temperature = <90000>;
hysteresis = <2000>;
type = "hot";
};
};
};
q6-modem-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens1 1>;
trips {
q6_modem_alert0: trip-point@0 {
temperature = <90000>;
hysteresis = <2000>;
type = "hot";
};
};
};
mem-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens1 2>;
trips {
mem_alert0: trip-point@0 {
temperature = <90000>;
hysteresis = <2000>;
type = "hot";
};
};
};
wlan-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens1 3>;
trips {
wlan_alert0: trip-point@0 {
temperature = <90000>;
hysteresis = <2000>;
type = "hot";
};
};
};
q6-hvx-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens1 4>;
trips {
q6_hvx_alert0: trip-point@0 {
temperature = <90000>;
hysteresis = <2000>;
type = "hot";
};
};
};
camera-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens1 5>;
trips {
camera_alert0: trip-point@0 {
temperature = <90000>;
hysteresis = <2000>;
type = "hot";
};
};
};
video-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens1 6>;
trips {
video_alert0: trip-point@0 {
temperature = <90000>;
hysteresis = <2000>;
type = "hot";
};
};
};
modem-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens1 7>;
trips {
modem_alert0: trip-point@0 {
temperature = <90000>;
hysteresis = <2000>;
type = "hot";
};
};
};
};
};
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录