diff options
author | Barry Song <barry.song@analog.com> | 2010-01-28 04:37:21 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-10-22 03:48:43 -0400 |
commit | 7ba80063e90302287625a105c546c2fc318fcfbf (patch) | |
tree | 49bf493e91254c69b5cf8b5e3c87146ea5806884 /arch/blackfin/mach-bf537/boards/stamp.c | |
parent | f9f0e3b1f7ac4e9fa822e87dd4bbb38f8c389487 (diff) |
Blackfin: boards: update AD183x resources
Make sure we use the right Kconfig names and platform strings.
Signed-off-by: Barry Song <barry.song@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/mach-bf537/boards/stamp.c')
-rw-r--r-- | arch/blackfin/mach-bf537/boards/stamp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/mach-bf537/boards/stamp.c b/arch/blackfin/mach-bf537/boards/stamp.c index a3f172fdda99..126a40756b50 100644 --- a/arch/blackfin/mach-bf537/boards/stamp.c +++ b/arch/blackfin/mach-bf537/boards/stamp.c | |||
@@ -980,7 +980,7 @@ static struct spi_board_info bfin_spi_board_info[] __initdata = { | |||
980 | .modalias = "ad183x", | 980 | .modalias = "ad183x", |
981 | .max_speed_hz = 3125000, /* max spi clock (SCK) speed in HZ */ | 981 | .max_speed_hz = 3125000, /* max spi clock (SCK) speed in HZ */ |
982 | .bus_num = 0, | 982 | .bus_num = 0, |
983 | .chip_select = 4,/* CONFIG_SND_BLACKFIN_SPI_PFBIT */ | 983 | .chip_select = 4, |
984 | .platform_data = "ad1836", /* only includes chip name for the moment */ | 984 | .platform_data = "ad1836", /* only includes chip name for the moment */ |
985 | .controller_data = &ad1836_spi_chip_info, | 985 | .controller_data = &ad1836_spi_chip_info, |
986 | .mode = SPI_MODE_3, | 986 | .mode = SPI_MODE_3, |