ARM: dts: qcom: Add cpu/gpu cdev thermal interface for qcs610

Enable cpu/gpu cdev thermal interface to mitigate cpu/gpu
from userspace.

Signed-off-by: Gaurav Kohli <quic_gkohli@quicinc.com>
This commit is contained in:
Gaurav Kohli
2025-06-12 10:20:22 +05:30
parent 8274e62f7b
commit c96ac22d97

View File

@@ -1,6 +1,6 @@
// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2023-2025 Qualcomm Innovation Center, Inc. All rights reserved.
* Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
*/
#include <dt-bindings/thermal/thermal_qti.h>
@@ -186,6 +186,24 @@
};
};
qcom,devfreq-cdev {
compatible = "qcom,devfreq-cdev";
qcom,devfreq = <&msm_gpu>;
};
qcom,cpufreq-cdev {
compatible = "qcom,cpufreq-cdev";
cpu-cluster0 {
qcom,cpus = <&CPU0 &CPU1 &CPU2 &CPU3 &CPU4 &CPU5>;
};
cpu-cluster1 {
qcom,cpus = <&CPU6 &CPU7>;
};
};
qmi-tmd-devices {
compatible = "qcom,qmi-cooling-devices";