Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932489AbbFTOn5 (ORCPT ); Sat, 20 Jun 2015 10:43:57 -0400 Received: from mail-la0-f43.google.com ([209.85.215.43]:33290 "EHLO mail-la0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932433AbbFTOnt (ORCPT ); Sat, 20 Jun 2015 10:43:49 -0400 MIME-Version: 1.0 In-Reply-To: <1434809732-8996-3-git-send-email-tremyfr@gmail.com> References: <1434809732-8996-1-git-send-email-tremyfr@gmail.com> <1434809732-8996-3-git-send-email-tremyfr@gmail.com> Date: Sat, 20 Jun 2015 11:43:48 -0300 Message-ID: Subject: Re: [PATCH v2 2/6] imx35: define two clocks for rtc From: Fabio Estevam To: Philippe Reynes Cc: Alessandro Zummo , Alexandre Belloni , Shawn Guo , Sascha Hauer , Russell King , rtc-linux@googlegroups.com, linux-kernel , "linux-arm-kernel@lists.infradead.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 545 Lines: 12 On Sat, Jun 20, 2015 at 11:15 AM, Philippe Reynes wrote: > @@ -240,6 +241,9 @@ int __init mx35_clocks_init(void) > clk_register_clkdev(clk[ipg], "ipg", "imx21-uart.1"); > clk_register_clkdev(clk[uart3_gate], "per", "imx21-uart.2"); > clk_register_clkdev(clk[ipg], "ipg", "imx21-uart.2"); > + /* i.mx35 has the i.mx21 type uart */ I think you meant rtc, not uart :-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in Please read the FAQ at http://www.tux.org/lkml/