[PATCH v4 0/4] net: stmmac: dwc-qos: Add FSD EQoS support

From: Swathi K S
Date: Tue Jul 30 2024 - 05:31:19 EST


SD 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 binding,
DT file modifications and platform driver specific changes for the same.

Changes since v3:
1. Avoided using alias-id to configure the HW.
2. Addressed the review cooments on DT files given by Krzysztof
3. Modified the clock implementation.

Here is the link to v3 patches for reference:
https://patchwork.kernel.org/project/linux-arm-kernel/patch/20230814112539.70453-2-sriranjani.p@xxxxxxxxxxx/
https://patchwork.kernel.org/project/linux-arm-kernel/patch/20230814112539.70453-3-sriranjani.p@xxxxxxxxxxx/
https://patchwork.kernel.org/project/linux-arm-kernel/patch/20230814112539.70453-4-sriranjani.p@xxxxxxxxxxx/
https://patchwork.kernel.org/project/linux-arm-kernel/patch/20230814112539.70453-5-sriranjani.p@xxxxxxxxxxx/

Swathi K S (4):
dt-bindings: net: Add FSD EQoS device tree bindings
net: stmmac: dwc-qos: Add FSD EQoS support
arm64: dts: fsd: Add Ethernet support for FSYS0 Block of FSD SoC
arm64: dts: fsd: Add Ethernet support for PERIC Block of FSD SoC

.../devicetree/bindings/net/snps,dwmac.yaml | 5 +-
.../devicetree/bindings/net/tesla,ethqos.yaml | 91 ++++++++++++++
arch/arm64/boot/dts/tesla/fsd-evb.dts | 18 +++
arch/arm64/boot/dts/tesla/fsd-pinctrl.dtsi | 112 ++++++++++++++++++
arch/arm64/boot/dts/tesla/fsd.dtsi | 47 ++++++++
.../stmicro/stmmac/dwmac-dwc-qos-eth.c | 90 ++++++++++++++
.../net/ethernet/stmicro/stmmac/stmmac_main.c | 28 ++++-
include/linux/stmmac.h | 1 +
8 files changed, 388 insertions(+), 4 deletions(-)
create mode 100644 Documentation/devicetree/bindings/net/tesla,ethqos.yaml

--
2.17.1