Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964904AbbDOGe5 (ORCPT ); Wed, 15 Apr 2015 02:34:57 -0400 Received: from bear.ext.ti.com ([192.94.94.41]:50590 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964835AbbDOGet (ORCPT ); Wed, 15 Apr 2015 02:34:49 -0400 Message-ID: <552E0688.1020903@ti.com> Date: Wed, 15 Apr 2015 09:34:48 +0300 From: Tero Kristo User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Michael Welling , Mike Turquette , Stephen Boyd , , , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , , , , CC: Daniel Mack Subject: Re: AM335x OMAP2 common clock external fixed-clock registration References: <20150414211734.GA28974@deathray> In-Reply-To: <20150414211734.GA28974@deathray> Content-Type: text/plain; charset="windows-1252"; 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: 1379 Lines: 34 On 04/15/2015 12:17 AM, Michael Welling wrote: > Greetings, > > I have developed an AM3354 based SoM and it uses an external SI5351 clock > generator to drive the clock inputs for an external duart and I2S audio > master clock. With the registration according to the documentation the > reference clock is not being detected and hence the clock generator is > not working as expect. > > After trying many different things, I started to look around the mailing > lists to find information related to this issue. > > I came acrossed post that has the exact same issue: > https://lkml.org/lkml/2013/2/18/468 > > Seeing as the patch did not land upstream, I am wondering if there is > a solution that I am not seeing. > > I am willing to provide a patch given appropriate guidance. Hi Michael, The info on the email you referenced is kind of obsolete, TI SoCs are calling of_clk_init() during boot now, and thus external clock nodes should be registered fine also. Maybe you can provide the actual DTS patch you are trying out so we can help better...? Are you seeing any boot time error / warning prints for your new clock? -Tero -- 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/