From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752548AbaA2Sw2 (ORCPT ); Wed, 29 Jan 2014 13:52:28 -0500 Received: from mail-ee0-f51.google.com ([74.125.83.51]:56963 "EHLO mail-ee0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750896AbaA2Sw1 (ORCPT ); Wed, 29 Jan 2014 13:52:27 -0500 Message-ID: <52E94DE6.9050806@gmail.com> Date: Wed, 29 Jan 2014 20:52:22 +0200 From: Ivaylo Dimitrov User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Tomi Valkeinen CC: "linux-omap@vger.kernel.org" , linux-kernel@vger.kernel.org, pali.rohar@gmail.com, pavel@ucw.cz, chf.fritz@googlemail.com, Tero Kristo , nm@ti.com Subject: Re: [BISECTED] OMAP: DSS: clk rate mismatch References: <52E697C0.6000202@gmail.com> <52E7614E.8010903@ti.com> <52E76EE0.2060006@ti.com> <52E7F451.7040708@gmail.com> <52E8E643.60408@ti.com> In-Reply-To: <52E8E643.60408@ti.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 On 29.01.2014 13:30, Tomi Valkeinen wrote: > On 2014-01-28 20:17, Ivaylo Dimitrov wrote: >> >> >> On 28.01.2014 10:48, Tomi Valkeinen wrote: >> >>> I made a somewhat hacky quickfix for beagle. Applying that and the >>> clk-divider from the link above makes things work for me. However, as I >>> said, the issue with n900 might be different, but it'd be interesting to >>> hear if it has any effect. >>> >>> Tomi >>> >> >> Applying those 2 patches doesn't help, still get exactly the same warning. >> >> Find attached my clk_summary (with my hacky patch applied, otherwise I >> cannot boot the device) > > Can you try this one: > > From e511789f7be00beeeee0712910c60a57c51b2705 Mon Sep 17 00:00:00 2001 > From: Tomi Valkeinen > Date: Wed, 29 Jan 2014 13:28:53 +0200 > Subject: [PATCH] clkoutx2 fix > > --- > arch/arm/mach-omap2/cclock3xxx_data.c | 7 +++++++ > arch/arm/mach-omap2/dpll3xxx.c | 20 ++++++++++++++++++++ > 2 files changed, 27 insertions(+) > Yep, that one fixes the problem. Thanks! Now I only need to find why maemo is 10 times slower with linux-next compared to 3.13-rc7, but that is another story :). Ivo