mbox series

[v2,0/8] arm64: dts: qcom: sm8450-hdk: improve thermal monitoring

Message ID 20230707123027.1510723-1-dmitry.baryshkov@linaro.org (mailing list archive)
Headers show
Series arm64: dts: qcom: sm8450-hdk: improve thermal monitoring | expand

Message

Dmitry Baryshkov July 7, 2023, 12:30 p.m. UTC
Improve thermal monitoring on 8450-HDK board. First set of patches fix
c&p typos in PMIC include files (mea culpa). The rest of patches enable
ADC-TM usage on the SM8450 HDK.

This patchset contains a dt-bindings header change requested by Konrad.
There is no direct dependency on the patch order between it (patch #1)
and the rest of the series, so either all the parts can go through msm /
arm-soc, or the patch #1 can go through iio indepenently of the rest of
the series.

Changes since v1:
- Reworked ADC7 channel bindings to use already defined channel IDs
  instead of having the same numbers in all adc7 bindings headers
  (Konrad).

Dmitry Baryshkov (8):
  dt-bindings: iio: adc: qcom,spmi-adc7: use predefined channel ids
  arm64: dts: qcom: pm8350: fix thermal zone name
  arm64: dts: qcom: pm8350b: fix thermal zone name
  arm64: dts: qcom: pmr735b: fix thermal zone name
  arm64: dts: qcom: pmk8350: fix ADC-TM compatible string
  arm64: dts: qcom: sm8450-hdk: remove pmr735b PMIC inclusion
  arm64: dts: qcom: sm8450-hdk: define DIE_TEMP channels
  arm64: dts: qcom: sm8450-hdk: add ADC-TM thermal zones

 arch/arm64/boot/dts/qcom/pm8350.dtsi          |   2 +-
 arch/arm64/boot/dts/qcom/pm8350b.dtsi         |   2 +-
 arch/arm64/boot/dts/qcom/pmk8350.dtsi         |   2 +-
 arch/arm64/boot/dts/qcom/pmr735b.dtsi         |   2 +-
 arch/arm64/boot/dts/qcom/sm8450-hdk.dts       | 288 +++++++++++++++++-
 .../dt-bindings/iio/qcom,spmi-adc7-pm8350.h   |  88 +++---
 .../dt-bindings/iio/qcom,spmi-adc7-pm8350b.h  | 124 ++++----
 .../dt-bindings/iio/qcom,spmi-adc7-pmk8350.h  |  50 +--
 .../dt-bindings/iio/qcom,spmi-adc7-pmr735a.h  |  22 +-
 .../dt-bindings/iio/qcom,spmi-adc7-pmr735b.h  |  22 +-
 10 files changed, 449 insertions(+), 153 deletions(-)

Comments

Bjorn Andersson July 10, 2023, 5:07 a.m. UTC | #1
On Fri, 07 Jul 2023 15:30:19 +0300, Dmitry Baryshkov wrote:
> Improve thermal monitoring on 8450-HDK board. First set of patches fix
> c&p typos in PMIC include files (mea culpa). The rest of patches enable
> ADC-TM usage on the SM8450 HDK.
> 
> This patchset contains a dt-bindings header change requested by Konrad.
> There is no direct dependency on the patch order between it (patch #1)
> and the rest of the series, so either all the parts can go through msm /
> arm-soc, or the patch #1 can go through iio indepenently of the rest of
> the series.
> 
> [...]

Applied, thanks!

[2/8] arm64: dts: qcom: pm8350: fix thermal zone name
      commit: 64f19c06f704846db5e4885ca63c689d9bef5723
[3/8] arm64: dts: qcom: pm8350b: fix thermal zone name
      commit: aad41d9e6c44dfe299cddab97528a5333f17bdfe
[4/8] arm64: dts: qcom: pmr735b: fix thermal zone name
      commit: 99f8cf491d546cd668236f573c7d846d3e94f2d6
[5/8] arm64: dts: qcom: pmk8350: fix ADC-TM compatible string
      commit: 435a73d7377ceb29c1a22d2711dd85c831b40c45
[6/8] arm64: dts: qcom: sm8450-hdk: remove pmr735b PMIC inclusion
      commit: 701b59db773730a914f1778cf2dd05e3a05c2c69
[7/8] arm64: dts: qcom: sm8450-hdk: define DIE_TEMP channels
      commit: 53ccae05c90fc9f961cc18945ab8d53c6ade7ca6
[8/8] arm64: dts: qcom: sm8450-hdk: add ADC-TM thermal zones
      commit: 10848179ae9778d624a124f72a8f22c7c1687a7d

Best regards,