dect
/
linux-2.6
Archived
13
0
Fork 0

[AVR32] Wire up SSC platform device 0 as TX on ATSTK1000 board

Signed-off-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
This commit is contained in:
Hans-Christian Egtvedt 2007-07-06 14:34:03 +02:00 committed by Haavard Skinnemoen
parent 9cf6cf58d0
commit 95a42267cd
1 changed files with 3 additions and 0 deletions

View File

@ -168,6 +168,9 @@ static int __init atstk1002_init(void)
at32_add_device_lcdc(0, &atstk1000_lcdc_data,
fbmem_start, fbmem_size);
#endif
#ifndef CONFIG_BOARD_ATSTK1002_SW3_CUSTOM
at32_add_device_ssc(0, ATMEL_SSC_TX);
#endif
return 0;
}