DWMAC support for Rockchip RK3506
From: Heiko Stuebner <heiko@...> Date: Thu, 23 Oct 2025 13:06:41 +0200
Some cleanups to the DT binding for Rockchip variants of the dwmac and adding the RK3506 support on top. As well as the driver-glue needed for setting up the correct RMII speed seitings. changes in v2: - add Conor's Acks to dt-bindings - add Andrew's Reviews to first 3 patches I didn't add the driver Review, as I did address Jonas' comments - adapt to Jonas' comments in the driver - add a patch for a MAINTAINERS entry (Jakub) David Wu (1): ethernet: stmmac: dwmac-rk: Add RK3506 GMAC support Heiko Stuebner (4): dt-bindings: net: snps,dwmac: move rk3399 line to its correct position dt-bindings: net: snps,dwmac: Sync list of Rockchip compatibles dt-bindings: net: rockchip-dwmac: Add compatible string for RK3506 MAINTAINERS: add dwmac-rk glue driver to the main Rockchip entry .../bindings/net/rockchip-dwmac.yaml | 3 + .../devicetree/bindings/net/snps,dwmac.yaml | 6 +- MAINTAINERS | 1 + .../net/ethernet/stmicro/stmmac/dwmac-rk.c | 64 +++++++++++++++++++ 4 files changed, 73 insertions(+), 1 deletion(-) -- 2.47.2
Patches in this set
- [0001] dt-bindings: net: snps,dwmac: move rk3399 line to its (raw)
- [0002] dt-bindings: net: snps,dwmac: Sync list of Rockchip (raw)
- [0003] dt-bindings: net: rockchip-dwmac: Add compatible string (raw)
- [0004] ethernet: stmmac: dwmac-rk: Add RK3506 GMAC support (raw)
- [0005] MAINTAINERS: add dwmac-rk glue driver to the main (raw)
Statistics
- 5 individual patches
- 73 lines added
- 1 lines removed