diff options
Diffstat (limited to 'arch/arm/mach-s3c64xx/mach-crag6410-module.c')
-rw-r--r-- | arch/arm/mach-s3c64xx/mach-crag6410-module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c64xx/mach-crag6410-module.c b/arch/arm/mach-s3c64xx/mach-crag6410-module.c index 3364faba6c0c..89f5e7da8aed 100644 --- a/arch/arm/mach-s3c64xx/mach-crag6410-module.c +++ b/arch/arm/mach-s3c64xx/mach-crag6410-module.c | |||
@@ -202,7 +202,7 @@ static struct spi_board_info wm5102_spi_devs[] = { | |||
202 | .modalias = "wm5102", | 202 | .modalias = "wm5102", |
203 | .max_speed_hz = 10 * 1000 * 1000, | 203 | .max_speed_hz = 10 * 1000 * 1000, |
204 | .bus_num = 0, | 204 | .bus_num = 0, |
205 | .chip_select = 0, | 205 | .chip_select = 1, |
206 | .mode = SPI_MODE_0, | 206 | .mode = SPI_MODE_0, |
207 | .irq = GLENFARCLAS_PMIC_IRQ_BASE + | 207 | .irq = GLENFARCLAS_PMIC_IRQ_BASE + |
208 | WM831X_IRQ_GPIO_2, | 208 | WM831X_IRQ_GPIO_2, |