From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 98FDCE0080C; Tue, 2 Dec 2014 13:37:58 -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.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.192.169 listed in list.dnswl.org] * 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 Received: from mail-pd0-f169.google.com (mail-pd0-f169.google.com [209.85.192.169]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 6EABAE0030B for ; Tue, 2 Dec 2014 13:37:45 -0800 (PST) Received: by mail-pd0-f169.google.com with SMTP id fp1so13821301pdb.14 for ; Tue, 02 Dec 2014 13:37:45 -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=W277AijC2wR2ZbssOgkD2Pskbq5oRyRHS5R1zIOmLI8=; b=dZBuQPkUFB23ORJZOe0lxBPVXt2/U8/oxv+pVCqaUK8p1CtIQSTKipBlQibXgS2aaT r/ZCNFAmMGXzjFcV0NpBrTA13DleNX07gQ/MPKIZUO9sohlwG0ch5HNr5LpLim2m2gIc KFffLGSywQdjnzlTuc4nusxRrSB5EfF/AgGv+86W7PcMhQS9elImqX4zFc5pDSJ5Lnh6 57G/d/N5JZzOErfQ1ygGcSvVkcNrHhqQcfWziiubp167Zk0sdamBemeCJCB9Pjv8YzN4 +EB0u4vlLPWF4SrG1gdOn9/ed5QNZ6XagxDLw/znmP+HQJhVeYqAjnPPnCg7Kxk6AVH/ qdDw== X-Received: by 10.68.211.104 with SMTP id nb8mr9674682pbc.29.1417556265240; Tue, 02 Dec 2014 13:37:45 -0800 (PST) Received: from [172.16.20.247] (173-10-76-58-BusName-Washington.hfc.comcastbusiness.net. [173.10.76.58]) by mx.google.com with ESMTPSA id ay10sm5986777pdb.43.2014.12.02.13.37.44 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 02 Dec 2014 13:37:44 -0800 (PST) Message-ID: <547E3127.4080307@gmail.com> Date: Tue, 02 Dec 2014 13:37:43 -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: Eric Nelson , Fabio Estevam References: <547DD52A.8090504@boundarydevices.com> <1417547370-15517-1-git-send-email-eric.nelson@boundarydevices.com> <547E0EF6.1050009@boundarydevices.com> <547E0FAD.9090505@gmail.com> <547E1BB4.3090407@boundarydevices.com> <547E2D18.7030505@boundarydevices.com> In-Reply-To: <547E2D18.7030505@boundarydevices.com> Cc: "meta-freescale@yoctoproject.org" , Fabio Estevam , Otavio Salvador , Troy Kisky Subject: Re: [PATCH] imx6qdl-sabrelite: DT: Add I2C2/3 and HDMI support 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: Tue, 02 Dec 2014 21:37:58 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Fabio, Eric, On 12/02/2014 01:20 PM, Eric Nelson wrote: > On 12/02/2014 02:16 PM, Fabio Estevam wrote: >> On Tue, Dec 2, 2014 at 6:06 PM, Eric Nelson >> wrote: >> >>> Fabio, have you tested HDMI on older silicon in recent >>> main-line kernels? >> No, I haven't, but as per Gary's description his issue also appears with TO1.2. >> > Thanks for the feedback Fabio. Thank you both for your support. Fabio was right, by removing the ldb node in the device tree did the trick, HDMI is now working properly. I'll try to look into this issue later. I will submit my kernel patch for T1.0 on both lkml and this mailing today or worst case scenario tomorrow (I have to go back to other issues now). Thanks again! Gary