Merge "ARM: dts: qcom: Add fan thermal mitigation rules for SunP HDK"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
330c81ed95
@@ -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