From mboxrd@z Thu Jan 1 00:00:00 1970 From: maramaopercheseimorto@gmail.com (Alberto Panizzo) Date: Wed, 19 May 2010 10:58:28 +0200 Subject: [PATCH 2/2] mx31_3ds: Support the keypad situated in the personality board In-Reply-To: <20100518084539.GC31199@pengutronix.de> References: <1274120092.3578.34.camel@realization> <1274120414.3578.36.camel@realization> <20100518084539.GC31199@pengutronix.de> Message-ID: <1274259508.3123.0.camel@realization> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On mar, 2010-05-18 at 10:45 +0200, MXC Sascha Hauer wrote: > Hi Alberto, > > On Mon, May 17, 2010 at 08:20:14PM +0200, Alberto Panizzo wrote: > > > > > > Signed-off-by: Alberto Panizzo > > --- > > > > this patch is built over the today mxc-master branch > > > > arch/arm/mach-mx3/mach-mx31_3ds.c | 32 ++++++++++++++++++++++++++++++++ > > 1 files changed, 32 insertions(+), 0 deletions(-) > > > > diff --git a/arch/arm/mach-mx3/mach-mx31_3ds.c b/arch/arm/mach-mx3/mach-mx31_3ds.c > > index 55d6117..745675b 100644 > > --- a/arch/arm/mach-mx3/mach-mx31_3ds.c > > +++ b/arch/arm/mach-mx3/mach-mx31_3ds.c > > @@ -28,6 +28,7 @@ > > #include > > #include > > #include > > +#include > > > > #include > > #include > > @@ -82,6 +83,35 @@ static int mx31_3ds_pins[] = { > > MX31_PIN_USBOTG_DIR__USBOTG_DIR, > > MX31_PIN_USBOTG_NXT__USBOTG_NXT, > > MX31_PIN_USBOTG_STP__USBOTG_STP, > > + /*Keyboard*/ > > + IOMUX_MODE(MX31_PIN_KEY_ROW0, IOMUX_CONFIG_FUNC), > > + IOMUX_MODE(MX31_PIN_KEY_ROW1, IOMUX_CONFIG_FUNC), > > + IOMUX_MODE(MX31_PIN_KEY_ROW2, IOMUX_CONFIG_FUNC), > > + IOMUX_MODE(MX31_PIN_KEY_COL0, IOMUX_CONFIG_FUNC), > > + IOMUX_MODE(MX31_PIN_KEY_COL1, IOMUX_CONFIG_FUNC), > > + IOMUX_MODE(MX31_PIN_KEY_COL2, IOMUX_CONFIG_FUNC), > > + IOMUX_MODE(MX31_PIN_KEY_COL3, IOMUX_CONFIG_FUNC), > > +}; > > Care to add these values to iomux-mx3.h and use them? > > Sascha > Well, that should be in the platform patch right? Soon a new version. -- Alberto! Be Persistent! - Greg Kroah-Hartman (FOSDEM 2010)