On 7/04/22 11:23, Andrew Lunn wrote: > On Wed, Apr 06, 2022 at 03:21:57PM +1200, Chris Packham wrote: >> The 98DX2530 SoC is the Control and Management CPU integrated into >> the Marvell 98DX25xx and 98DX35xx series of switch chip (internally >> referred to as AlleyCat5 and AlleyCat5X). >> >> These files have been taken from the Marvell SDK and lightly cleaned >> up with the License and copyright retained. >> >> Signed-off-by: Chris Packham <chris.packham@xxxxxxxxxxxxxxxxxxx> >> +ð0 { >> + status = "okay"; >> + phy = <&phy0>; > This is O.K, but most DT files now use phy-handle, not phy. I'll update to phy-handle for v4 > > Reviewed-by: Andrew Lunn <andrew@xxxxxxx> > > Andrew