Skip to content
Snippets Groups Projects
Commit 8f257b30 authored by Troy Kisky's avatar Troy Kisky
Browse files

nitrogen8m: fix unused GPIRQ_ENET_PHY definition

parent 0d43ae86
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,7 @@ static iomux_v3_cfg_t const init_pads[] = {
#endif
#define GP_RGMII_PHY_RESET IMX_GPIO_NR(1, 9)
IOMUX_PAD_CTRL(GPIO1_IO09__GPIO1_IO9, WEAK_PULLUP),
#define GPIRQ_ENET_PHY IMX_GPIO_NR(1, 2)
#define GPIRQ_ENET_PHY IMX_GPIO_NR(1, 11)
IOMUX_PAD_CTRL(GPIO1_IO11__GPIO1_IO11, WEAK_PULLUP),
};
......
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