Commit d0558a7c authored by Tony Lindgren's avatar Tony Lindgren

Minor cosmetic clean-up for LDP for mainline

Minor cosmetic clean-up for LDP for mainline
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 71a0a8f8
......@@ -104,7 +104,7 @@ config MACH_OMAP_2430SDP
depends on ARCH_OMAP2 && ARCH_OMAP2430
config MACH_OMAP_LDP
bool "OMAP 3 LDP board"
bool "OMAP3 LDP board"
depends on ARCH_OMAP3 && ARCH_OMAP34XX
config MACH_OMAP2EVM
......
......@@ -147,7 +147,7 @@ static struct ads7846_platform_data tsc2046_config __initdata = {
static struct omap2_mcspi_device_config tsc2046_mcspi_config = {
.turbo_mode = 0,
.single_channel = 1, /* 0: slave, 1: master */
.single_channel = 1, /* 0: slave, 1: master */
};
static struct spi_board_info ldp_spi_board_info[] __initdata = {
......@@ -196,8 +196,8 @@ static int ldp_batt_table[] = {
};
static struct twl4030_bci_platform_data ldp_bci_data = {
.battery_tmp_tbl = ldp_batt_table,
.tblsize = ARRAY_SIZE(ldp_batt_table),
.battery_tmp_tbl = ldp_batt_table,
.tblsize = ARRAY_SIZE(ldp_batt_table),
};
static struct twl4030_usb_data ldp_usb_data = {
......
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