> -----Original Message----- > From: Swathi K S <swathi.ks@xxxxxxxxxxx> > Sent: 18 March 2025 16:22 > To: 'krzk+dt@xxxxxxxxxx' <krzk+dt@xxxxxxxxxx>; 'linux-fsd@xxxxxxxxx' > <linux-fsd@xxxxxxxxx>; 'robh@xxxxxxxxxx' <robh@xxxxxxxxxx>; > 'conor+dt@xxxxxxxxxx' <conor+dt@xxxxxxxxxx>; 'richardcochran@xxxxxxxxx' > <richardcochran@xxxxxxxxx>; 'alim.akhtar@xxxxxxxxxxx' > <alim.akhtar@xxxxxxxxxxx> > Cc: 'jayati.sahu@xxxxxxxxxxx' <jayati.sahu@xxxxxxxxxxx>; 'linux-arm- > kernel@xxxxxxxxxxxxxxxxxxx' <linux-arm-kernel@xxxxxxxxxxxxxxxxxxx>; 'linux- > samsung-soc@xxxxxxxxxxxxxxx' <linux-samsung-soc@xxxxxxxxxxxxxxx>; > 'devicetree@xxxxxxxxxxxxxxx' <devicetree@xxxxxxxxxxxxxxx>; 'linux- > kernel@xxxxxxxxxxxxxxx' <linux-kernel@xxxxxxxxxxxxxxx>; > 'netdev@xxxxxxxxxxxxxxx' <netdev@xxxxxxxxxxxxxxx>; > 'pankaj.dubey@xxxxxxxxxxx' <pankaj.dubey@xxxxxxxxxxx>; > 'ravi.patel@xxxxxxxxxxx' <ravi.patel@xxxxxxxxxxx>; > 'gost.dev@xxxxxxxxxxx' <gost.dev@xxxxxxxxxxx> > Subject: RE: [PATCH v8 0/2] arm64: dts: fsd: Add Ethernet support for FSD > SoC > > > > > -----Original Message----- > > From: Swathi K S <swathi.ks@xxxxxxxxxxx> > > Sent: 07 March 2025 10:19 > > To: krzk+dt@xxxxxxxxxx; linux-fsd@xxxxxxxxx; robh@xxxxxxxxxx; > > conor+dt@xxxxxxxxxx; richardcochran@xxxxxxxxx; > > alim.akhtar@xxxxxxxxxxx > > Cc: jayati.sahu@xxxxxxxxxxx; swathi.ks@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: [PATCH v8 0/2] arm64: dts: fsd: Add Ethernet support for FSD > > SoC > > > > FSD platform has two instances of EQoS IP, one is in FSYS0 block and > > another one is in PERIC block. This patch series add required DT file > > modifications for the same. > > > > Changes since v1: > > 1. Addressed the format related corrections. > > 2. Addressed the MAC address correction. > > > > Changes since v2: > > 1. Corrected intendation issues. > > > > Changes since v3: > > 1. Removed alias names of ethernet nodes > > > > Changes since v4: > > 1. Added more details to the commit message as per review comment. > > > > Changes since v5: > > 1. Avoided inserting node in the end and inserted it in between as per > > address. > > 2. Changed the node label. > > 3. Separating DT patches from net patches and posting in different > branches. > > > > Changes since v6: > > 1. Addressed Andrew's review comment and removed phy-mode from > .dtsi > > to .dts > > > > Changes since v7: > > 1. Addressed Russell's review comment-Implemented clock tree setup in > > DT > > > > Hi, > The DT binding and driver patches corresponding to this patch is now > reflecting in linux-next > https://web.git.kernel.org/pub/scm/linux/kernel/git/next/linux- > next.git/diff/Documentation/devicetree/bindings/net/tesla,fsd- > ethqos.yaml?id=f654ead4682a1d351d4d780b1b59ab02477b1185 > Hi reviewers, Could you please confirm whether this set of patches can be considered for review or should I resend them? - Swathi > Could you consider these DT file patches for review/merge or do I need to > resend these? > > -Swathi > > > Swathi K S (2): > > arm64: dts: fsd: Add Ethernet support for FSYS0 Block of FSD SoC > > arm64: dts: fsd: Add Ethernet support for PERIC Block of FSD SoC > > > > arch/arm64/boot/dts/tesla/fsd-evb.dts | 20 ++++ > > arch/arm64/boot/dts/tesla/fsd-pinctrl.dtsi | 112 > +++++++++++++++++++++ > > arch/arm64/boot/dts/tesla/fsd.dtsi | 50 +++++++++ > > 3 files changed, 182 insertions(+) > > > > -- > > 2.17.1