Commit 4068883a3639f80e49d0a28bf6f2139b8976474c

Authored by Philip, Avinash
1 parent 851690ee0f
Exists in master

arm:omap:am33xx - Switching to 24 MHz on SPI 0

SPI clock is switching to 24 MHz on SPI bus 0 from 12 MHZ. 12 MHz done for
unifying the clock frequency between General purpose EVM and Industrial
automation EVM.

Signed-off-by: Philip, Avinash <avinashphilip@ti.com>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

arch/arm/mach-omap2/board-am335xevm.c
... ... @@ -1042,7 +1042,7 @@
1042 1042 .modalias = "m25p80",
1043 1043 .platform_data = &am335x_spi_flash,
1044 1044 .irq = -1,
1045   - .max_speed_hz = 12000000,
  1045 + .max_speed_hz = 24000000,
1046 1046 .bus_num = 1,
1047 1047 .chip_select = 0,
1048 1048 },