diff --git a/qcom/sunp-hdk.dtsi b/qcom/sunp-hdk.dtsi index d7fa4e61..1e1bb10a 100644 --- a/qcom/sunp-hdk.dtsi +++ b/qcom/sunp-hdk.dtsi @@ -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>; + }; + }; + }; +};