[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250306221402.1704196-1-jonas@kwiboo.se>
Date: Thu, 6 Mar 2025 22:13:53 +0000
From: Jonas Karlman <jonas@...boo.se>
To: Heiko Stuebner <heiko@...ech.de>,
Andrew Lunn <andrew+netdev@...n.ch>,
"David S . Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>,
Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>
Cc: Yao Zi <ziyao@...root.org>,
linux-rockchip@...ts.infradead.org,
netdev@...r.kernel.org,
devicetree@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org,
Jonas Karlman <jonas@...boo.se>
Subject: [PATCH 0/4] rockchip: Enable Ethernet controller on Radxa E20C
The Rockchip RK3528 has two Ethernet controllers, one 100/10 MAC to be
used with the integrated PHY and a second 1000/100/10 MAC to be used
with an external Ethernet PHY.
This series add initial support for the Ethernet controllers found in
RK3528 and enable the LAN interface on Radxa E20C.
This only add a bare minimum gmac0 node for the 100/10 MAC and skip e.g.
parts to power on and off the integrated PHY in GMAC driver becayse I do
not have any RK3528 device that make use of gmac0.
This series depends on the "net: stmmac: dwmac-rk: Validate rockchip,grf
and php-grf during probe" cleanup series to ensure bsp_priv->grf can be
used. And possible also on the leds+buttons, sdio+sdmmc and sdhci series
for RK3528 for a clean apply.
David Wu (1):
ethernet: stmmac: dwmac-rk: Add GMAC support for RK3528
Jonas Karlman (3):
dt-bindings: net: rockchip-dwmac: Add compatible string for RK3528
arm64: dts: rockchip: Add GMAC nodes for RK3528
arm64: dts: rockchip: Enable Ethernet controller on Radxa E20C
.../bindings/net/rockchip-dwmac.yaml | 4 +-
.../boot/dts/rockchip/rk3528-radxa-e20c.dts | 30 ++++
arch/arm64/boot/dts/rockchip/rk3528.dtsi | 92 ++++++++++++
.../net/ethernet/stmicro/stmmac/dwmac-rk.c | 132 ++++++++++++++++++
4 files changed, 257 insertions(+), 1 deletion(-)
--
2.48.1
Powered by blists - more mailing lists