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

From: Sriranjani P
Date: Mon Aug 14 2023 - 08:12:25 EST


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

Changes since v2:
1. Addressed all the review comments suggested by Krzysztof with respect to
DT binding and DTS files.
2. Added SOB Swathi for her contributions in this patch.

Sriranjani P (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 | 114 ++++++++++++
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 | 51 ++++++
.../stmicro/stmmac/dwmac-dwc-qos-eth.c | 172 ++++++++++++++++++
.../net/ethernet/stmicro/stmmac/stmmac_main.c | 28 ++-
include/linux/stmmac.h | 1 +
8 files changed, 497 insertions(+), 4 deletions(-)
create mode 100644 Documentation/devicetree/bindings/net/tesla,ethqos.yaml

--
2.17.1