Skip to content

Commit

Permalink
switching SSP3 pins back to AF3
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh S committed Nov 8, 2012
1 parent b1e98b9 commit 10e3e06
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions arch/arm/mach-mmp/kovan.c
Original file line number Diff line number Diff line change
Expand Up @@ -141,14 +141,14 @@ static unsigned long kovan_pin_config[] __initdata = {

/* FPGA PSP config */
// GPIO90 ssp3_clk should be here
//MFP_CFG(GPIO91, AF3), /* ssp3_frm */
//MFP_CFG(GPIO92, AF3), /* ssp3_miso */
//MFP_CFG(GPIO93, AF3), /* ssp3_mosi */
MFP_CFG(GPIO91, AF3), /* ssp3_frm */
MFP_CFG(GPIO92, AF3), /* ssp3_miso */
MFP_CFG(GPIO93, AF3), /* ssp3_mosi */

/* FPGA status GPIOs */
MFP_CFG(GPIO91, AF0), /* HPD report */
MFP_CFG(GPIO92, AF0), /* Key ready */
MFP_CFG(GPIO93, AF0), /* Low-voltage alarm */
//MFP_CFG(GPIO91, AF0), /* HPD report */
//MFP_CFG(GPIO92, AF0), /* Key ready */
//MFP_CFG(GPIO93, AF0), /* Low-voltage alarm */
MFP_CFG(GPIO79, AF0), /* Battery / ADC8 selection switch */
MFP_CFG(GPIO43, AF0), /* AC-present switch */

Expand Down

0 comments on commit 10e3e06

Please sign in to comment.