Required property in dtsi file for both ethernet working

Hi team,

kernel version : Linux colibri-imx6ull 4.9.84-+gb2a7f2f #2 SMP Thu Jan 21 17:56:57 IST 2018 armv7l GNU/Linux

We see below the lines in driver file. do we need to add “fsl,mii-exclusive” property in dtsi file for both ethernet working? if yes then in which node we need to add? fec1 or fec2?

drivers/net/ethernet/freescale/fec_main.c

	/* board only enable one mii bus in default */
	if (!of_get_property(np, "fsl,mii-exclusive", NULL))
		fep->quirks |= FEC_QUIRK_SINGLE_MDIO;
	ret = fec_enet_mii_init(pdev);
	if (ret)
		goto failed_mii_init;

Hi @all

any update for the issue ??

Regrads,

Nikunj

Hi @nikunjp26

We are not using this property in any of device-tree files? So I don’t think, it is needed.

Best regards,
Jaski