On 29.11.2022 21:46, Adam Skladowski wrote: > Add nodes required for TSENS block using the common qcom,tsens-v2 binding. > > Signed-off-by: Adam Skladowski <a39....@gmail.com> > --- Reviewed-by: Konrad Dybcio <konrad.dyb...@linaro.org> Konrad > arch/arm64/boot/dts/qcom/sm6115.dtsi | 11 +++++++++++ > 1 file changed, 11 insertions(+) > > diff --git a/arch/arm64/boot/dts/qcom/sm6115.dtsi > b/arch/arm64/boot/dts/qcom/sm6115.dtsi > index 2003a2519a54..decbf7ca8a03 100644 > --- a/arch/arm64/boot/dts/qcom/sm6115.dtsi > +++ b/arch/arm64/boot/dts/qcom/sm6115.dtsi > @@ -515,6 +515,17 @@ spmi_bus: spmi@1c40000 { > #interrupt-cells = <4>; > }; > > + tsens0: thermal-sensor@4410000 { > + compatible = "qcom,sm6115-tsens", "qcom,tsens-v2"; > + reg = <0x04411000 0x1ff>, /* TM */ > + <0x04410000 0x8>; /* SROT */ > + #qcom,sensors = <16>; > + interrupts = <GIC_SPI 275 IRQ_TYPE_LEVEL_HIGH>, > + <GIC_SPI 190 IRQ_TYPE_LEVEL_HIGH>; > + interrupt-names = "uplow", "critical"; > + #thermal-sensor-cells = <1>; > + }; > + > rpm_msg_ram: sram@45f0000 { > compatible = "qcom,rpm-msg-ram"; > reg = <0x045f0000 0x7000>;
- [PATCH 06/12] arm64: dts: qcom: sm6115: Add rpm-stats ... Adam Skladowski
- Re: [PATCH 06/12] arm64: dts: qcom: sm6115: Add r... Konrad Dybcio
- [PATCH 07/12] arm64: dts: qcom: sm6115: Add dispcc nod... Adam Skladowski
- Re: [PATCH 07/12] arm64: dts: qcom: sm6115: Add d... Konrad Dybcio
- [PATCH 10/12] arm64: dts: qcom: sm6115: Add i2c/spi no... Adam Skladowski
- [PATCH 08/12] arm64: dts: qcom: sm6115: Add mdss/dpu n... Adam Skladowski
- Re: [PATCH 08/12] arm64: dts: qcom: sm6115: Add m... Konrad Dybcio
- [PATCH 09/12] arm64: dts: qcom: sm6115: Add GPI DMA Adam Skladowski
- Re: [PATCH 09/12] arm64: dts: qcom: sm6115: Add G... Konrad Dybcio
- [PATCH 04/12] arm64: dts: qcom: sm6115: Add TSENS node Adam Skladowski
- Re: [PATCH 04/12] arm64: dts: qcom: sm6115: Add T... Konrad Dybcio
- [PATCH 02/12] dt-bindings: thermal: tsens: Add SM6115 ... Adam Skladowski
- Re: [PATCH 02/12] dt-bindings: thermal: tsens: Ad... Krzysztof Kozlowski
- [PATCH 05/12] arm64: dts: qcom: sm6115: Add PRNG node Adam Skladowski
- Re: [PATCH 05/12] arm64: dts: qcom: sm6115: Add P... Konrad Dybcio
- [PATCH 03/12] arm64: dts: qcom: sm6115: Add cpufreq-hw... Adam Skladowski
- [PATCH 11/12] arm64: dts: qcom: sm6115: Add WCN node. Adam Skladowski
- [PATCH 12/12] arm64: dts: qcom: sm6115: Fallback smmu ... Adam Skladowski
- Re: [PATCH 12/12] arm64: dts: qcom: sm6115: Fallb... Konrad Dybcio