On Mon, Aug 07, 2023 at 09:35:07PM +0200, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx> > > Enable the second MAC on sa8775p-ride. > > Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx> > --- > arch/arm64/boot/dts/qcom/sa8775p-ride.dts | 74 +++++++++++++++++++++++ > 1 file changed, 74 insertions(+) > > diff --git a/arch/arm64/boot/dts/qcom/sa8775p-ride.dts b/arch/arm64/boot/dts/qcom/sa8775p-ride.dts > index af50aa2d9b10..0862bfb4c580 100644 > --- a/arch/arm64/boot/dts/qcom/sa8775p-ride.dts > +++ b/arch/arm64/boot/dts/qcom/sa8775p-ride.dts > @@ -356,6 +356,80 @@ queue3 { > }; > }; > > +ðernet1 { > + phy-mode = "sgmii"; > + phy-handle = <&sgmii_phy1>; This should be all you need. > + snps,shared-mdio = <&mdio0>; This is not needed, since it is implicit in the phy-handle. You need to debug why the existing -EPROBE_DEFER is not working. Andrew