Hi There,
I am running on imx8 and on linux imx branch 5.4.24_2.3.0
I am not able to change the polling mode of the ethernet driver.
In dp83811_driver , i tried changing the variable "flags" in the phy_driver structure to PHY_HAS_INTERRUPT. But after booting i still get this message in kernel log.
attached PHY driver [TI DP83TC811] (mii_bus:phy_addr=5b040000.ethernet-1:00, irq=POLL)
Should this be done in Uboot or in kernel driver?
can anyone point me to a right direction on how to do this?