Skip to content

Commit

Permalink
[ARM] 3343/1: NAS100d: Fix incorrect I2C pin assignment
Browse files Browse the repository at this point in the history
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 <rod@whitby.id.au>
Signed-off-by: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Alessandro Zummo authored and Russell King committed Feb 22, 2006
1 parent d7353b2 commit af898b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/asm-arm/arch-ixp4xx/nas100d.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
#error "Do not include this directly, instead #include <asm/hardware.h>"
#endif

#define NAS100D_SDA_PIN 6
#define NAS100D_SCL_PIN 5
#define NAS100D_SDA_PIN 5
#define NAS100D_SCL_PIN 6

/*
* NAS100D PCI IRQs
Expand Down

0 comments on commit af898b8

Please sign in to comment.