From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Likely Subject: Re: [PATCH v4 5/5] fsl-diu-fb: Support setting display mode using EDID Date: Thu, 16 Dec 2010 10:06:59 -0700 Message-ID: References: <1279893639-24333-1-git-send-email-agust@denx.de> <1279893639-24333-6-git-send-email-agust@denx.de> <4D0A446E.5020600@freescale.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4D0A446E.5020600-KZfg59tc24xl57MIdRCFDg@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org To: Timur Tabi Cc: linuxppc-dev-mnsaURCQ41sdnm+yROfE0A@public.gmane.org, linux-fbdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org List-Id: devicetree@vger.kernel.org On Thu, Dec 16, 2010 at 9:55 AM, Timur Tabi wrote: > Grant Likely wrote: >> This is for devices which don't have an i2c edid channel. > > So are we expecting board-specific code in U-Boot to add the data to the device > tree? No. It is a static property of the board/machine. It is expected it to be encoded into the board's .dts file. g. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Likely Date: Thu, 16 Dec 2010 17:06:59 +0000 Subject: Re: [PATCH v4 5/5] fsl-diu-fb: Support setting display mode using EDID Message-Id: List-Id: References: <1279893639-24333-1-git-send-email-agust@denx.de> <1279893639-24333-6-git-send-email-agust@denx.de> <4D0A446E.5020600@freescale.com> In-Reply-To: <4D0A446E.5020600-KZfg59tc24xl57MIdRCFDg@public.gmane.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Timur Tabi Cc: linuxppc-dev-mnsaURCQ41sdnm+yROfE0A@public.gmane.org, linux-fbdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org On Thu, Dec 16, 2010 at 9:55 AM, Timur Tabi wrote: > Grant Likely wrote: >> This is for devices which don't have an i2c edid channel. > > So are we expecting board-specific code in U-Boot to add the data to the device > tree? No. It is a static property of the board/machine. It is expected it to be encoded into the board's .dts file. g. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-iw0-f170.google.com (mail-iw0-f170.google.com [209.85.214.170]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority" (verified OK)) by ozlabs.org (Postfix) with ESMTPS id DF1581007D3 for ; Fri, 17 Dec 2010 04:07:22 +1100 (EST) Received: by iwn6 with SMTP id 6so4508247iwn.15 for ; Thu, 16 Dec 2010 09:07:20 -0800 (PST) MIME-Version: 1.0 Sender: glikely@secretlab.ca In-Reply-To: <4D0A446E.5020600@freescale.com> References: <1279893639-24333-1-git-send-email-agust@denx.de> <1279893639-24333-6-git-send-email-agust@denx.de> <4D0A446E.5020600@freescale.com> From: Grant Likely Date: Thu, 16 Dec 2010 10:06:59 -0700 Message-ID: Subject: Re: [PATCH v4 5/5] fsl-diu-fb: Support setting display mode using EDID To: Timur Tabi Content-Type: text/plain; charset=ISO-8859-1 Cc: linuxppc-dev@ozlabs.org, linux-fbdev@vger.kernel.org, Anatolij Gustschin , devicetree-discuss@lists.ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, Dec 16, 2010 at 9:55 AM, Timur Tabi wrote: > Grant Likely wrote: >> This is for devices which don't have an i2c edid channel. > > So are we expecting board-specific code in U-Boot to add the data to the device > tree? No. It is a static property of the board/machine. It is expected it to be encoded into the board's .dts file. g.