From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Wed, 03 Oct 2012 16:58:47 -0600 Subject: [U-Boot] [PATCH v4 14/16] tegra: fdt: Add LCD definitions for Seaboard In-Reply-To: <1348793077-10126-15-git-send-email-sjg@chromium.org> References: <1348793077-10126-1-git-send-email-sjg@chromium.org> <1348793077-10126-15-git-send-email-sjg@chromium.org> Message-ID: <506CC327.2070609@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 at 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>; > + }; > + }; > + };