From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dieter Kiermaier Date: Thu, 9 Jul 2009 08:55:20 +0200 Subject: [U-Boot] [PATCH2/2] Sheevaplug: Add Kirkwood gpio support to Sheevaplug In-Reply-To: <20090708224822.GF28344@game.jcrosoft.org> References: <200906291445.08784.dk-arm-linux@gmx.de> <200906291445.10498.dk-arm-linux@gmx.de> <20090708224822.GF28344@game.jcrosoft.org> Message-ID: <200907090855.20741.dk-arm-linux@gmx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Jean, hi Prafulla, here the corrected version. Many thanks, Dieter > On 14:45 Mon 29 Jun , Dieter Kiermaier wrote: > > Hi, > > > > patch 2 of 2 which adds Kirkwood GPIO support to Sheevaplug. > > Any comments are welcome! > > > > Dieter > > > > > > >From 528b24be54256cee20f965bc772390034eaeb232 Mon Sep 17 00:00:00 2001 > > From: Dieter Kiermaier > > Date: Mon, 29 Jun 2009 14:29:15 +0200 > > Subject: [PATCH] Sheevaplug: Add Kirkwood gpio support to Sheevaplug > > > > > > Signed-off-by: Dieter Kiermaier > > --- > > board/Marvell/sheevaplug/sheevaplug.c | 1 + > > include/configs/sheevaplug.h | 1 + > > 2 files changed, 2 insertions(+), 0 deletions(-) > > > > diff --git a/board/Marvell/sheevaplug/sheevaplug.c b/board/Marvell/sheevaplug/sheevaplug.c > > index 547126a..fa28fea 100644 > > --- a/board/Marvell/sheevaplug/sheevaplug.c > > +++ b/board/Marvell/sheevaplug/sheevaplug.c > > @@ -26,6 +26,7 @@ > > #include > > #include > > #include > > +#include > > #include "sheevaplug.h" > > > > DECLARE_GLOBAL_DATA_PTR; > > diff --git a/include/configs/sheevaplug.h b/include/configs/sheevaplug.h > > index e62353c..7455c29 100644 > > --- a/include/configs/sheevaplug.h > > +++ b/include/configs/sheevaplug.h > > @@ -43,6 +43,7 @@ > > #define CONFIG_MD5 /* get_random_hex on krikwood needs MD5 support */ > > #define CONFIG_SKIP_LOWLEVEL_INIT /* disable board lowlevel_init */ > > #define CONFIG_KIRKWOOD_EGIGA_INIT /* Enable GbePort0/1 for kernel */ > > +#define CONFIG_KIRKWOOD_GPIO /* Enable GPIO Support */ > > #define CONFIG_KIRKWOOD_USBPHY_INIT /* Enable USB PHY init for kernel */ > > #define CONFIG_KIRKWOOD_RGMII_PAD_1V8 /* Set RGMII Pad voltage to 1.8V */ > why do you need it?? > > Best Regards, > J. >