Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752604AbdGADGX (ORCPT ); Fri, 30 Jun 2017 23:06:23 -0400 Received: from mail-pg0-f66.google.com ([74.125.83.66]:35202 "EHLO mail-pg0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751994AbdGADGU (ORCPT ); Fri, 30 Jun 2017 23:06:20 -0400 Date: Fri, 30 Jun 2017 20:06:14 -0700 From: Eduardo Valentin To: Tao Wang Cc: rui.zhang@intel.com, robh+dt@kernel.org, mark.rutland@arm.com, xuwei5@hisilicon.com, 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@hisilicon.com, leo.yan@linaro.org Subject: Re: [Patch v2 3/3] arm64: dts: register Hi3660's thermal sensor Message-ID: <20170701030613.GC11424@localhost.localdomain> 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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1498102923-68481-3-git-send-email-kevin.wangtao@hisilicon.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 924 Lines: 34 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? > }; > }; > -- > 1.7.9.5 >