Skip to content

Commit

Permalink
avr32: MRMT: correct setup of SPI slaves
Browse files Browse the repository at this point in the history
For MRMT1/2 add-on card to Atmel ATNGW100.

This patch implements the SPI slave setup method created by patch:
<<avr32: function for independently setting up SPI slaves>>

Signed-off-by: Peter Ma <pma@mediamatech.com>
Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
  • Loading branch information
Peter Ma authored and Haavard Skinnemoen committed Aug 27, 2009
1 parent 0708420 commit d556511
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/avr32/boards/atngw100/mrmt.c
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ static int __init mrmt1_init(void)
at32_select_periph( GPIO_PIOB_BASE, 1 << (PB_EXTINT_BASE+TS_IRQ),
GPIO_PERIPH_A, AT32_GPIOF_DEGLITCH);
set_irq_type( AT32_EXTINT(TS_IRQ), IRQ_TYPE_EDGE_FALLING );
at32_spi_setup_slaves(0,spi01_board_info,ARRAY_SIZE(spi01_board_info));
spi_register_board_info(spi01_board_info,ARRAY_SIZE(spi01_board_info));
#endif

Expand Down

0 comments on commit d556511

Please sign in to comment.