From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 5814AE00521; Wed, 3 Dec 2014 16:05:16 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider * (bisson.gary[at]gmail.com) * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.192.175 listed in list.dnswl.org] Received: from mail-pd0-f175.google.com (mail-pd0-f175.google.com [209.85.192.175]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 147C4E002F9 for ; Wed, 3 Dec 2014 16:05:13 -0800 (PST) Received: by mail-pd0-f175.google.com with SMTP id y10so16531254pdj.20 for ; Wed, 03 Dec 2014 16:05:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=KBmmR1a3he5R6eRbvGI+Q/x/mnCTaUN9V8+3mNL2Qug=; b=LtJGV47HMJwC9Muw2kksT8NmMAJ8dOfqwixxDtZU2tYwC1orGZf2npqKYt93uv7ttM pIc39mgJNmZvV7sI1H3AyTUIBshs1wB0ddZN9WAz3eGqRpVjtbys7fHw0ju4PfPP7iOi QWndOhsHu6bg2MykpaeVeUEEr3KsqgXlteammxft/zdeNN91LRjABDB7eNlW5yyiga98 UQ2L3VUWPZmWVofKnQ+4Lsdi6ViQmaWe7ojOM171npjpFzWurjC6dJ+nCZ2HKJrIzA56 lQMyRGUPdXjb3i56tgK4FfFMNcwXEn0fEFqTgkqpEqdDYFyQwO9ZB+B898BIBAjakOdT kQsA== X-Received: by 10.70.53.35 with SMTP id y3mr13335794pdo.27.1417651512919; Wed, 03 Dec 2014 16:05:12 -0800 (PST) Received: from [172.16.20.218] (173-10-76-58-BusName-Washington.hfc.comcastbusiness.net. [173.10.76.58]) by mx.google.com with ESMTPSA id qd10sm24017863pbc.86.2014.12.03.16.05.11 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 03 Dec 2014 16:05:12 -0800 (PST) Message-ID: <547FA537.5010508@gmail.com> Date: Wed, 03 Dec 2014 16:05:11 -0800 From: Gary Bisson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.2.0 MIME-Version: 1.0 To: Otavio Salvador References: <1417648211-30759-1-git-send-email-bisson.gary@gmail.com> In-Reply-To: Cc: "meta-freescale@yoctoproject.org" , Fabio Estevam Subject: Re: [PATCH v3] linux-imx: add clock patch for revision T0 1.0 of i.MX6Q X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2014 00:05:16 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Hi Otavio, On 12/03/2014 03:13 PM, Otavio Salvador wrote: > On Wed, Dec 3, 2014 at 9:10 PM, Gary Bisson wrote: >> The post dividers do not work on i.MX6Q rev T0 1.0 so they must be fixed >> to 1. As the table index was wrong, a divider a of 4 could still be >> requested which implied the clock not to be set properly. This is the >> root cause of the HDMI not working at high resolution on rev T0 1.0 of >> the SoC, giving the following error: >> mxc_sdc_fb fb.27: timeout when waiting for flip irq >> >> Signed-off-by: Gary Bisson > Perfect. I will apply it soon. > > Would you mind to also prepare one for 3.10.31-1.1.0-beta? Sure, will do. Thanks, Gary