From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id BFA5AE0080C; Tue, 2 Dec 2014 14:54:35 -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) * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.192.170 listed in list.dnswl.org] * -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-f170.google.com (mail-pd0-f170.google.com [209.85.192.170]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 7130CE0030B for ; Tue, 2 Dec 2014 14:54:34 -0800 (PST) Received: by mail-pd0-f170.google.com with SMTP id fp1so14154827pdb.29 for ; Tue, 02 Dec 2014 14:54:34 -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=ToERUE+7nRZto9hSHWUzQc9NxArxNPNIYOtwhamDM48=; b=sKC9Y6YAmzBuzfTivP6HP1OIYQ5s1nIeK2PlFhArAI/l2rcS2f2uZI0UDiS4E5D8DH o696KglJqcXygc/N+0rntjWlT+EoIEW7lviih/TmXIqaK2pm/4XsMj6DuBWm0rXzZRUI dRlQCMoUmxDWWWV6Y+TWbXFg7ReeQFv7GqorSYlJBXMraZUgFKnJvDyW+h3AGmo35p9x J1JIZzqBbTEm5N6mU1hSw6rnH2FxVe6ALUYjWLhLYdlF7Do9X6ldmk6UBV8+BtYl8FpA /W2GLCDjSTl5ELMsLrNAY0nZd8Tv1rKYA2LDq3cqNyGwm0j/1RvlAVnJuopGBUwBvE+u Rd6A== X-Received: by 10.69.0.138 with SMTP id ay10mr10079700pbd.110.1417560874484; Tue, 02 Dec 2014 14:54:34 -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 ap5sm21351457pad.22.2014.12.02.14.54.33 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 02 Dec 2014 14:54:33 -0800 (PST) Message-ID: <547E4328.8010107@gmail.com> Date: Tue, 02 Dec 2014 14:54:32 -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> <547E3127.4080307@gmail.com> <547E40E4.3060102@boundarydevices.com> In-Reply-To: <547E40E4.3060102@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 22:54:35 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Hi Eric, On 12/02/2014 02:44 PM, Eric Nelson wrote: >> [snip] >> 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'm not sure why you're both seeing this. I was able to get > proper HDMI operation without hacking the device tree. > Do you have an LVDS display connected to the board in your case? My setup only has the HDMI is connected. >> 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). >> > I'm looking forward to it. There are others out there with > the older silicon, and most users want HDMI support. Don't expect something fancy, it's just one mis-configured clock ;-) Gary