| Submitter | Simon Glass |
|---|---|
| Date | Dec. 3, 2011, 2:57 a.m. |
| Message ID | <1322881071-11148-2-git-send-email-sjg@chromium.org> |
| Download | mbox | patch |
| Permalink | /patch/129040/ |
| State | New, archived |
| Headers | show
Return-Path: <u-boot-bounces@lists.denx.de> X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 5929DB6F65 for <incoming@patchwork.ozlabs.org>; Sat, 3 Dec 2011 13:59:00 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 194AD282B5; Sat, 3 Dec 2011 03:58:42 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uOMdaLChH1Az; Sat, 3 Dec 2011 03:58:41 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 0AA57282BA; Sat, 3 Dec 2011 03:58:16 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 97CE128284 for <u-boot@lists.denx.de>; Sat, 3 Dec 2011 03:58:09 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wB37kbSd2zUe for <u-boot@lists.denx.de>; Sat, 3 Dec 2011 03:58:09 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-ee0-f74.google.com (mail-ee0-f74.google.com [74.125.83.74]) by theia.denx.de (Postfix) with ESMTPS id ACA212828C for <u-boot@lists.denx.de>; Sat, 3 Dec 2011 03:58:05 +0100 (CET) Received: by mail-ee0-f74.google.com with SMTP id d41so53115eek.3 for <u-boot@lists.denx.de>; Fri, 02 Dec 2011 18:58:05 -0800 (PST) Received: by 10.14.17.75 with SMTP id i51mr1053246eei.1.1322881085840; Fri, 02 Dec 2011 18:58:05 -0800 (PST) Received: by 10.14.17.75 with SMTP id i51mr1053219eei.1.1322881085667; Fri, 02 Dec 2011 18:58:05 -0800 (PST) Received: from hpza10.eem.corp.google.com ([74.125.121.33]) by gmr-mx.google.com with ESMTPS id i11si6868107eea.0.2011.12.02.18.58.05 (version=TLSv1/SSLv3 cipher=AES128-SHA); Fri, 02 Dec 2011 18:58:05 -0800 (PST) Received: from wpaz5.hot.corp.google.com (wpaz5.hot.corp.google.com [172.24.198.69]) by hpza10.eem.corp.google.com (Postfix) with ESMTPS id 6B90F20004E; Fri, 2 Dec 2011 18:58:05 -0800 (PST) Received: from sglass.mtv.corp.google.com (sglass.mtv.corp.google.com [172.22.72.144]) by wpaz5.hot.corp.google.com with ESMTP id pB32w2Xd020739; Fri, 2 Dec 2011 18:58:03 -0800 Received: by sglass.mtv.corp.google.com (Postfix, from userid 121222) id 98D3C140A89; Fri, 2 Dec 2011 18:58:02 -0800 (PST) From: Simon Glass <sjg@chromium.org> To: U-Boot Mailing List <u-boot@lists.denx.de> Date: Fri, 2 Dec 2011 18:57:46 -0800 Message-Id: <1322881071-11148-2-git-send-email-sjg@chromium.org> X-Mailer: git-send-email 1.7.3.1 In-Reply-To: <1322881071-11148-1-git-send-email-sjg@chromium.org> References: <1322881071-11148-1-git-send-email-sjg@chromium.org> X-System-Of-Record: true Cc: Anton Staff <robotboy@chromium.org>, Jerry Van Baren <vanbaren@cideas.com>, Tom Warren <twarren@nvidia.com>, Devicetree Discuss <devicetree-discuss@lists.ozlabs.org> Subject: [U-Boot] [PATCH 1/6] tegra: fdt: Add keyboard controller definition X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion <u-boot.lists.denx.de> List-Unsubscribe: <http://lists.denx.de/mailman/options/u-boot>, <mailto:u-boot-request@lists.denx.de?subject=unsubscribe> List-Archive: <http://lists.denx.de/pipermail/u-boot> List-Post: <mailto:u-boot@lists.denx.de> List-Help: <mailto:u-boot-request@lists.denx.de?subject=help> List-Subscribe: <http://lists.denx.de/mailman/listinfo/u-boot>, <mailto:u-boot-request@lists.denx.de?subject=subscribe> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de |
Comments
Simon Glass - Dec. 3, 2011, 2:57 a.m.
Patch
diff --git a/arch/arm/dts/tegra20.dtsi b/arch/arm/dts/tegra20.dtsi index d7ab843..5344b39 100644 --- a/arch/arm/dts/tegra20.dtsi +++ b/arch/arm/dts/tegra20.dtsi @@ -234,5 +234,9 @@ periph-id = <59>; // PERIPH_ID_USB3 }; + kbc@7000e200 { + compatible = "nvidia,tegra20-kbc"; + reg = <0x7000e200 0x0078>; + }; };