public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Allen Martin <amartin@nvidia.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v4 10/10] tegra: Enable keyboard for Seaboard
Date: Fri, 20 Apr 2012 16:57:33 -0700	[thread overview]
Message-ID: <20120420235733.GD738@nvidia.com> (raw)
In-Reply-To: <1334689297-13489-11-git-send-email-sjg@chromium.org>

On Tue, Apr 17, 2012 at 12:01:37PM -0700, Simon Glass wrote:
> This enables the standard keyboard on Seaboard.
> 
> Signed-off-by: Simon Glass <sjg@chromium.org>
> ---
> 
>  include/configs/seaboard.h |    9 +++++++++
>  1 files changed, 9 insertions(+), 0 deletions(-)
> 
> diff --git a/include/configs/seaboard.h b/include/configs/seaboard.h
> index 3306622..1ee7e12 100644
> --- a/include/configs/seaboard.h
> +++ b/include/configs/seaboard.h
> @@ -114,4 +114,13 @@
>  
>  /* Somewhat oddly, the NAND base address must be a config option */
>  #define CONFIG_SYS_NAND_BASE	TEGRA2_NAND_BASE
> +
> +/* Enable keyboard */
> +#define CONFIG_TEGRA2_KEYBOARD
> +#define CONFIG_KEYBOARD
> +
> +#undef TEGRA2_DEVICE_SETTINGS
> +#define TEGRA2_DEVICE_SETTINGS	"stdin=serial,tegra-kbc\0" \

"usbkbd" would be nice for the springbank version of seaboard,
although that requires CONFIG_USB_KEYBOARD and
CONFIG_SYS_USB_EVENT_POLL as well, so maybe I should just post a
separate patch.

-Allen
-- 
nvpublic

  reply	other threads:[~2012-04-20 23:57 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-17 19:01 [U-Boot] [PATCH v4 0/10] tegra: Enable keyboard with matrix keyboard driver Simon Glass
2012-04-17 19:01 ` [U-Boot] [PATCH v4 01/10] fdt: Add fdtdec functions to read byte array Simon Glass
2012-04-17 19:01 ` [U-Boot] [PATCH v4 02/10] input: Add linux/input.h for key code support Simon Glass
2012-04-17 19:01 ` [U-Boot] [PATCH v4 03/10] input: Add generic keyboard input handler Simon Glass
2012-04-17 19:01 ` [U-Boot] [PATCH v4 04/10] input: Add support for keyboard matrix decoding from an fdt Simon Glass
2012-04-17 19:01 ` [U-Boot] [PATCH v4 05/10] tegra: Add keyboard support to funcmux Simon Glass
2012-04-23 20:56   ` Stephen Warren
2012-04-17 19:01 ` [U-Boot] [PATCH v4 06/10] tegra: fdt: Add keyboard controller definition Simon Glass
2012-04-23 20:57   ` Stephen Warren
2012-04-17 19:01 ` [U-Boot] [PATCH v4 07/10] tegra: fdt: Add keyboard definitions for Seaboard Simon Glass
2012-04-23 20:59   ` Stephen Warren
2012-04-17 19:01 ` [U-Boot] [PATCH v4 08/10] tegra: Add tegra keyboard driver Simon Glass
2012-04-23 21:07   ` Stephen Warren
2012-04-17 19:01 ` [U-Boot] [PATCH v4 09/10] tegra: Switch on console mux and use environment for console Simon Glass
2012-04-23 21:10   ` Stephen Warren
2012-04-17 19:01 ` [U-Boot] [PATCH v4 10/10] tegra: Enable keyboard for Seaboard Simon Glass
2012-04-20 23:57   ` Allen Martin [this message]
2012-04-21  1:17     ` Simon Glass
2012-04-23 21:12   ` Stephen Warren

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120420235733.GD738@nvidia.com \
    --to=amartin@nvidia.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox