diff options
author | Franklin S Cooper Jr <fcooper@ti.com> | 2015-08-12 08:26:19 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-08-14 20:34:47 +0100 |
commit | 1b0838b5a794456ca36ce02b405bd7bcc85bfba0 (patch) | |
tree | f8a0c66f64d5a5b8da3ab5511575921e51c93ed8 /arch/arm/mach-davinci/dm355.c | |
parent | fa466c91970a0207d9384016cc7884a7f61834b6 (diff) |
ARM: davinci: Set proper SPI prescale limit value
SPI Davinci driver has been updated to allow SOCs to specify their minimum
prescale value. Update the various SOCs board files that use this driver with
their proper prescaler limit.
Acked-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'arch/arm/mach-davinci/dm355.c')
-rw-r--r-- | arch/arm/mach-davinci/dm355.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/dm355.c b/arch/arm/mach-davinci/dm355.c index 9cbeda798584..567dc56fe8cd 100644 --- a/arch/arm/mach-davinci/dm355.c +++ b/arch/arm/mach-davinci/dm355.c @@ -411,6 +411,7 @@ static struct davinci_spi_platform_data dm355_spi0_pdata = { .num_chipselect = 2, .cshold_bug = true, .dma_event_q = EVENTQ_1, + .prescaler_limit = 1, }; static struct platform_device dm355_spi0_device = { .name = "spi_davinci", |