From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757628AbdJMIvK (ORCPT ); Fri, 13 Oct 2017 04:51:10 -0400 Received: from szxga04-in.huawei.com ([45.249.212.190]:8441 "EHLO szxga04-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751762AbdJMIvE (ORCPT ); Fri, 13 Oct 2017 04:51:04 -0400 Subject: Re: [PATCH 25/25] arm64: dts: Register Hi3660's thermal sensor To: Daniel Lezcano , , References: <79a5f10c-0fb7-3e4f-caac-c1625904b137@linaro.org> <1507658570-32675-1-git-send-email-daniel.lezcano@linaro.org> <1507658570-32675-25-git-send-email-daniel.lezcano@linaro.org> CC: , , , Rob Herring , Mark Rutland , Catalin Marinas , "Will Deacon" , "moderated list:ARM/HISILICON SOC SUPPORT" , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" From: Wei Xu Message-ID: <59E07E32.6050700@hisilicon.com> Date: Fri, 13 Oct 2017 09:49:54 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <1507658570-32675-25-git-send-email-daniel.lezcano@linaro.org> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.202.227.247] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A020204.59E07E74.00EC,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2014-11-16 11:51:01, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: 4a3f94a82c89eced875f18e1bf50b75d Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Daniel, On 2017/10/10 19:02, Daniel Lezcano wrote: > From: Kevin Wangtao > > Add binding for tsensor on H3660, this tsensor is used for > SoC thermal control, it supports alarm interrupt. > > Signed-off-by: Kevin Wangtao > Signed-off-by: Daniel Lezcano > --- Applied this and 23rd into hisilicon dt tree. Thanks! BR, Wei > arch/arm64/boot/dts/hisilicon/hi3660.dtsi | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/arch/arm64/boot/dts/hisilicon/hi3660.dtsi b/arch/arm64/boot/dts/hisilicon/hi3660.dtsi > index c6a1961..d9c0cf3 100644 > --- a/arch/arm64/boot/dts/hisilicon/hi3660.dtsi > +++ b/arch/arm64/boot/dts/hisilicon/hi3660.dtsi > @@ -848,5 +848,13 @@ > &sdio_cfg_func>; > status = "disabled"; > }; > + > + tsensor: tsensor@fff30000 { > + compatible = "hisilicon,hi3660-tsensor"; > + reg = <0x0 0xfff30000 0x0 0x1000>; > + interrupts = ; > + #thermal-sensor-cells = <1>; > + }; > + > }; > }; > From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Xu Subject: Re: [PATCH 25/25] arm64: dts: Register Hi3660's thermal sensor Date: Fri, 13 Oct 2017 09:49:54 +0100 Message-ID: <59E07E32.6050700@hisilicon.com> References: <79a5f10c-0fb7-3e4f-caac-c1625904b137@linaro.org> <1507658570-32675-1-git-send-email-daniel.lezcano@linaro.org> <1507658570-32675-25-git-send-email-daniel.lezcano@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1507658570-32675-25-git-send-email-daniel.lezcano@linaro.org> Sender: linux-pm-owner@vger.kernel.org To: Daniel Lezcano , edubezval@gmail.com, rui.zhang@intel.com Cc: linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, kevin.wangtao@linaro.org, Rob Herring , Mark Rutland , Catalin Marinas , Will Deacon , "moderated list:ARM/HISILICON SOC SUPPORT" , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" List-Id: devicetree@vger.kernel.org Hi Daniel, On 2017/10/10 19:02, Daniel Lezcano wrote: > From: Kevin Wangtao > > Add binding for tsensor on H3660, this tsensor is used for > SoC thermal control, it supports alarm interrupt. > > Signed-off-by: Kevin Wangtao > Signed-off-by: Daniel Lezcano > --- Applied this and 23rd into hisilicon dt tree. Thanks! BR, Wei > arch/arm64/boot/dts/hisilicon/hi3660.dtsi | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/arch/arm64/boot/dts/hisilicon/hi3660.dtsi b/arch/arm64/boot/dts/hisilicon/hi3660.dtsi > index c6a1961..d9c0cf3 100644 > --- a/arch/arm64/boot/dts/hisilicon/hi3660.dtsi > +++ b/arch/arm64/boot/dts/hisilicon/hi3660.dtsi > @@ -848,5 +848,13 @@ > &sdio_cfg_func>; > status = "disabled"; > }; > + > + tsensor: tsensor@fff30000 { > + compatible = "hisilicon,hi3660-tsensor"; > + reg = <0x0 0xfff30000 0x0 0x1000>; > + interrupts = ; > + #thermal-sensor-cells = <1>; > + }; > + > }; > }; > From mboxrd@z Thu Jan 1 00:00:00 1970 From: xuwei5@hisilicon.com (Wei Xu) Date: Fri, 13 Oct 2017 09:49:54 +0100 Subject: [PATCH 25/25] arm64: dts: Register Hi3660's thermal sensor In-Reply-To: <1507658570-32675-25-git-send-email-daniel.lezcano@linaro.org> References: <79a5f10c-0fb7-3e4f-caac-c1625904b137@linaro.org> <1507658570-32675-1-git-send-email-daniel.lezcano@linaro.org> <1507658570-32675-25-git-send-email-daniel.lezcano@linaro.org> Message-ID: <59E07E32.6050700@hisilicon.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Daniel, On 2017/10/10 19:02, Daniel Lezcano wrote: > From: Kevin Wangtao > > Add binding for tsensor on H3660, this tsensor is used for > SoC thermal control, it supports alarm interrupt. > > Signed-off-by: Kevin Wangtao > Signed-off-by: Daniel Lezcano > --- Applied this and 23rd into hisilicon dt tree. Thanks! BR, Wei > arch/arm64/boot/dts/hisilicon/hi3660.dtsi | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/arch/arm64/boot/dts/hisilicon/hi3660.dtsi b/arch/arm64/boot/dts/hisilicon/hi3660.dtsi > index c6a1961..d9c0cf3 100644 > --- a/arch/arm64/boot/dts/hisilicon/hi3660.dtsi > +++ b/arch/arm64/boot/dts/hisilicon/hi3660.dtsi > @@ -848,5 +848,13 @@ > &sdio_cfg_func>; > status = "disabled"; > }; > + > + tsensor: tsensor at fff30000 { > + compatible = "hisilicon,hi3660-tsensor"; > + reg = <0x0 0xfff30000 0x0 0x1000>; > + interrupts = ; > + #thermal-sensor-cells = <1>; > + }; > + > }; > }; >