All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] board/ti/am335x: beaglebone stop muxing i2c1_pin_mux
@ 2015-10-21 14:25 Robert Nelson
  2015-11-13  1:28 ` [U-Boot] " Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Nelson @ 2015-10-21 14:25 UTC (permalink / raw
  To: u-boot

On the BeagleBone these i2c1 pins are routed to the expanasion header, where
they can be defined as either pr1_usart0_Xxd/pwm0/spi0/i2c1, dont assume i2c1

Fixes: https://e2e.ti.com/support/arm/sitara_arm/f/791/p/313894/1387696

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
Reported-by: Matthijs van Duin <matthijsvanduin@gmail.com>
CC: Tom Rini <trini@konsulko.com>
---
 board/ti/am335x/mux.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/board/ti/am335x/mux.c b/board/ti/am335x/mux.c
index 680f656..fd3da58 100644
--- a/board/ti/am335x/mux.c
+++ b/board/ti/am335x/mux.c
@@ -317,7 +317,6 @@ void enable_board_pin_mux(struct am335x_baseboard_id *header)
 	/* Do board-specific muxes. */
 	if (board_is_bone(header)) {
 		/* Beaglebone pinmux */
-		configure_module_pin_mux(i2c1_pin_mux);
 		configure_module_pin_mux(mii1_pin_mux);
 		configure_module_pin_mux(mmc0_pin_mux);
 #if defined(CONFIG_NAND)
@@ -356,7 +355,6 @@ void enable_board_pin_mux(struct am335x_baseboard_id *header)
 		configure_module_pin_mux(mmc0_pin_mux_sk_evm);
 	} else if (board_is_bone_lt(header)) {
 		/* Beaglebone LT pinmux */
-		configure_module_pin_mux(i2c1_pin_mux);
 		configure_module_pin_mux(mii1_pin_mux);
 		configure_module_pin_mux(mmc0_pin_mux);
 #if defined(CONFIG_NAND) && defined(CONFIG_EMMC_BOOT)
-- 
2.6.1

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

* [U-Boot] board/ti/am335x: beaglebone stop muxing i2c1_pin_mux
  2015-10-21 14:25 [U-Boot] [PATCH] board/ti/am335x: beaglebone stop muxing i2c1_pin_mux Robert Nelson
@ 2015-11-13  1:28 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2015-11-13  1:28 UTC (permalink / raw
  To: u-boot

On Wed, Oct 21, 2015 at 09:25:55AM -0500, robertcnelson at gmail.com wrote:

> On the BeagleBone these i2c1 pins are routed to the expanasion header, where
> they can be defined as either pr1_usart0_Xxd/pwm0/spi0/i2c1, dont assume i2c1
> 
> Fixes: https://e2e.ti.com/support/arm/sitara_arm/f/791/p/313894/1387696
> 
> Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
> Reported-by: Matthijs van Duin <matthijsvanduin@gmail.com>
> CC: Tom Rini <trini@konsulko.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20151112/258f6397/attachment.sig>

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

end of thread, other threads:[~2015-11-13  1:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-21 14:25 [U-Boot] [PATCH] board/ti/am335x: beaglebone stop muxing i2c1_pin_mux Robert Nelson
2015-11-13  1:28 ` [U-Boot] " Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.