提交 02f15e4b 编写于 作者: N Niklas Söderlund 提交者: Simon Horman

arm64: dts: renesas: r8a7795: decrease temperature hysteresis

To incorporate more tests by the hardware team decrease the hysteresis
value to 1C.
Signed-off-by: NNiklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
上级 c4e96f74
......@@ -2437,12 +2437,12 @@
trips {
sensor1_passive: sensor1-passive {
temperature = <95000>;
hysteresis = <2000>;
hysteresis = <1000>;
type = "passive";
};
sensor1_crit: sensor1-crit {
temperature = <120000>;
hysteresis = <2000>;
hysteresis = <1000>;
type = "critical";
};
};
......@@ -2463,12 +2463,12 @@
trips {
sensor2_passive: sensor2-passive {
temperature = <95000>;
hysteresis = <2000>;
hysteresis = <1000>;
type = "passive";
};
sensor2_crit: sensor2-crit {
temperature = <120000>;
hysteresis = <2000>;
hysteresis = <1000>;
type = "critical";
};
};
......@@ -2489,12 +2489,12 @@
trips {
sensor3_passive: sensor3-passive {
temperature = <95000>;
hysteresis = <2000>;
hysteresis = <1000>;
type = "passive";
};
sensor3_crit: sensor3-crit {
temperature = <120000>;
hysteresis = <2000>;
hysteresis = <1000>;
type = "critical";
};
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册