From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932893AbbJ3QBa (ORCPT ); Fri, 30 Oct 2015 12:01:30 -0400 Received: from smtp.csie.ntu.edu.tw ([140.112.30.61]:48400 "EHLO smtp.csie.ntu.edu.tw" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932874AbbJ3QB1 (ORCPT ); Fri, 30 Oct 2015 12:01:27 -0400 MIME-Version: 1.0 In-Reply-To: <1446214865-3972-7-git-send-email-maxime.ripard@free-electrons.com> References: <1446214865-3972-1-git-send-email-maxime.ripard@free-electrons.com> <1446214865-3972-7-git-send-email-maxime.ripard@free-electrons.com> From: Chen-Yu Tsai Date: Sat, 31 Oct 2015 00:01:01 +0800 Message-ID: Subject: Re: [PATCH 06/19] clk: sunxi: Add Allwinner R8 AHB gates support To: Maxime Ripard Cc: Mike Turquette , Stephen Boyd , David Airlie , Thierry Reding , devicetree , linux-arm-kernel , linux-kernel , linux-clk , dri-devel , linux-sunxi , Laurent Pinchart , Chen-Yu Tsai , Hans de Goede , Alexander Kaplan , Wynter Woods , Boris Brezillon , Thomas Petazzoni , Rob Clark , Daniel Vetter Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 30, 2015 at 10:20 PM, Maxime Ripard wrote: > The R8 has yet another array of gates for AHB. Let's add it to the list of > compatibles we can deal with. > > Signed-off-by: Maxime Ripard > --- > drivers/clk/sunxi/clk-simple-gates.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/clk/sunxi/clk-simple-gates.c b/drivers/clk/sunxi/clk-simple-gates.c > index 5666c767fa14..e3190a8687a8 100644 > --- a/drivers/clk/sunxi/clk-simple-gates.c > +++ b/drivers/clk/sunxi/clk-simple-gates.c > @@ -158,5 +158,7 @@ CLK_OF_DECLARE(sun5i_a10s_ahb, "allwinner,sun5i-a10s-ahb-gates-clk", > sun4i_a10_ahb_init); > CLK_OF_DECLARE(sun5i_a13_ahb, "allwinner,sun5i-a13-ahb-gates-clk", > sun4i_a10_ahb_init); > +CLK_OF_DECLARE(sun5i_r8_ahb, "allwinner,sun5i-r8-ahb-gates-clk", > + sun4i_a10_ahb_init); > CLK_OF_DECLARE(sun7i_a20_ahb, "allwinner,sun7i-a20-ahb-gates-clk", > sun4i_a10_ahb_init); > -- > 2.6.2 > Please also update Documentation/devicetree/bindings/clock/sunxi.txt Otherwise, Acked-by: Chen-Yu Tsai