From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rogan Dawes Date: Fri, 18 Mar 2011 13:16:21 +0200 Subject: [U-Boot] [PATCH 06/11] edminiv2: add I2C support using mvtwsi driver In-Reply-To: References: Message-ID: <4D833F05.5060209@dawes.za.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 2011/03/18 12:57 PM, Prafulla Wadaskar wrote: > > >> -----Original Message----- >> From: u-boot-bounces at lists.denx.de [mailto:u-boot-bounces at lists.denx.de] >> On Behalf Of rogan at dawes.za.net >> Sent: Friday, March 18, 2011 1:35 PM >> To: u-boot at lists.denx.de >> Subject: [U-Boot] [PATCH 06/11] edminiv2: add I2C support using mvtwsi >> driver >> >> From: Albert Aribaud >> >> Signed-off-by: Albert Aribaud >> --- >> include/configs/edminiv2.h | 9 +++++++++ >> 1 files changed, 9 insertions(+), 0 deletions(-) >> >> diff --git a/include/configs/edminiv2.h b/include/configs/edminiv2.h >> index 57dd165..36ed392 100644 >> --- a/include/configs/edminiv2.h >> +++ b/include/configs/edminiv2.h >> @@ -182,6 +182,15 @@ >> #endif /* CMD_IDE */ >> >> /* >> + * I2C related stuff >> + */ >> +#define CONFIG_I2C_DRIVER_MVTWSI >> +#define CONFIG_I2C_MVTWSI_BASE ORION5X_TWSI_BASE >> +#define CONFIG_SYS_I2C_SLAVE 0x0 >> +#define CONFIG_SYS_I2C_SPEED 100000 >> +#define CONFIG_CMD_I2C > > Pls defind _CMD_I2C above with other enabled commands and #ifdefed this stuff in it. > > Regards.. > Prafulla . . Hi Prafulla, I only posted this series to have a record of a working config in the archives. This patch is against 2010.06-something, and is not intended for applying. Sorry, I should have made it more clear in the individual patches. Rogan