mbox series

[0/3] Extend LMh driver to suppot Qualcomm sm8150 SoC.

Message ID 20211202223802.382068-1-thara.gopinath@linaro.org (mailing list archive)
Headers show
Series Extend LMh driver to suppot Qualcomm sm8150 SoC. | expand

Message

Thara Gopinath Dec. 2, 2021, 10:37 p.m. UTC
Add support for sm8150 in the Qualcomm Limits Management Hardware(LMh)
driver. Also add required device tree entries and dt-binding.

Thara Gopinath (3):
  thermal: qcom: lmh: Add support for sm8150
  arm64: dts: qcom: sm8150: Add support for LMh node
  dt-bindings: thermal: Add sm8150 compatible string for LMh

 .../devicetree/bindings/thermal/qcom-lmh.yaml |  1 +
 arch/arm64/boot/dts/qcom/sm8150.dtsi          | 24 ++++++++
 drivers/thermal/qcom/lmh.c                    | 61 ++++++++++---------
 3 files changed, 57 insertions(+), 29 deletions(-)