Merge "ARM: dts: qcom: enable userspace cooling device for display fps"

This commit is contained in:
qctecmdr
2024-01-10 15:29:10 -08:00
committed by Gerrit - the friendly Code Review server

View File

@@ -238,6 +238,41 @@
qcom,cpus = <&CPU6 &CPU7>;
};
};
qmi_tmd: qmi-tmd-devices {
cdsp {
qcom,instance-id = <QMI_CDSP_INST_ID>;
cdsp_sw: cdsp {
qcom,qmi-dev-name = "cdsp_sw";
#cooling-cells = <2>;
};
cdsp_sw_hvx: cdsp_sw_hvx {
qcom,qmi-dev-name = "cdsp_sw_hvx";
#cooling-cells = <2>;
};
cdsp_sw_hmx: cdsp_sw_hmx {
qcom,qmi-dev-name = "cdsp_sw_hmx";
#cooling-cells = <2>;
};
cdsp_hw: cdsp_hw {
qcom,qmi-dev-name = "cdsp_hw";
#cooling-cells = <2>;
};
};
};
qcom,userspace-cdev {
compatible = "qcom,userspace-cooling-devices";
display_fps: display-fps {
qcom,max-level = <16>;
#cooling-cells = <2>;
};
};
};
#include "sun-thermal-modem.dtsi"