Merge "ARM: dts: qcom: Add fan thermal mitigation rules for SunP HDK"

This commit is contained in:
QCTECMDR Service
2024-07-11 11:35:23 -07:00
committed by Gerrit - the friendly Code Review server

View File

@@ -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>;
};
};
};
};