Hi Heiko, On 2024-11-21 15:27, Heiko Stuebner wrote: > Add rk_gmac_ops and other special handling that is needed for GMAC to > work on RK3576. > > Signed-off-by: Heiko Stuebner <[email protected]> > --- > drivers/net/dwc_eth_qos.c | 4 + > drivers/net/dwc_eth_qos_rockchip.c | 141 ++++++++++++++++++++++++++++- > 2 files changed, 144 insertions(+), 1 deletion(-)
[snip] The code added in this patch does not seem to match the code added in mainline Linux kernel. Feel free to squash "fixup: net: dwc_eth_qos_rockchip: Add support for RK3576" at [1] to adjust this to closer match the Linux kernel driver, similar to remaining supported SoCs in this driver. [1] https://github.com/Kwiboo/u-boot-rockchip/commits/rk3576-2025.04-wip/ Regards, Jonas

