From fb23ff69fe6502ebba7af4bf08bc088c191a5f83 Mon Sep 17 00:00:00 2001 From: Ram Chandrasekar Date: Wed, 23 Jun 2021 17:04:30 -0700 Subject: [PATCH] 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 --- qcom/waipio-thermal.dtsi | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/qcom/waipio-thermal.dtsi b/qcom/waipio-thermal.dtsi index 1aac14c8..6e1d6876 100644 --- a/qcom/waipio-thermal.dtsi +++ b/qcom/waipio-thermal.dtsi @@ -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"