|
@@ -121,8 +121,8 @@ static struct mvebu_mpp_mode mv88f6720_mpp_modes[] = {
|
|
|
MPP_MODE(13,
|
|
|
MPP_FUNCTION(0x0, "gpio", NULL),
|
|
|
MPP_FUNCTION(0x1, "dev", "ready"),
|
|
|
- MPP_FUNCTION(0x2, "pcie0", "rstoutn"),
|
|
|
- MPP_FUNCTION(0x3, "pcie1", "rstoutn"),
|
|
|
+ MPP_FUNCTION(0x2, "pcie0", "rstout"),
|
|
|
+ MPP_FUNCTION(0x3, "pcie1", "rstout"),
|
|
|
MPP_FUNCTION(0x5, "nand", "rb"),
|
|
|
MPP_FUNCTION(0x6, "spi1", "mosi")),
|
|
|
MPP_MODE(14,
|
|
@@ -201,7 +201,7 @@ static struct mvebu_mpp_mode mv88f6720_mpp_modes[] = {
|
|
|
MPP_FUNCTION(0x2, "ge1", "rxclk"),
|
|
|
MPP_FUNCTION(0x3, "sd", "d3"),
|
|
|
MPP_FUNCTION(0x5, "spi0", "sck"),
|
|
|
- MPP_FUNCTION(0x6, "pcie0", "rstoutn")),
|
|
|
+ MPP_FUNCTION(0x6, "pcie0", "rstout")),
|
|
|
MPP_MODE(30,
|
|
|
MPP_FUNCTION(0x0, "gpio", NULL),
|
|
|
MPP_FUNCTION(0x2, "ge1", "txd0"),
|
|
@@ -276,7 +276,7 @@ static struct mvebu_mpp_mode mv88f6720_mpp_modes[] = {
|
|
|
MPP_MODE(45,
|
|
|
MPP_FUNCTION(0x0, "gpio", NULL),
|
|
|
MPP_FUNCTION(0x2, "spi0", "cs2"),
|
|
|
- MPP_FUNCTION(0x4, "pcie0", "rstoutn"),
|
|
|
+ MPP_FUNCTION(0x4, "pcie0", "rstout"),
|
|
|
MPP_FUNCTION(0x5, "led", "c2"),
|
|
|
MPP_FUNCTION(0x6, "spi1", "cs2")),
|
|
|
MPP_MODE(46,
|
|
@@ -326,14 +326,14 @@ static struct mvebu_mpp_mode mv88f6720_mpp_modes[] = {
|
|
|
MPP_FUNCTION(0x6, "dev", "ad9")),
|
|
|
MPP_MODE(53,
|
|
|
MPP_FUNCTION(0x0, "gpio", NULL),
|
|
|
- MPP_FUNCTION(0x1, "pcie1", "rstoutn"),
|
|
|
+ MPP_FUNCTION(0x1, "pcie1", "rstout"),
|
|
|
MPP_FUNCTION(0x2, "ge0", "rxd3"),
|
|
|
MPP_FUNCTION(0x3, "ge1", "rxd3"),
|
|
|
MPP_FUNCTION(0x5, "i2c0", "sck"),
|
|
|
MPP_FUNCTION(0x6, "dev", "ad10")),
|
|
|
MPP_MODE(54,
|
|
|
MPP_FUNCTION(0x0, "gpio", NULL),
|
|
|
- MPP_FUNCTION(0x1, "pcie0", "rstoutn"),
|
|
|
+ MPP_FUNCTION(0x1, "pcie0", "rstout"),
|
|
|
MPP_FUNCTION(0x2, "ge0", "rxctl"),
|
|
|
MPP_FUNCTION(0x3, "ge1", "rxctl"),
|
|
|
MPP_FUNCTION(0x6, "dev", "ad11")),
|
|
@@ -391,7 +391,7 @@ static struct mvebu_mpp_mode mv88f6720_mpp_modes[] = {
|
|
|
MPP_FUNCTION(0x0, "gpio", NULL),
|
|
|
MPP_FUNCTION(0x2, "ptp", "evreq"),
|
|
|
MPP_FUNCTION(0x4, "spi1", "cs3"),
|
|
|
- MPP_FUNCTION(0x5, "pcie0", "rstoutn"),
|
|
|
+ MPP_FUNCTION(0x5, "pcie0", "rstout"),
|
|
|
MPP_FUNCTION(0x6, "dev", "cs3")),
|
|
|
};
|
|
|
|