diff options
-rw-r--r-- | board/freescale/mx6sx_19x19_arm2/mx6sx_19x19_arm2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/freescale/mx6sx_19x19_arm2/mx6sx_19x19_arm2.c b/board/freescale/mx6sx_19x19_arm2/mx6sx_19x19_arm2.c index 1ad19a2..26fe120 100644 --- a/board/freescale/mx6sx_19x19_arm2/mx6sx_19x19_arm2.c +++ b/board/freescale/mx6sx_19x19_arm2/mx6sx_19x19_arm2.c @@ -305,9 +305,9 @@ static void setup_iomux_fec1(void) imx_iomux_v3_setup_multiple_pads(fec1_pads, ARRAY_SIZE(fec1_pads)); /* Reset AR8031 PHY */ - gpio_direction_output(IMX_GPIO_NR(4, 22) , 0); + gpio_direction_output(IMX_GPIO_NR(6, 18) , 0); udelay(500); - gpio_set_value(IMX_GPIO_NR(4, 22), 1); + gpio_set_value(IMX_GPIO_NR(6, 18), 1); } #endif |