hancock: fix CAN pin muxing

This commit is contained in:
Rene Straub 2018-06-26 13:48:32 +02:00 committed by Patrick Zysset
parent d202e6b407
commit ec3fe359dd
1 changed files with 2 additions and 2 deletions

View File

@ -185,8 +185,8 @@ static struct module_pin_mux can0_pin_mux[] = {
/* CAN1: */
static struct module_pin_mux can1_pin_mux[] = {
{OFFSET(uart1_txd), (MODE(2) | PULLUDEN | PULLUP_EN)}, /* (D15) can1_rxd */
{OFFSET(uart1_rxd), (MODE(2) | RXACTIVE | PULLUDEN | PULLUP_EN)}, /* (D16) can1_txd */
{OFFSET(uart1_txd), (MODE(2) | RXACTIVE | PULLUDEN | PULLUP_EN)}, /* (D15) can1_rxd */
{OFFSET(uart1_rxd), (MODE(2) | PULLUDEN | PULLUP_EN)}, /* (D16) can1_txd */
{-1}
};