> >You can just as easily find the child node called ethernet-phy. > > As Andrew pointed out, using phy-handle allows me to place the phy > node anywhere. > > I've already made changes to this design, and every change has > raised objections. I don't see anything wrong with phy-handle. A > lot of drivers use it.
Agreed. You should do the same as what all other driver do. Andrew