From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 9D5A0E0080C; Tue, 2 Dec 2014 11:15:00 -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.220.50 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-pa0-f50.google.com (mail-pa0-f50.google.com [209.85.220.50]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 5E77DE0030B for ; Tue, 2 Dec 2014 11:14:55 -0800 (PST) Received: by mail-pa0-f50.google.com with SMTP id bj1so14031955pad.37 for ; Tue, 02 Dec 2014 11:14:55 -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=Gf7rooLL5DnKmdD6f+aRyPm7MWvDq3KfpEnqCgl4PTQ=; b=h5PIH9nYVOZEoPtqmnNlGhyTRYmKYU8Gztlt7biakulSwqnOqd5FCHTKgNmh9+51vD OfV1MFk3pQ81DD4RV7J6d1k3r18hrBzNqwQk3LitVBhax8luEWzhTJn5Twke8oEnyMKZ rZT7IQPWVmT/+1USm7Ul2NMntqhyjWN8RpMFDqTi7HD0gn+F+Z5/7Zcsu9F7FgLh39TN ok44vDNibHQ1N7cdPUl21je38xCgQLH7bjgoR4MtQsL0B9gVtIdv8hpCeboHTZYTZUXc qRUx9B6m6iKJHHIjfsRpB2F08cDkcuD8yDVqT2ualkXFz7r5oZmxoya6c+RQsFfswUOT qtbA== X-Received: by 10.68.143.226 with SMTP id sh2mr8763699pbb.62.1417547695264; Tue, 02 Dec 2014 11:14:55 -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 ju4sm20897499pbc.81.2014.12.02.11.14.53 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 02 Dec 2014 11:14:54 -0800 (PST) Message-ID: <547E0FAD.9090505@gmail.com> Date: Tue, 02 Dec 2014 11:14:53 -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 , meta-freescale@yoctoproject.org References: <547DD52A.8090504@boundarydevices.com> <1417547370-15517-1-git-send-email-eric.nelson@boundarydevices.com> <547E0EF6.1050009@boundarydevices.com> In-Reply-To: <547E0EF6.1050009@boundarydevices.com> Cc: fabio.estevam@freescale.com, otavio@ossystems.com.br, troy.kisky@boundarydevices.com 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 19:15:00 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Hi Eric, On 12/02/2014 11:11 AM, Eric Nelson wrote: > On 12/02/2014 12:09 PM, Eric Nelson wrote: >> It looks like a few patches are missing for SABRE Lite. >> >> The following is essentially an aggregation of these patches >> for Nitrogen6x in main-line: >> 43c3c00 - ARM: dts: nitrogen6x: add i2c2 >> d653620 - ARM: dts: nitrogen6x: add hdmi >> 1dffdd6 - ARM: dts: nitrogen6x: add i2c3 >> >> Signed-off-by: Eric Nelson > N.B. This is **not a patch for fsl-community-bsp**. > > I just sent as a patch to make it easy for Gary to apply to > his main-line kernel tree. > > Regards, > > > Eric I ported those changes already during my testing. Then I've tried a Nitrogen board directly and got the same results. Do you confirm HDMI is working fine on mainline? Thanks, Gary