blob: 6610cc08728062d0bb2c18dd08a5db39d1b6d687 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 <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
|