From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Courbot Subject: Re: [PATCH] ARM: tegra: seaboard: enable internal LCD Date: Sat, 17 Nov 2012 12:18:35 +0900 Message-ID: <50A7020B.6070708@nvidia.com> References: <1353092114-18410-1-git-send-email-swarren@wwwdotorg.org> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1353092114-18410-1-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Stephen Warren Cc: "linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" , Stephen Warren List-Id: linux-tegra@vger.kernel.org On 11/17/2012 03:55 AM, Stephen Warren wrote: > + host1x { > + dc@54200000 { > + rgb { > + status = "okay"; > + nvidia,ddc-i2c-bus = <&lcd_ddc>; > + backlight = <&backlight>; I guess the remark Thierry made on my patch that the property should be "nvidia,backlight" (and that it will not be supported for 3.8 anyway) also applies here. Alex.