From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Subject: Re: [PATCH v4 14/16] tegra: fdt: Add LCD definitions for Seaboard Date: Wed, 03 Oct 2012 16:58:47 -0600 Message-ID: <506CC327.2070609@wwwdotorg.org> References: <1348793077-10126-1-git-send-email-sjg@chromium.org> <1348793077-10126-15-git-send-email-sjg@chromium.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1348793077-10126-15-git-send-email-sjg-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: "devicetree-discuss" To: Simon Glass Cc: Devicetree Discuss , U-Boot Mailing List , Jerry Van Baren , Stephen Warren , Tom Warren List-Id: devicetree@vger.kernel.org On 09/27/2012 06:44 PM, Simon Glass wrote: > The Seaboard has a 1366x768 16bpp LCD. The backlight is controlled > by one of the PWMs. > diff --git a/board/nvidia/dts/tegra20-seaboard.dts b/board/nvidia/dts/tegra20-seaboard.dts > + host1x { > + dc@54200000 { So based on my previous comment, I think you want status="okay" at this level too, perhaps even at the host1x level. > + rgb { > + status = "okay"; > + nvidia,panel = <&lcd_panel>; > + }; > + }; > + };