From mboxrd@z Thu Jan 1 00:00:00 1970 From: leo.yan@linaro.org (Leo Yan) Date: Wed, 28 Feb 2018 13:06:39 +0800 Subject: [PATCH v3 3/3] arm64: dts: Hi3660: Add binding for stub clock In-Reply-To: <1510910852-2175-4-git-send-email-xuyiping@hisilicon.com> References: <1510910852-2175-1-git-send-email-xuyiping@hisilicon.com> <1510910852-2175-4-git-send-email-xuyiping@hisilicon.com> Message-ID: <20180228050639.GA20745@leoy-ThinkPad-T440> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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! > --- > 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 at e896b500 { > + compatible = "hisilicon,hi3660-stub-clk"; > + reg = <0x0 0xe896b500 0x0 0x0100>; > + #clock-cells = <1>; > + mboxes = <&mailbox 13 3 0>; > + }; > + > dual_timer0: timer at fff14000 { > compatible = "arm,sp804", "arm,primecell"; > reg = <0x0 0xfff14000 0x0 0x1000>; > -- > 1.9.1 >