aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2011-12-29 20:00:07 -0500
committerKukjin Kim <kgene.kim@samsung.com>2012-01-19 19:39:36 -0500
commit6e2f2b4a4bf7b351df0ada2a0d626478a4f82b8e (patch)
tree0ad46cd254f1e3813a26fb455d568a90dcde5283 /arch
parent66211f98d611056bf5fe918bbda37c636688574e (diff)
ARM: S3C64XX: Fix build of Cragganmore after SPI changes
Commit 875a59 (ARM: SAMSUNG: Consolidation of SPI platform devices to plat-samsung) replaced the function s3c64xx_spi_set_info() with s3c64xx_spiN_set_platdata() but did not update all the machines, with Cragganmore being left. Fix that. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-s3c64xx/mach-crag6410.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c64xx/mach-crag6410.c b/arch/arm/mach-s3c64xx/mach-crag6410.c
index 9da2d78f12f2..97bd8574d4c9 100644
--- a/arch/arm/mach-s3c64xx/mach-crag6410.c
+++ b/arch/arm/mach-s3c64xx/mach-crag6410.c
@@ -776,6 +776,7 @@ static void __init crag6410_machine_init(void)
776 i2c_register_board_info(1, i2c_devs1, ARRAY_SIZE(i2c_devs1)); 776 i2c_register_board_info(1, i2c_devs1, ARRAY_SIZE(i2c_devs1));
777 777
778 samsung_keypad_set_platdata(&crag6410_keypad_data); 778 samsung_keypad_set_platdata(&crag6410_keypad_data);
779 s3c64xx_spi0_set_platdata(NULL, 0, 1);
779 780
780 platform_add_devices(crag6410_devices, ARRAY_SIZE(crag6410_devices)); 781 platform_add_devices(crag6410_devices, ARRAY_SIZE(crag6410_devices));
781 782