Skip to content

Commit

Permalink
[ARM] orion5x: TS-78xx comment shifting
Browse files Browse the repository at this point in the history
moved the MPP comments to the mpp area of the platform code

Signed-off-by: Alexander Clouter <alex@digriz.org.uk>
  • Loading branch information
Alexander Clouter committed Feb 6, 2009
1 parent c3dfdb0 commit f541286
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions arch/arm/mach-orion5x/ts78xx-setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,14 @@ static struct orion5x_mpp_mode ts78xx_mpp_modes[] __initdata = {
{ 17, MPP_UART },
{ 18, MPP_UART },
{ 19, MPP_UART },
/*
* MPP[20] PCI Clock Out 1
* MPP[21] PCI Clock Out 0
* MPP[22] Unused
* MPP[23] Unused
* MPP[24] Unused
* MPP[25] Unused
*/
{ -1 },
};

Expand All @@ -195,15 +203,6 @@ static void __init ts78xx_init(void)

orion5x_mpp_conf(ts78xx_mpp_modes);

/*
* MPP[20] PCI Clock Out 1
* MPP[21] PCI Clock Out 0
* MPP[22] Unused
* MPP[23] Unused
* MPP[24] Unused
* MPP[25] Unused
*/

/*
* Configure peripherals.
*/
Expand Down

0 comments on commit f541286

Please sign in to comment.