Commit f5412860 authored by Alexander Clouter's avatar Alexander Clouter

[ARM] orion5x: TS-78xx comment shifting

moved the MPP comments to the mpp area of the platform code
Signed-off-by: default avatarAlexander Clouter <alex@digriz.org.uk>
parent c3dfdb08
...@@ -181,6 +181,14 @@ static struct orion5x_mpp_mode ts78xx_mpp_modes[] __initdata = { ...@@ -181,6 +181,14 @@ static struct orion5x_mpp_mode ts78xx_mpp_modes[] __initdata = {
{ 17, MPP_UART }, { 17, MPP_UART },
{ 18, MPP_UART }, { 18, MPP_UART },
{ 19, 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 }, { -1 },
}; };
...@@ -195,15 +203,6 @@ static void __init ts78xx_init(void) ...@@ -195,15 +203,6 @@ static void __init ts78xx_init(void)
orion5x_mpp_conf(ts78xx_mpp_modes); 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. * Configure peripherals.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment