linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 3/4] mx31_3ds: Fix spi registration
@ 2010-10-25 14:55 Rogerio Pimentel
  2010-10-25 15:04 ` Uwe Kleine-König
  0 siblings, 1 reply; 2+ messages in thread
From: Rogerio Pimentel @ 2010-10-25 14:55 UTC (permalink / raw)
  To: linux-arm-kernel

Commit (06606ff13) "ARM: imx: dynamically register spi_imx devices
(imx31)" registered the wrong SPI port for mx31_3ds board.
mx31_3ds uses SPI2 to connect to the MC13783 PMIC.

 Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
 Signed-off-by: Rogerio Pimentel <rogerio.pimentel@freescale.com>

---
 arch/arm/mach-mx3/mach-mx31_3ds.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-mx3/mach-mx31_3ds.c
b/arch/arm/mach-mx3/mach-mx31_3ds.c
index 005c0b2..9c23146 100644
--- a/arch/arm/mach-mx3/mach-mx31_3ds.c
+++ b/arch/arm/mach-mx3/mach-mx31_3ds.c
@@ -242,7 +242,7 @@ static void __init mxc_board_init(void)
 	imx31_add_imx_uart0(&uart_pdata);
 	imx31_add_mxc_nand(&mx31_3ds_nand_board_info);

-	imx31_add_spi_imx0(&spi1_pdata);
+	imx31_add_spi_imx1(&spi1_pdata);
 	spi_register_board_info(mx31_3ds_spi_devs,
 						ARRAY_SIZE(mx31_3ds_spi_devs));

-- 
1.7.0.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH 3/4] mx31_3ds: Fix spi registration
  2010-10-25 14:55 [PATCH 3/4] mx31_3ds: Fix spi registration Rogerio Pimentel
@ 2010-10-25 15:04 ` Uwe Kleine-König
  0 siblings, 0 replies; 2+ messages in thread
From: Uwe Kleine-König @ 2010-10-25 15:04 UTC (permalink / raw)
  To: linux-arm-kernel

Hello Rogerio,

On Mon, Oct 25, 2010 at 12:55:14PM -0200, Rogerio Pimentel wrote:
> Commit (06606ff13) "ARM: imx: dynamically register spi_imx devices
> (imx31)" registered the wrong SPI port for mx31_3ds board.
> mx31_3ds uses SPI2 to connect to the MC13783 PMIC.
> 
>  Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
>  Signed-off-by: Rogerio Pimentel <rogerio.pimentel@freescale.com>
ups, sorry.

Acked-by: Uwe Kleine-K?nig <u.kleine-koenig@pengutronix.de>

(BTW, it's at least unusual to indent the Signed-off-by lines)

Best regards
Uwe

-- 
Pengutronix e.K.                           | Uwe Kleine-K?nig            |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-10-25 15:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-25 14:55 [PATCH 3/4] mx31_3ds: Fix spi registration Rogerio Pimentel
2010-10-25 15:04 ` Uwe Kleine-König

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).