SAMA5D4-EK: Add PCK pin disambiguation

This commit is contained in:
Gregory Nutt 2014-07-19 13:56:29 -06:00
parent 54986c41d8
commit c413c03b6d
1 changed files with 7 additions and 1 deletions

View File

@ -227,7 +227,13 @@
#define BOARD_EBICS3_NAND_DATAADDR 0x60000000
/* PIO configuration ****************************************************************/
/* Pin disambiguation ***************************************************************/
/* PCK0 is provided to the WM8904 audio CODEC via PB26 */
#ifdef CONFIG_AUDIO_WM8904
# define PIO_PMC_PCK0 PIO_PMC_PCK0_1
#endif
/************************************************************************************
* Assembly Language Macros