aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c64xx/mach-crag6410-module.c
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2012-10-17 04:41:07 -0400
committerKukjin Kim <kgene.kim@samsung.com>2012-10-17 04:41:07 -0400
commit479535edd96d797681d0323a90024da2b1e1a685 (patch)
tree748bf5bfee84ee86730c6f3b52ecc38ea5cf2d08 /arch/arm/mach-s3c64xx/mach-crag6410-module.c
parenta006aea62876add2590e3819bcf8954a863b130a (diff)
ARM: S3C64XX: Update hookup for Arizona class devices
Renumber to use SPI /CS 1 instead of 0 to allow coexistance with DSPs. Also add additional supplies for the devices while we're at it. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s3c64xx/mach-crag6410-module.c')
-rw-r--r--arch/arm/mach-s3c64xx/mach-crag6410-module.c2
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,