mbox series

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

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

Message

Thara Gopinath Dec. 15, 2021, 4:33 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                    | 62 +++++++++++--------
 3 files changed, 60 insertions(+), 27 deletions(-)