mbox series

[0/3] Add thermal support for SM8150, SM8250

Message ID cover.1591684754.git.amit.kucheria@linaro.org
Headers show
Series Add thermal support for SM8150, SM8250 | expand

Message

Amit Kucheria June 9, 2020, 6:44 a.m. UTC
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

Comments

Rob Herring June 17, 2020, 9:03 p.m. UTC | #1
On Tue, 09 Jun 2020 12:14:54 +0530, Amit Kucheria wrote:
> Added tsens bindings for sm8150 and sm8250

> 

> Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org>

> ---

>  Documentation/devicetree/bindings/thermal/qcom-tsens.yaml | 2 ++

>  1 file changed, 2 insertions(+)

> 


Acked-by: Rob Herring <robh@kernel.org>