> -----Original Message----- > From: Andrew Lunn [mailto:andrew@xxxxxxx] > Sent: 15 August 2023 02:20 > To: Sriranjani P <sriranjani.p@xxxxxxxxxxx> > Cc: davem@xxxxxxxxxxxxx; edumazet@xxxxxxxxxx; kuba@xxxxxxxxxx; > pabeni@xxxxxxxxxx; robh+dt@xxxxxxxxxx; > krzysztof.kozlowski+dt@xxxxxxxxxx; conor+dt@xxxxxxxxxx; > richardcochran@xxxxxxxxx; alexandre.torgue@xxxxxxxxxxx; > joabreu@xxxxxxxxxxxx; mcoquelin.stm32@xxxxxxxxx; > alim.akhtar@xxxxxxxxxxx; linux-fsd@xxxxxxxxx; > pankaj.dubey@xxxxxxxxxxx; swathi.ks@xxxxxxxxxxx; > ravi.patel@xxxxxxxxxxx; netdev@xxxxxxxxxxxxxxx; > devicetree@xxxxxxxxxxxxxxx; linux-kernel@xxxxxxxxxxxxxxx; linux-samsung- > soc@xxxxxxxxxxxxxxx; linux-arm-kernel@xxxxxxxxxxxxxxxxxxx; Jayati Sahu > <jayati.sahu@xxxxxxxxxxx> > Subject: Re: [PATCH v3 3/4] arm64: dts: fsd: Add Ethernet support for FSYS0 > Block of FSD SoC > > > +ðernet_0 { > > + status = "okay"; > > + > > + fixed-link { > > + speed = <1000>; > > + full-duplex; > > + }; > > +}; > > A fixed link on its own is pretty unusual. Normally it is combined with an > Ethernet switch. What is the link peer here? It is a direct connection to the Ethernet switch managed by an external management unit. > > Andrew Regards, Swathi