RE: [PATCH v7 1/2] arm64: dts: fsd: Add Ethernet support for FSYS0 Block of FSD SoC

From: Swathi K S
Date: Wed Mar 05 2025 - 22:54:34 EST




> -----Original Message-----
> From: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
> Sent: 01 March 2025 19:29
> To: Swathi K S <swathi.ks@xxxxxxxxxxx>; krzk+dt@xxxxxxxxxx; linux-
> fsd@xxxxxxxxx; robh@xxxxxxxxxx; conor+dt@xxxxxxxxxx;
> richardcochran@xxxxxxxxx; alim.akhtar@xxxxxxxxxxx
> Cc: jayati.sahu@xxxxxxxxxxx; linux-arm-kernel@xxxxxxxxxxxxxxxxxxx; linux-
> samsung-soc@xxxxxxxxxxxxxxx; devicetree@xxxxxxxxxxxxxxx; linux-
> kernel@xxxxxxxxxxxxxxx; netdev@xxxxxxxxxxxxxxx;
> pankaj.dubey@xxxxxxxxxxx; ravi.patel@xxxxxxxxxxx;
> gost.dev@xxxxxxxxxxx
> Subject: Re: [PATCH v7 1/2] arm64: dts: fsd: Add Ethernet support for FSYS0
> Block of FSD SoC
>
> On 20/02/2025 08:35, Swathi K S wrote:
> > &pinctrl_peric {
> > diff --git a/arch/arm64/boot/dts/tesla/fsd.dtsi
> > b/arch/arm64/boot/dts/tesla/fsd.dtsi
> > index 690b4ed9c29b..01850fbf761f 100644
> > --- a/arch/arm64/boot/dts/tesla/fsd.dtsi
> > +++ b/arch/arm64/boot/dts/tesla/fsd.dtsi
> > @@ -1007,6 +1007,26 @@
> > clocks = <&clock_fsys0
> UFS0_MPHY_REFCLK_IXTAL26>;
> > clock-names = "ref_clk";
> > };
> > +
> > + ethernet0: ethernet@15300000 {
> > + compatible = "tesla,fsd-ethqos";
>
> I don't see bindings in the linux-next, so I am dropping this patch from my
> queue. Please resend when the bindings hit the linux-next.

Thanks for informing me.
I have posted v8 of DT bindings: https://lore.kernel.org/netdev/89dcfb2a-d093-48f9-b6d7-af99b383a1bc@xxxxxxxxxx/
Will wait for some time for the DT binding to reflect on linux-next before posting v8 patches of DT files.

- Swathi

>
> Best regards,
> Krzysztof