From: Alessandro Zummo Date: Wed, 22 Feb 2006 21:12:06 +0000 (+0000) Subject: [ARM] 3343/1: NAS100d: Fix incorrect I2C pin assignment X-Git-Tag: v2.6.16-rc5~60^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=af898b8f602441a3bebe918a3b26adc92b30762e;p=platform%2Fkernel%2Flinux-3.10.git [ARM] 3343/1: NAS100d: Fix incorrect I2C pin assignment Patch from Alessandro Zummo The I2C pin assignment for the Iomega NAS100d board was incorrect. This patch fixes it. The correct assignment has now been tested using the new RTC class and a new driver for the RTC on the NAS100d. Signed-off-by: Rod Whitby Signed-off-by: Alessandro Zummo Signed-off-by: Russell King --- diff --git a/include/asm-arm/arch-ixp4xx/nas100d.h b/include/asm-arm/arch-ixp4xx/nas100d.h index 51ac0180..84467a5 100644 --- a/include/asm-arm/arch-ixp4xx/nas100d.h +++ b/include/asm-arm/arch-ixp4xx/nas100d.h @@ -19,8 +19,8 @@ #error "Do not include this directly, instead #include " #endif -#define NAS100D_SDA_PIN 6 -#define NAS100D_SCL_PIN 5 +#define NAS100D_SDA_PIN 5 +#define NAS100D_SCL_PIN 6 /* * NAS100D PCI IRQs