Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752389AbdGDKvP (ORCPT ); Tue, 4 Jul 2017 06:51:15 -0400 Received: from szxga03-in.huawei.com ([45.249.212.189]:8429 "EHLO szxga03-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752052AbdGDKvN (ORCPT ); Tue, 4 Jul 2017 06:51:13 -0400 From: "Wangtao (Kevin, Kirin)" To: Eduardo Valentin CC: "rui.zhang@intel.com" , "robh+dt@kernel.org" , "mark.rutland@arm.com" , "xuwei (O)" , "catalin.marinas@arm.com" , "will.deacon@arm.com" , "linux-pm@vger.kernel.org" , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "Sunzhaosheng Sun(Zhaosheng)" , "leo.yan@linaro.org" Subject: =?utf-8?B?562U5aSNOiBbUGF0Y2ggdjIgMy8zXSBhcm02NDogZHRzOiByZWdpc3RlciBI?= =?utf-8?Q?i3660's_thermal_sensor?= Thread-Topic: [Patch v2 3/3] arm64: dts: register Hi3660's thermal sensor Thread-Index: AQHS6wofp0xjnuk/XUipjC20pViVraI90c4AgAW+njA= Date: Tue, 4 Jul 2017 10:50:35 +0000 Message-ID: <68C6844FB78C6946B9DB8EACE2D237B0985B5A0D@dggeml507-mbx.china.huawei.com> References: <1497930035-60894-3-git-send-email-kevin.wangtao@hisilicon.com> <1498102923-68481-1-git-send-email-kevin.wangtao@hisilicon.com> <1498102923-68481-3-git-send-email-kevin.wangtao@hisilicon.com> <20170701030613.GC11424@localhost.localdomain> In-Reply-To: <20170701030613.GC11424@localhost.localdomain> Accept-Language: zh-CN, en-US Content-Language: zh-CN X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.142.50.241] Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A020205.595B730A.01DE,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=169.254.2.127, so=2014-11-16 11:51:01, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: 5a1407e61bd3cee5e61b48e8ebdd802d Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by mail.home.local id v64AqgM7015308 Content-Length: 1087 Lines: 38 On 2017/7/1 11:06, "Eduardo Valentin" wrote:> > On Thu, Jun 22, 2017 at 11:42:03AM +0800, Tao Wang wrote: > > Bind thermal sensor driver for Hi3660. > > > > Signed-off-by: Tao Wang > > Signed-off-by: Leo Yan > > --- > > Changes in v2: > > - rebase changes on linux next > > > > arch/arm64/boot/dts/hisilicon/hi3660.dtsi | 6 ++++++ > > 1 file changed, 6 insertions(+) > > > > diff --git a/arch/arm64/boot/dts/hisilicon/hi3660.dtsi > b/arch/arm64/boot/dts/hisilicon/hi3660.dtsi > > index c6a1961..a6a1e01 100644 > > --- a/arch/arm64/boot/dts/hisilicon/hi3660.dtsi > > +++ b/arch/arm64/boot/dts/hisilicon/hi3660.dtsi > > @@ -848,5 +848,11 @@ > > &sdio_cfg_func>; > > status = "disabled"; > > }; > > + > > + tsensor: tsensor { > > + compatible = "hisilicon,hi3660-thermal"; > > + reg = <0x0 0xfff30000 0x0 0x1000>; > > + #thermal-sensor-cells = <1>; > > + }; > > Are you planning to also add thermal zone entries? Yes, after cpufreq enabled. > > > }; > > }; > > -- > > 1.7.9.5 > >