From a635f7334e7db66a264e60c9d3d4bba9f687030d Mon Sep 17 00:00:00 2001 From: Manaf Meethalavalappu Pallikunhi Date: Sun, 23 Jan 2022 20:51:13 +0530 Subject: [PATCH] ARM: dts: qcom: Enable DDR cooling device for kalama Enable DDR cooling device for kalama. This cooling device can vote for DDR bandwidth under thermal conditions. Change-Id: Id104212817f77bfda094d26ded3e8f413b488ebf --- qcom/kalama-thermal.dtsi | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/qcom/kalama-thermal.dtsi b/qcom/kalama-thermal.dtsi index d01e54f9..f8afd984 100644 --- a/qcom/kalama-thermal.dtsi +++ b/qcom/kalama-thermal.dtsi @@ -80,6 +80,23 @@ #cooling-cells = <2>; }; }; + + ddr_cdev: qcom,ddr-cdev { + compatible = "qcom,ddr-cooling-device"; + #cooling-cells = <2>; + qcom,bus-width = <4>; + qcom,freq-table = + < 547000 >, + < 768000 >, + < 1555200 >, + < 1708800 >, + < 2092800 >, + < 2736000 >, + < 3196800 >, + < 3744000 >, + < 4262400 >; + interconnects = <&mc_virt MASTER_LLCC &mc_virt SLAVE_EBI1>; + }; }; &thermal_zones {