-----Original Message-----
From: Andrew Lunn [mailto:andrew@lunn.ch]
Sent: 15 August 2023 02:20
To: Sriranjani P <redacted>
Cc: davem@davemloft.net; edumazet@google.com; kuba@kernel.org;
pabeni@redhat.com; robh+dt@kernel.org;
krzysztof.kozlowski+dt@linaro.org; conor+dt@kernel.org;
richardcochran@gmail.com; alexandre.torgue@foss.st.com;
joabreu@synopsys.com; mcoquelin.stm32@gmail.com;
alim.akhtar@samsung.com; linux-fsd@tesla.com;
pankaj.dubey@samsung.com; swathi.ks@samsung.com;
ravi.patel@samsung.com; netdev@vger.kernel.org;
devicetree@vger.kernel.org; linux-kernel@vger.kernel.org; linux-samsung-
soc@vger.kernel.org; linux-arm-kernel@lists.infradead.org; Jayati Sahu
[off-list ref]
Subject: Re: [PATCH v3 3/4] arm64: dts: fsd: Add Ethernet support for
FSYS0
Block of FSD SoC
quoted
+ð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