diff options
| author | mattis fjallstrom <mattis@acm.org> | 2016-01-28 12:47:19 -0800 | 
|---|---|---|
| committer | mattis fjallstrom <mattis@acm.org> | 2016-01-28 13:06:14 -0800 | 
| commit | 19989529b798a6e6fe5fa8d6dfed6b4580da63a9 (patch) | |
| tree | 21bf60757c0a9be63408b66aef1b7cc0a6c34c22 /arch/arm/mach-omap2/board-omap3h1.c | |
| parent | d1294a7ffe9438c3449b4e74c381c081cc6f786e (diff) | |
| download | olio-linux-3.10-19989529b798a6e6fe5fa8d6dfed6b4580da63a9.tar.xz olio-linux-3.10-19989529b798a6e6fe5fa8d6dfed6b4580da63a9.zip | |
Fixes for mic -> bluetooth connection. Also changed name of machine to something that can be used in a filename.
Change-Id: If7f9d2c99e758dc9c907da9a2ba6001e78242db8
Diffstat (limited to 'arch/arm/mach-omap2/board-omap3h1.c')
| -rw-r--r-- | arch/arm/mach-omap2/board-omap3h1.c | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/arch/arm/mach-omap2/board-omap3h1.c b/arch/arm/mach-omap2/board-omap3h1.c index 7915962e45b..5a9e4b7cfb5 100644 --- a/arch/arm/mach-omap2/board-omap3h1.c +++ b/arch/arm/mach-omap2/board-omap3h1.c @@ -524,7 +524,7 @@ static const char *omap3_h1_boards_compat[] __initdata = {  	NULL,  }; -DT_MACHINE_START(OMAP3_H1, "Olio OMAP3 H1 (Flattened Device Tree)") +DT_MACHINE_START(OMAP3_H1, "Olio_OMAP3_H1_FDT")  .atag_offset = 0x100,  	.reserve	= omap_reserve,  	.map_io		= omap3_map_io, @@ -534,11 +534,11 @@ DT_MACHINE_START(OMAP3_H1, "Olio OMAP3 H1 (Flattened Device Tree)")  	.handle_irq	= omap3_intc_handle_irq,  	.init_machine	= omap3_h1_init,  	.init_late	= omap3630_init_late, -	.init_time  = omap3_sync32k_timer_init, -/* .init_time	= omap3_secure_sync32k_timer_init, */ +	.init_time      = omap3_sync32k_timer_init, +/* .init_time	= omap3_secure_sync32k_timer_init, -our chip does not support secure- */  	.dt_compat	= omap3_h1_boards_compat,  	.restart	= omap3xxx_restart, -	MACHINE_END +MACHINE_END  #if 0 /* removing ... for now */  	MACHINE_START(OMAP3_H1, "Olio OMAP3 H1 Board") |