mbox series

[0/2] Enable tsens and thermal for sa8775p SoC

Message ID 20230821112928.19284-1-quic_priyjain@quicinc.com
Headers show
Series Enable tsens and thermal for sa8775p SoC | expand

Message

Priyansh Jain Aug. 21, 2023, 11:29 a.m. UTC
Adding compatible string in TSENS dt-bindings, device node
for TSENS controller and Thermal zone support

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(+)

Comments

Priyansh Jain Aug. 24, 2023, 9:29 a.m. UTC | #1
Hi Konrad,

On 8/21/2023 5:21 PM, Konrad Dybcio wrote:
> On 21.08.2023 13:29, Priyansh Jain wrote:
>> Add compatibility string for the thermal sensors on sa8775p platform.
>>
>> Signed-off-by: Priyansh Jain <quic_priyjain@quicinc.com>
>> ---
>>   Documentation/devicetree/bindings/thermal/qcom-tsens.yaml | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
>> index 27e9e16e6455..37d0c9150327 100644
>> --- a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
>> +++ b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
>> @@ -65,6 +65,7 @@ properties:
>>                 - qcom,sm8350-tsens
>>                 - qcom,sm8450-tsens
>>                 - qcom,sm8550-tsens
>> +              - qcom,sa8775p-tsens
>>             - const: qcom,tsens-v2
> Please keep this sorted alphanumerically.
Sure will update in next revision.
> Konrad