> But I am guessing it might be because of what new U-Boot does: if it > finds the MCU node in the device-tree, it will add a reset gpio property > for ethernet PHY, linking it to the MCU node. So if this > patch got backported to older kernel where the MCU driver is not > present, and the board had this new U-Boot, the kernel would not create > the eth2 interface, because it would be waiting for a driver providing > the GPIO. You should make this clear in the commit message. There is a danger the ML algorithm which picks patches for back porting decides this is a candidate. Hopefully a human will read the commit message and then reject it. Andrew