Commit ddb95fdd authored by Fabio Estevam's avatar Fabio Estevam Committed by Sascha Hauer

ARM: imx/mach-mx25_3ds: Use IMX_GPIO_NR instead of hard-coded values

Signed-off-by: default avatarFabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: default avatarSascha Hauer <s.hauer@pengutronix.de>
parent 510dc2ec
...@@ -109,8 +109,8 @@ static const struct fec_platform_data mx25_fec_pdata __initconst = { ...@@ -109,8 +109,8 @@ static const struct fec_platform_data mx25_fec_pdata __initconst = {
.phy = PHY_INTERFACE_MODE_RMII, .phy = PHY_INTERFACE_MODE_RMII,
}; };
#define FEC_ENABLE_GPIO 35 #define FEC_ENABLE_GPIO IMX_GPIO_NR(2, 3)
#define FEC_RESET_B_GPIO 104 #define FEC_RESET_B_GPIO IMX_GPIO_NR(4, 8)
static void __init mx25pdk_fec_reset(void) static void __init mx25pdk_fec_reset(void)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment