Commit 95ebb491 authored by Trilok Soni's avatar Trilok Soni Committed by Tony Lindgren

ARM: OMAP: TSC2046 CodingStyle cleanup.

Signed-off-by: default avatarTrilok Soni <soni.trilok@gmail.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent efc879ab
...@@ -137,14 +137,16 @@ static struct omap2_mcspi_device_config tsc2046_mcspi_config = { ...@@ -137,14 +137,16 @@ static struct omap2_mcspi_device_config tsc2046_mcspi_config = {
static struct spi_board_info sdp2430_spi_board_info[] __initdata = { static struct spi_board_info sdp2430_spi_board_info[] __initdata = {
[0] = { [0] = {
/* TSC2046 operates at a max freqency of 2MHz, so /*
* operate slightly below at 1.5MHz */ * TSC2046 operates at a max freqency of 2MHz, so
.modalias = "tsc2046", * operate slightly below at 1.5MHz
.bus_num = 1, */
.chip_select = 0, .modalias = "tsc2046",
.max_speed_hz = 1500000, .bus_num = 1,
.controller_data= &tsc2046_mcspi_config, .chip_select = 0,
.platform_data = &tsc2046_config, .max_speed_hz = 1500000,
.controller_data = &tsc2046_mcspi_config,
.platform_data = &tsc2046_config,
}, },
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment