Add two new compatibles, the devicetree entries for the thermal zones and wire it up to the cpufreq cooling device. Amit Kucheria (3): dt-bindings: thermal: qcom-tsens: Add compatible for sm8150, sm8250 arm64: dts: qcom: sm8150: Add thermal zones and throttling support arm64: dts: qcom: sm8250: Add thermal zones and throttling support .../bindings/thermal/qcom-tsens.yaml | 2 + arch/arm64/boot/dts/qcom/sm8150.dtsi | 811 ++++++++++++++++++ arch/arm64/boot/dts/qcom/sm8250.dtsi | 766 +++++++++++++++++ drivers/thermal/qcom/tsens-v2.c | 2 +- 4 files changed, 1580 insertions(+), 1 deletion(-) -- 2.25.1