From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tero Kristo Subject: Re: [PATCH v2 0/2] ARM: OMAP4: Fix gpmc_fck clock Date: Wed, 19 Feb 2014 18:22:04 +0200 Message-ID: <5304DA2C.3030605@ti.com> References: <1392801305-1698-1-git-send-email-florian.vaussard@epfl.ch> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1392801305-1698-1-git-send-email-florian.vaussard@epfl.ch> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Florian Vaussard , =?ISO-8859-1?Q?Beno=EEt_?= =?ISO-8859-1?Q?Cousson?= , Tony Lindgren Cc: linux-omap@vger.kernel.org, Mike Turquette , linux-arm-kernel@lists.infradead.org List-Id: linux-omap@vger.kernel.org On 02/19/2014 11:15 AM, Florian Vaussard wrote: > Hello, > > Trying to get my SMSC9221 working on OMAP4 with DT, > I faced a misconfigured gpmc_fck (dummy clock set to 0) > resulting in serveral division-by-zero, misconfigured > timings and driver lost in the La La Land. > > To solve this, patch 1 removes gpmc_fck from the dummy > clocks, and patch 2 adds the gpmc_fck DT node and > reference it from the gpmc node. > > Tested on DuoVero/Parlor (OMAP4430) with SMSC9221. I can't test GPMC myself, but other than that, this set looks good to go. -Tero > > Regards, > Florian > --- > Since v1: > - Removed the gpmc_fck clock node, and reference directly l3_ick > > Florian Vaussard (2): > CLK: TI: OMAP4: Remove gpmc_fck from dummy clocks > ARM: DTS: OMAP4: Use l3_ick for the gpmc node > > arch/arm/boot/dts/omap4.dtsi | 2 ++ > drivers/clk/ti/clk-44xx.c | 1 - > 2 files changed, 2 insertions(+), 1 deletion(-) > From mboxrd@z Thu Jan 1 00:00:00 1970 From: t-kristo@ti.com (Tero Kristo) Date: Wed, 19 Feb 2014 18:22:04 +0200 Subject: [PATCH v2 0/2] ARM: OMAP4: Fix gpmc_fck clock In-Reply-To: <1392801305-1698-1-git-send-email-florian.vaussard@epfl.ch> References: <1392801305-1698-1-git-send-email-florian.vaussard@epfl.ch> Message-ID: <5304DA2C.3030605@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 02/19/2014 11:15 AM, Florian Vaussard wrote: > Hello, > > Trying to get my SMSC9221 working on OMAP4 with DT, > I faced a misconfigured gpmc_fck (dummy clock set to 0) > resulting in serveral division-by-zero, misconfigured > timings and driver lost in the La La Land. > > To solve this, patch 1 removes gpmc_fck from the dummy > clocks, and patch 2 adds the gpmc_fck DT node and > reference it from the gpmc node. > > Tested on DuoVero/Parlor (OMAP4430) with SMSC9221. I can't test GPMC myself, but other than that, this set looks good to go. -Tero > > Regards, > Florian > --- > Since v1: > - Removed the gpmc_fck clock node, and reference directly l3_ick > > Florian Vaussard (2): > CLK: TI: OMAP4: Remove gpmc_fck from dummy clocks > ARM: DTS: OMAP4: Use l3_ick for the gpmc node > > arch/arm/boot/dts/omap4.dtsi | 2 ++ > drivers/clk/ti/clk-44xx.c | 1 - > 2 files changed, 2 insertions(+), 1 deletion(-) >