Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 95a42267 authored by Hans-Christian Egtvedt's avatar Hans-Christian Egtvedt Committed by Haavard Skinnemoen
Browse files

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

parent 9cf6cf58
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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;
}