Skip to content

Commit 01b9a1b

Browse files
committed
FROMLIST: arm64: dts: qcom: Enable cdsp qmi tmd devices for kodiak
Enable cdsp cooling devices and cooling map bindings for cdsp. Signed-off-by: Gaurav Kohli <gaurav.kohli@oss.qualcomm.com> Link: https://lore.kernel.org/r/20251223123227.1317244-8-gaurav.kohli@oss.qualcomm.com
1 parent 7781a71 commit 01b9a1b

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

arch/arm64/boot/dts/qcom/sc7280.dtsi

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4780,6 +4780,14 @@
47804780
};
47814781
};
47824782
};
4783+
4784+
cooling {
4785+
compatible = "qcom,qmi-cooling-cdsp";
4786+
cdsp_sw: cdsp_sw {
4787+
label = "cdsp_sw";
4788+
#cooling-cells = <2>;
4789+
};
4790+
};
47834791
};
47844792

47854793
usb_1: usb@a600000 {
@@ -7585,12 +7593,26 @@
75857593
type = "hot";
75867594
};
75877595

7596+
nspss0_alert1: trip-point1 {
7597+
temperature = <100000>;
7598+
hysteresis = <5000>;
7599+
type = "passive";
7600+
};
7601+
75887602
nspss0_crit: nspss0-crit {
75897603
temperature = <110000>;
75907604
hysteresis = <0>;
75917605
type = "critical";
75927606
};
75937607
};
7608+
7609+
cooling-maps {
7610+
map0 {
7611+
trip = <&nspss0_alert1>;
7612+
cooling-device = <&cdsp_sw
7613+
THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
7614+
};
7615+
};
75947616
};
75957617

75967618
nspss1-thermal {
@@ -7603,12 +7625,26 @@
76037625
type = "hot";
76047626
};
76057627

7628+
nspss1_alert1: trip-point1 {
7629+
temperature = <100000>;
7630+
hysteresis = <5000>;
7631+
type = "passive";
7632+
};
7633+
76067634
nspss1_crit: nspss1-crit {
76077635
temperature = <110000>;
76087636
hysteresis = <0>;
76097637
type = "critical";
76107638
};
76117639
};
7640+
7641+
cooling-maps {
7642+
map0 {
7643+
trip = <&nspss1_alert1>;
7644+
cooling-device = <&cdsp_sw
7645+
THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
7646+
};
7647+
};
76127648
};
76137649

76147650
video-thermal {

0 commit comments

Comments
 (0)