diff options
Diffstat (limited to 'arch/mips/txx9/rbtx4938/setup.c')
-rw-r--r-- | arch/mips/txx9/rbtx4938/setup.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/mips/txx9/rbtx4938/setup.c b/arch/mips/txx9/rbtx4938/setup.c index d6e70dab3bd3..c9afd05020e0 100644 --- a/arch/mips/txx9/rbtx4938/setup.c +++ b/arch/mips/txx9/rbtx4938/setup.c | |||
@@ -107,10 +107,10 @@ static void __init rbtx4938_pci_setup(void) | |||
107 | /* SPI support */ | 107 | /* SPI support */ |
108 | 108 | ||
109 | /* chip select for SPI devices */ | 109 | /* chip select for SPI devices */ |
110 | #define SEEPROM1_CS 7 /* PIO7 */ | 110 | #define SEEPROM1_CS 7 /* PIO7 */ |
111 | #define SEEPROM2_CS 0 /* IOC */ | 111 | #define SEEPROM2_CS 0 /* IOC */ |
112 | #define SEEPROM3_CS 1 /* IOC */ | 112 | #define SEEPROM3_CS 1 /* IOC */ |
113 | #define SRTC_CS 2 /* IOC */ | 113 | #define SRTC_CS 2 /* IOC */ |
114 | #define SPI_BUSNO 0 | 114 | #define SPI_BUSNO 0 |
115 | 115 | ||
116 | static int __init rbtx4938_ethaddr_init(void) | 116 | static int __init rbtx4938_ethaddr_init(void) |