Skip to content
Snippets Groups Projects
Commit 9606f710 authored by robertcnelson@gmail.com's avatar robertcnelson@gmail.com Committed by Tom Rini
Browse files

board/ti/am335x: beaglebone stop muxing i2c1_pin_mux

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: default avatarRobert Nelson <robertcnelson@gmail.com>
Reported-by: default avatarMatthijs van Duin <matthijsvanduin@gmail.com>
CC: Tom Rini <trini@konsulko.com>
parent a78ebb10
No related branches found
No related tags found
No related merge requests found
...@@ -317,7 +317,6 @@ void enable_board_pin_mux(struct am335x_baseboard_id *header) ...@@ -317,7 +317,6 @@ void enable_board_pin_mux(struct am335x_baseboard_id *header)
/* Do board-specific muxes. */ /* Do board-specific muxes. */
if (board_is_bone(header)) { if (board_is_bone(header)) {
/* Beaglebone pinmux */ /* Beaglebone pinmux */
configure_module_pin_mux(i2c1_pin_mux);
configure_module_pin_mux(mii1_pin_mux); configure_module_pin_mux(mii1_pin_mux);
configure_module_pin_mux(mmc0_pin_mux); configure_module_pin_mux(mmc0_pin_mux);
#if defined(CONFIG_NAND) #if defined(CONFIG_NAND)
...@@ -356,7 +355,6 @@ void enable_board_pin_mux(struct am335x_baseboard_id *header) ...@@ -356,7 +355,6 @@ void enable_board_pin_mux(struct am335x_baseboard_id *header)
configure_module_pin_mux(mmc0_pin_mux_sk_evm); configure_module_pin_mux(mmc0_pin_mux_sk_evm);
} else if (board_is_bone_lt(header)) { } else if (board_is_bone_lt(header)) {
/* Beaglebone LT pinmux */ /* Beaglebone LT pinmux */
configure_module_pin_mux(i2c1_pin_mux);
configure_module_pin_mux(mii1_pin_mux); configure_module_pin_mux(mii1_pin_mux);
configure_module_pin_mux(mmc0_pin_mux); configure_module_pin_mux(mmc0_pin_mux);
#if defined(CONFIG_NAND) && defined(CONFIG_EMMC_BOOT) #if defined(CONFIG_NAND) && defined(CONFIG_EMMC_BOOT)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment