Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751078AbdFTIcl (ORCPT ); Tue, 20 Jun 2017 04:32:41 -0400 Received: from szxga02-in.huawei.com ([45.249.212.188]:8353 "EHLO szxga02-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750863AbdFTIci (ORCPT ); Tue, 20 Jun 2017 04:32:38 -0400 Subject: Re: [PATCH 3/3] arm64: dts: register Hi3660's thermal sensor To: Guodong Xu CC: , Leo Yan , , , , , , , , , , , References: <1497930035-60894-1-git-send-email-kevin.wangtao@hisilicon.com> <1497930035-60894-3-git-send-email-kevin.wangtao@hisilicon.com> From: "Wangtao (Kevin, Kirin)" Message-ID: <7abe5b01-c728-accd-d6bb-05d9ceee2176@hisilicon.com> Date: Tue, 20 Jun 2017 16:32:09 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: [10.121.88.70] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A020201.5948DDA1.01AB,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: b6d02155e29005ea273aa83d08fb4931 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1942 Lines: 53 在 2017/6/20 15:38, Guodong Xu 写道: > > > 2017年6月20日 上午11:49,"Tao Wang" >写道: > > Bind thermal sensor driver for Hi3660. > > Signed-off-by: Tao Wang > > Signed-off-by: Leo Yan > > --- > arch/arm64/boot/dts/hisilicon/hi3660.dtsi | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/arch/arm64/boot/dts/hisilicon/hi3660.dtsi b/arch/arm64/boot/dts/hisilicon/hi3660.dtsi > index 3983086..cc67958 100644 > --- a/arch/arm64/boot/dts/hisilicon/hi3660.dtsi > +++ b/arch/arm64/boot/dts/hisilicon/hi3660.dtsi > @@ -156,5 +156,12 @@ > > > i am wondering which tree this patch should be applied to. Actually Olof Johansson olof@lixom.net just merged hi3660 dts into his tree. You should better rebase you dts patch onto that. Can you share me the git path? > > > clock-names = "uartclk", "apb_pclk"; > status = "disabled"; > }; > + > + tsensor: tsensor { > + compatible = "hisilicon,thermal-hi3660"; > + reg = <0x0 0xfff30000 0x0 0x1000>; > + #thermal-sensor-cells = <1>; > + status = "ok"; > > > please remove status ok. that's default. redundant. ok > > + }; > }; > }; > -- > 1.7.9.5 > > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel > >