arm64: dts: qcom: ipq9574: add tsens node
authorVaradarajan Narayanan <quic_varada@quicinc.com>
Wed, 7 Jun 2023 08:53:09 +0000 (14:23 +0530)
committerBjorn Andersson <andersson@kernel.org>
Tue, 13 Jun 2023 22:56:10 +0000 (15:56 -0700)
IPQ9574 has a tsens v2.3.1 peripheral which monitors temperatures
around the various subsystems on the die.

Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Co-developed-by: Praveenkumar I <quic_ipkumar@quicinc.com>
Signed-off-by: Praveenkumar I <quic_ipkumar@quicinc.com>
Signed-off-by: Varadarajan Narayanan <quic_varada@quicinc.com>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/00fa16039db78dcb919bd15444bbf86ff3a340d6.1686125196.git.quic_varada@quicinc.com
arch/arm64/boot/dts/qcom/ipq9574.dtsi

index 57e1ecd..5ae22aa 100644 (file)
                        dma-names = "rx", "tx";
                };
 
+               tsens: thermal-sensor@4a9000 {
+                       compatible = "qcom,ipq9574-tsens", "qcom,ipq8074-tsens";
+                       reg = <0x004a9000 0x1000>,
+                             <0x004a8000 0x1000>;
+                       interrupts = <GIC_SPI 184 IRQ_TYPE_LEVEL_HIGH>;
+                       interrupt-names = "combined";
+                       #qcom,sensors = <16>;
+                       #thermal-sensor-cells = <1>;
+               };
+
                tlmm: pinctrl@1000000 {
                        compatible = "qcom,ipq9574-tlmm";
                        reg = <0x01000000 0x300000>;