2023-09-26 12:18:21

by Priyansh Jain

[permalink] [raw]
Subject: [PATCH v3 0/2] Enable tsens and thermal for sa8775p SoC

Adding compatible string in TSENS dt-bindings, device node
for TSENS controller and Thermal zone support

Changes since v3:
- Correct the unit address of tsens node
- Updated tsens nodes in sorted order by address
- Moved thermal zones outside /soc node

Changes since v2:
- Indentation mistakes are resolved
- Updated offset of tsens srot region in reg property
- Updated tsens reg property cells properly


Priyansh Jain (2):
dt-bindings: thermal: tsens: Add sa8775p compatible
arm64: dts: qcom: Enable tsens and thermal for sa8775p SoC

.../bindings/thermal/qcom-tsens.yaml | 1 +
arch/arm64/boot/dts/qcom/sa8775p.dtsi | 1096 +++++++++++++++++
2 files changed, 1097 insertions(+)

--
2.17.1


2023-09-27 08:42:11

by Konrad Dybcio

[permalink] [raw]
Subject: Re: [PATCH v3 0/2] Enable tsens and thermal for sa8775p SoC

On 26.09.2023 11:11, Priyansh Jain wrote:
> Adding compatible string in TSENS dt-bindings, device node
> for TSENS controller and Thermal zone support
>
> Changes since v3:
> - Correct the unit address of tsens node
> - Updated tsens nodes in sorted order by address
> - Moved thermal zones outside /soc node
>
> Changes since v2:
> - Indentation mistakes are resolved
> - Updated offset of tsens srot region in reg property
> - Updated tsens reg property cells properly
>
>
> Priyansh Jain (2):
> dt-bindings: thermal: tsens: Add sa8775p compatible
> arm64: dts: qcom: Enable tsens and thermal for sa8775p SoC
>
> .../bindings/thermal/qcom-tsens.yaml | 1 +
> arch/arm64/boot/dts/qcom/sa8775p.dtsi | 1096 +++++++++++++++++
> 2 files changed, 1097 insertions(+)
>
I only seem to have received the cover letter, and so did
the list..

Konrad