Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753476AbdIDJVj (ORCPT ); Mon, 4 Sep 2017 05:21:39 -0400 Received: from szxga04-in.huawei.com ([45.249.212.190]:5518 "EHLO szxga04-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753359AbdIDJVh (ORCPT ); Mon, 4 Sep 2017 05:21:37 -0400 Subject: Re: [PATCH 2/2] arm64: dts: hi6220: enable watchdog To: Stephen Boyd References: <1503993518-24428-1-git-send-email-leo.yan@linaro.org> <1503993518-24428-2-git-send-email-leo.yan@linaro.org> <20170901013233.GL21656@codeaurora.org> <59A937E7.2060303@hisilicon.com> <20170901202816.GZ21656@codeaurora.org> CC: Leo Yan , Rob Herring , "Mark Rutland" , Michael Turquette , Zhangfei Gao , , , , , Dmitry Shmidt , Guodong Xu , Haojian Zhuang From: Wei Xu Message-ID: <59AD1AFC.8060600@hisilicon.com> Date: Mon, 4 Sep 2017 10:21:00 +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: <20170901202816.GZ21656@codeaurora.org> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.203.181.155] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A020202.59AD1B0D.009F,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: d7aabc61d8b95eac418583da837fe05f Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 849 Lines: 34 Hi Stephen, On 2017/9/1 21:28, Stephen Boyd wrote: > On 09/01, Wei Xu wrote: >> Hi Stephen, >> >> On 2017/9/1 2:32, Stephen Boyd wrote: >>> On 08/29, Leo Yan wrote: >>>> From: Dmitry Shmidt >>>> >>>> This patch is to add watchdog binding for Hi6220 on Hikey board. >>>> >>>> Signed-off-by: Dmitry Shmidt >>>> --- >>> >>> This will go through arm-soc? >>> >> >> Can you pick up it for v4.14? >> Otherwise I am fine to pick up it and queue for v4.15. > > Sounds like it will go for v4.15. Otherwise, you can send it to > arm-soc with the raw number instead of #define number and then > fix it up to use the #define later. > I did not get your meaning. Do you mean the "HI6220_WDT0/1/2_PCLK" in the patch 1 that we need to replace with raw number? They are already in the mainline. Best Regards, Wei