From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1426232AbeCBPy7 (ORCPT ); Fri, 2 Mar 2018 10:54:59 -0500 Received: from szxga07-in.huawei.com ([45.249.212.35]:52768 "EHLO huawei.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1424068AbeCBPy4 (ORCPT ); Fri, 2 Mar 2018 10:54:56 -0500 Subject: Re: [PATCH v3 3/3] arm64: dts: Hi3660: Add binding for stub clock To: Leo Yan , Xu YiPing References: <1510910852-2175-1-git-send-email-xuyiping@hisilicon.com> <1510910852-2175-4-git-send-email-xuyiping@hisilicon.com> <20180228050639.GA20745@leoy-ThinkPad-T440> CC: , , , , , , , , , , , , , , , , , , From: Wei Xu Message-ID: <5A9973BB.7030907@hisilicon.com> Date: Fri, 2 Mar 2018 15:54:35 +0000 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: <20180228050639.GA20745@leoy-ThinkPad-T440> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.202.226.47] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Leo, YiPing, On 2018/2/28 5:06, Leo Yan wrote: > Hi Wei, > > On Fri, Nov 17, 2017 at 05:27:32PM +0800, Xu YiPing wrote: >> From: Kaihua Zhong >> >> Add DT binding for Hi3660 stub clock driver. >> >> Reviewed-by: Leo Yan >> Signed-off-by: Kai Zhao >> Signed-off-by: Tao Wang >> Signed-off-by: Ruyi Wang >> Signed-off-by: Kaihua Zhong > > Could you help to pick up this patch? Thanks! It failed to merge because of the mailbox part. Once the mailbox driver is accepted, I will pick up this. Thanks! Best Regards, Wei > >> --- >> 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 451b6bf..cbbc7f1 100644 >> --- a/arch/arm64/boot/dts/hisilicon/hi3660.dtsi >> +++ b/arch/arm64/boot/dts/hisilicon/hi3660.dtsi >> @@ -293,6 +293,13 @@ >> #mbox-cells = <3>; >> }; >> >> + stub_clock: stub_clock@e896b500 { >> + compatible = "hisilicon,hi3660-stub-clk"; >> + reg = <0x0 0xe896b500 0x0 0x0100>; >> + #clock-cells = <1>; >> + mboxes = <&mailbox 13 3 0>; >> + }; >> + >> dual_timer0: timer@fff14000 { >> compatible = "arm,sp804", "arm,primecell"; >> reg = <0x0 0xfff14000 0x0 0x1000>; >> -- >> 1.9.1 >> > > . >