Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753967AbbKXJg3 (ORCPT ); Tue, 24 Nov 2015 04:36:29 -0500 Received: from devils.ext.ti.com ([198.47.26.153]:38026 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753673AbbKXJgW (ORCPT ); Tue, 24 Nov 2015 04:36:22 -0500 Subject: Re: [PATCH v2 2/4] clk: ti816x: Add missing dmtimer clkdev entries To: Neil Armstrong , Tony Lindgren , Paul Walmsley References: <56461006.5080309@baylibre.com> CC: , , , Brian Hutchinson , , From: Tero Kristo Message-ID: <56542FBD.8090404@ti.com> Date: Tue, 24 Nov 2015 11:37:01 +0200 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <56461006.5080309@baylibre.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1350 Lines: 39 On 11/13/2015 06:29 PM, Neil Armstrong wrote: > Add missing clkdev dmtimer related entries for dm816x. > 32Khz and ext sources were missing. > > Cc: Brian Hutchinson > Acked-by: Tony Lindgren > Signed-off-by: Neil Armstrong Your own sign-off should be at the top of the list, fixed this locally myself. Queued for 4.4-rc-fixes, thanks. -Tero > --- > drivers/clk/ti/clk-816x.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/clk/ti/clk-816x.c b/drivers/clk/ti/clk-816x.c > index 1dfad0c..2a5d84f 100644 > --- a/drivers/clk/ti/clk-816x.c > +++ b/drivers/clk/ti/clk-816x.c > @@ -20,6 +20,8 @@ static struct ti_dt_clk dm816x_clks[] = { > DT_CLK(NULL, "sys_clkin", "sys_clkin_ck"), > DT_CLK(NULL, "timer_sys_ck", "sys_clkin_ck"), > DT_CLK(NULL, "sys_32k_ck", "sys_32k_ck"), > + DT_CLK(NULL, "timer_32k_ck", "sysclk18_ck"), > + DT_CLK(NULL, "timer_ext_ck", "tclkin_ck"), > DT_CLK(NULL, "mpu_ck", "mpu_ck"), > DT_CLK(NULL, "timer1_fck", "timer1_fck"), > DT_CLK(NULL, "timer2_fck", "timer2_fck"), > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/