Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753105AbdFUB6R (ORCPT ); Tue, 20 Jun 2017 21:58:17 -0400 Received: from mail-yw0-f176.google.com ([209.85.161.176]:34886 "EHLO mail-yw0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753011AbdFUB6P (ORCPT ); Tue, 20 Jun 2017 21:58:15 -0400 MIME-Version: 1.0 In-Reply-To: <7abe5b01-c728-accd-d6bb-05d9ceee2176@hisilicon.com> References: <1497930035-60894-1-git-send-email-kevin.wangtao@hisilicon.com> <1497930035-60894-3-git-send-email-kevin.wangtao@hisilicon.com> <7abe5b01-c728-accd-d6bb-05d9ceee2176@hisilicon.com> From: Guodong Xu Date: Wed, 21 Jun 2017 09:58:13 +0800 Message-ID: Subject: Re: [PATCH 3/3] arm64: dts: register Hi3660's thermal sensor To: "Wangtao (Kevin, Kirin)" Cc: edubezval@gmail.com, Leo Yan , linux-pm@vger.kernel.org, "linux-kernel@vger.kernel.org" , Mark Rutland , devicetree@vger.kernel.org, Will Deacon , "xuwei (O)" , Catalin Marinas , "Sunzhaosheng Sun(Zhaosheng)" , rui.zhang@intel.com, linux-arm-kernel , Rob Herring Content-Type: text/plain; charset="UTF-8" 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 quoted-printable to 8bit by mail.home.local id v5L1wR0n023883 Content-Length: 2316 Lines: 77 On Tue, Jun 20, 2017 at 4:32 PM, Wangtao (Kevin, Kirin) wrote: > > > 在 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? As of this morning, it has shown up in linux next tag: next-20170620 https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/tree/arch/arm64/boot/dts/hisilicon?h=next-20170620 -Guodong >> >> >> >> 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 >> >> >> >