ARM: dts: msm: Add display fps cooling device for waipio

Add display fps cooling device, which will enable thermal framework to
send netlink notification for display fps mitigation in waipio.

Change-Id: I7d1dec2b5c833e5e0c4cfbcb23d9868960ea6028
This commit is contained in:
Ram Chandrasekar
2021-06-23 17:04:30 -07:00
parent 753e3bc3d5
commit fb23ff69fe

View File

@@ -201,6 +201,15 @@
compatible = "qcom,devfreq-cdev";
qcom,devfreq = <&msm_gpu>;
};
qcom,userspace-cdev {
compatible = "qcom,userspace-cooling-devices";
display_fps: display-fps {
qcom,max-level = <4>;
#cooling-cells = <2>;
};
};
};
#include "waipio-thermal-modem.dtsi"