From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Subject: Re: [PATCH v3 5/9] tegra: fdt: Add keyboard controller definition Date: Fri, 20 Jan 2012 16:30:44 -0700 Message-ID: <4F19F924.5020508@nvidia.com> References: <1326780682-10260-1-git-send-email-sjg@chromium.org> <1326780682-10260-6-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: <1326780682-10260-6-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: U-Boot Mailing List , Devicetree Discuss , Tom Warren , Jerry Van Baren List-Id: devicetree@vger.kernel.org On 01/16/2012 11:11 PM, Simon Glass wrote: > From: Anton Staff > > The Tegra keyboard controller provides a simple interface to a matrix > keyboard. > diff --git a/arch/arm/dts/tegra20.dtsi b/arch/arm/dts/tegra20.dtsi > + kbc@7000e200 { > + compatible = "nvidia,tegra20-kbc"; > + reg = <0x7000e200 0x0078>; > + }; The KBC has interrupts to, which should be added to the .dtsi even if you don't use them. I think you want: interrupts = <0 85 0x04>; -- nvpublic From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Fri, 20 Jan 2012 16:30:44 -0700 Subject: [U-Boot] [PATCH v3 5/9] tegra: fdt: Add keyboard controller definition In-Reply-To: <1326780682-10260-6-git-send-email-sjg@chromium.org> References: <1326780682-10260-1-git-send-email-sjg@chromium.org> <1326780682-10260-6-git-send-email-sjg@chromium.org> Message-ID: <4F19F924.5020508@nvidia.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 01/16/2012 11:11 PM, Simon Glass wrote: > From: Anton Staff > > The Tegra keyboard controller provides a simple interface to a matrix > keyboard. > diff --git a/arch/arm/dts/tegra20.dtsi b/arch/arm/dts/tegra20.dtsi > + kbc at 7000e200 { > + compatible = "nvidia,tegra20-kbc"; > + reg = <0x7000e200 0x0078>; > + }; The KBC has interrupts to, which should be added to the .dtsi even if you don't use them. I think you want: interrupts = <0 85 0x04>; -- nvpublic