diff mbox

[U-Boot] kirkwood: fix mpp.h coding style

Message ID 20120905180816.GA28424@w500.iskon.local
State Accepted
Headers show

Commit Message

Luka Perkov Sept. 5, 2012, 6:08 p.m. UTC
Signed-off-by: Luka Perkov <uboot@lukaperkov.net>
---

 arch/arm/include/asm/arch-kirkwood/mpp.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Prafulla Wadaskar Sept. 6, 2012, 10:56 p.m. UTC | #1
> -----Original Message-----
> From: u-boot-bounces@lists.denx.de [mailto:u-boot-
> bounces@lists.denx.de] On Behalf Of Luka Perkov
> Sent: 05 September 2012 11:08
> To: u-boot@lists.denx.de
> Subject: [U-Boot] [PATCH] kirkwood: fix mpp.h coding style
> 
> 
> Signed-off-by: Luka Perkov <uboot@lukaperkov.net>
> ---
> 
>  arch/arm/include/asm/arch-kirkwood/mpp.h |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/include/asm/arch-kirkwood/mpp.h
> b/arch/arm/include/asm/arch-kirkwood/mpp.h
> index 8e50ee7..8ceea7b 100644
> --- a/arch/arm/include/asm/arch-kirkwood/mpp.h
> +++ b/arch/arm/include/asm/arch-kirkwood/mpp.h
> @@ -85,7 +85,7 @@
>  #define MPP7_SPI_SCn		MPP(  7, 0x2, 0, 1, 1,   1,   1,   1    )
>  #define MPP7_PTP_TRIG_GEN	MPP(  7, 0x3, 0, 1, 1,   1,   1,   1
> )
> 
> -#define MPP8_GPIO		MPP(  8, 0x0, 1, 1, 1,    1,  1,   1    )
> +#define MPP8_GPIO		MPP(  8, 0x0, 1, 1, 1,   1,   1,   1    )
>  #define MPP8_TW_SDA		MPP(  8, 0x1, 1, 1, 1,   1,   1,   1    )
>  #define MPP8_UART0_RTS		MPP(  8, 0x2, 0, 1, 1,   1,   1,   1
> )
>  #define MPP8_UART1_RTS		MPP(  8, 0x3, 0, 1, 1,   1,   1,   1
> )

Applied to u-boot-marvell.git master branch

Regards...
Prafulla . . .
diff mbox

Patch

diff --git a/arch/arm/include/asm/arch-kirkwood/mpp.h b/arch/arm/include/asm/arch-kirkwood/mpp.h
index 8e50ee7..8ceea7b 100644
--- a/arch/arm/include/asm/arch-kirkwood/mpp.h
+++ b/arch/arm/include/asm/arch-kirkwood/mpp.h
@@ -85,7 +85,7 @@ 
 #define MPP7_SPI_SCn		MPP(  7, 0x2, 0, 1, 1,   1,   1,   1    )
 #define MPP7_PTP_TRIG_GEN	MPP(  7, 0x3, 0, 1, 1,   1,   1,   1    )
 
-#define MPP8_GPIO		MPP(  8, 0x0, 1, 1, 1,    1,  1,   1    )
+#define MPP8_GPIO		MPP(  8, 0x0, 1, 1, 1,   1,   1,   1    )
 #define MPP8_TW_SDA		MPP(  8, 0x1, 1, 1, 1,   1,   1,   1    )
 #define MPP8_UART0_RTS		MPP(  8, 0x2, 0, 1, 1,   1,   1,   1    )
 #define MPP8_UART1_RTS		MPP(  8, 0x3, 0, 1, 1,   1,   1,   1    )