STM32MP15 ECO 5.0.0 stm32-dwmac: probe of 5800a000.ethernet failed with error 1
STM32MP157AAAC custom board. Ethernet works with ECO 1 & 3.
1. Used CubeMX to a add ethernet. PHY provided clock to MAC. RGMII interface. 1000Mb/s
2. Applied changes exactly as based on the WIKI and as generated by CubeMX to OP-TEE U-boot and Kernel
Boot Log shows
[ 1.548830] stm32-dwmac 5800a000.ethernet: IRQ eth_lpi not found => this also happens on working boards.
[ 1.689460] stm32-dwmac: probe of 5800a000.ethernet failed with error 1
[ 22.383311] using random self ethernet address
[ 22.386439] using random host ethernet address
u-boot seems the interface and mii command work
ifconfig does not show eth0 interface
No other dwmac messages in boot log that those above
