ARM: dts: qcom: Add fan thermal mitigation rules for SunP HDK
Add cpu0-0-0 zone's trip to make fan run at level 50. Change-Id: Id3f38d165e513ec633f3a289cfddfc60284f8f7c Signed-off-by: Minghao Zhang <quic_minghao@quicinc.com>
This commit is contained in:
@@ -99,3 +99,22 @@
|
||||
/* Tx pre-emphasis tuning */
|
||||
0x5 0x57>;
|
||||
};
|
||||
|
||||
&thermal_zones {
|
||||
cpu-0-0-0 {
|
||||
trips {
|
||||
fan_cpu000_config0: fan-cpu000-config0 {
|
||||
temperature = <95000>;
|
||||
hysteresis = <1000>;
|
||||
type = "passive";
|
||||
};
|
||||
};
|
||||
|
||||
cooling-maps {
|
||||
fan_cdev_0 {
|
||||
trip = <&fan_cpu000_config0>;
|
||||
cooling-device = <&fancontroller 50 50>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user