From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vinod Koul Subject: Re: [PATCH v1 3/4] arm64: dts: qcom: qcs404: Add tsens controller Date: Wed, 31 Oct 2018 13:17:40 +0530 Message-ID: <20181031074740.GJ12092@vkoul-mobl> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: andy.gross@linaro.org Cc: linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, bjorn.andersson@linaro.org, edubezval@gmail.com, Amit Kucheria , David Brown , Rob Herring , Mark Rutland List-Id: linux-arm-msm@vger.kernel.org On 16-10-18, 00:10, Amit Kucheria wrote: > qcs404 has a single TSENS IP block with 10 sensors. The calibration data > is stored in an eeprom (qfprom) that is accessed through the nvmem > framework. We add the qfprom node to allow the tsens sensors to be > calibrated correctly. Andy, These have dependency on the patch series adding The DT file I sent yesterday[1]. Please apply these on top of that series [1]: https://patchwork.kernel.org/project/linux-arm-msm/list/?series=36319 Thanks > > Signed-off-by: Amit Kucheria > --- > arch/arm64/boot/dts/qcom/qcs404.dtsi | 20 ++++++++++++++++++++ > 1 file changed, 20 insertions(+) > > diff --git a/arch/arm64/boot/dts/qcom/qcs404.dtsi b/arch/arm64/boot/dts/qcom/qcs404.dtsi > index e1e2ba9cbfcd..dfd65c53cf5f 100644 > --- a/arch/arm64/boot/dts/qcom/qcs404.dtsi > +++ b/arch/arm64/boot/dts/qcom/qcs404.dtsi > @@ -273,6 +273,26 @@ > status = "okay"; > }; > > + qfprom: qfprom@a4000 { > + compatible = "qcom,qfprom"; > + reg = <0xa4000 0x1000>; > + #address-cells = <1>; > + #size-cells = <1>; > + tsens_caldata: caldata@d0 { > + reg = <0x1f8 0x14>; > + }; > + }; > + > + tsens: thermal-sensor@4a9000 { > + compatible = "qcom,qcs404-tsens", "qcom,tsens-v1"; > + reg = <0x4a9000 0x1000>, /* TM */ > + <0x4a8000 0x1000>; /* SROT */ > + nvmem-cells = <&tsens_caldata>; > + nvmem-cell-names = "calib"; > + #qcom,sensors = <10>; > + #thermal-sensor-cells = <1>; > + }; > + > apcs_glb: mailbox@b011000 { > compatible = "qcom,qcs404-apcs-apps-global", "syscon"; > reg = <0xb011000 0x1000>; > -- > 2.17.1 -- ~Vinod