Hello,
I have setup ethernet communication with realtek phy RTL9010AA within u-boot. The phy is confgured and ping is working.
In linux the realtek driver does not support RTL9010AA. So I removed the phy from device tree and from linux defconfig. But when linux kernel is booting, pfeng driver again tries to initialize a phy which ends up in Error messages:
...pfe0: could not attach to PHY: -19
...pfe0: Error connecting to the phy: -19
How can i prevent pfeng from configuring the phy?