Skip to content

Commit

Permalink
[ARM] Kirkwood: fix HP t5325 after commit 6605742f2a
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Pitre <[email protected]>
  • Loading branch information
npitre committed Jul 17, 2010
1 parent b529ee4 commit 6f2b186
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions arch/arm/mach-kirkwood/t5325-setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ static unsigned int hp_t5325_mpp_config[] __initdata = {
MPP5_NF_IO7,
MPP6_SYSRST_OUTn,
MPP7_SPI_SCn,
MPP8_TW_SDA,
MPP9_TW_SCK,
MPP8_TW0_SDA,
MPP9_TW0_SCK,
MPP10_UART0_TXD,
MPP11_UART0_RXD,
MPP12_SD_CLK,
Expand All @@ -131,11 +131,11 @@ static unsigned int hp_t5325_mpp_config[] __initdata = {
MPP22_GPIO,
MPP23_GPIO,
MPP32_GPIO,
MPP33_GE1_13,
MPP39_AUDIO_I2SBCLK,
MPP40_AUDIO_I2SDO,
MPP41_AUDIO_I2SLRC,
MPP42_AUDIO_I2SMCLK,
MPP33_GE1_TXCTL,
MPP39_AU_I2SBCLK,
MPP40_AU_I2SDO,
MPP41_AU_I2SLRCLK,
MPP42_AU_I2SMCLK,
MPP45_GPIO, /* Power button */
MPP48_GPIO, /* Board power off */
0
Expand Down

0 comments on commit 6f2b186

Please sign in to comment.