From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Subject: Re: [PATCH 2/6] tegra: fdt: Add keyboard definitions for Seaboard Date: Mon, 05 Dec 2011 16:49:59 -0700 Message-ID: <4EDD58A7.3070104@nvidia.com> References: <1322881071-11148-1-git-send-email-sjg@chromium.org> <1322881071-11148-3-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: <1322881071-11148-3-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-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org To: Simon Glass Cc: Albert ARIBAUD , Devicetree Discuss , U-Boot Mailing List , Jerry Van Baren , Tom Warren List-Id: devicetree@vger.kernel.org On 12/02/2011 07:57 PM, Simon Glass wrote: > From: Anton Staff > > Seaboard uses a QUERTY keyboard. We add key codes for this to > enable key scanning to work. > +++ b/board/nvidia/dts/tegra2-seaboard.dts ... > + kbc@7000e200 { > + status = "okay"; That's the default, so this isn't needed; instead, add status = "disabled" to any boards that don't use kbc. -- nvpublic