From 6a2281b9991d0dd15aae5178eabd3a6d7090b6bc Mon Sep 17 00:00:00 2001 From: Rod Whitby Date: Sat, 11 Feb 2006 12:23:54 +0000 Subject: ixp4xx-kernel: Fixed i2c on nas100d (thanks to dwery) --- .../linux/ixp4xx-kernel/2.6.16/80-nas100d-fix-i2c.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 packages/linux/ixp4xx-kernel/2.6.16/80-nas100d-fix-i2c.patch diff --git a/packages/linux/ixp4xx-kernel/2.6.16/80-nas100d-fix-i2c.patch b/packages/linux/ixp4xx-kernel/2.6.16/80-nas100d-fix-i2c.patch new file mode 100644 index 0000000000..6610cc0872 --- /dev/null +++ b/packages/linux/ixp4xx-kernel/2.6.16/80-nas100d-fix-i2c.patch @@ -0,0 +1,16 @@ + include/asm-arm/arch-ixp4xx/nas100d.h | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +--- linux-nslu2.orig/include/asm-arm/arch-ixp4xx/nas100d.h 2006-02-06 20:37:38.000000000 +0100 ++++ linux-nslu2/include/asm-arm/arch-ixp4xx/nas100d.h 2006-02-09 14:33:49.000000000 +0100 +@@ -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 -- cgit v1.2.3