From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 9363C23BD02 for ; Wed, 4 Feb 2026 20:00:30 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.11.138.130 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770235230; cv=none; b=srfzXvVknHtRId6bT0g2N2bxmt+iP6XIBE9a/n/XTe0MKpRcY4A2dhG1OgV52MHi04th5KqIFuWj+pNwX8zGtPRkIaPZZK/gC+oZ0hyQKW4YdTTxJ4XjIfdVZo0/rRKbNJEm6Zc/Rd6kwKQMl7mKfFcEjGe7dL4nOfBQJNVTu70= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770235230; c=relaxed/simple; bh=nW+unrerB/cbLtA1UiEQFladZ+My5JzDyBWzNM95keA=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=UBNd6d64MUEUpid+GxBk52MuzPPmcI1SRgyJGOTjvM8ZA/XrxilD3shukaen/6is+1aetKEhxg+pVcEVSNuVfy0vsGVIXKjw6uouPuHyOmjKBrMe3vHIk6L6jQI8wxcfEsVUSSHzOOlR1Sp+zXhM+TwUKp7FrO313z+LAS3ioug= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=sntech.de; spf=pass smtp.mailfrom=sntech.de; dkim=pass (2048-bit key) header.d=sntech.de header.i=@sntech.de header.b=S4THZHFt; arc=none smtp.client-ip=185.11.138.130 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=sntech.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=sntech.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=sntech.de header.i=@sntech.de header.b="S4THZHFt" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sntech.de; s=gloria202408; h=Content-Type:Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From:Reply-To; bh=nW+unrerB/cbLtA1UiEQFladZ+My5JzDyBWzNM95keA=; b=S4THZHFtHn/WeNSsp5GmKJNsf0 PQ+Fq2ZQZw1LopvowKkt5kOr6E8H0dCasHBSbNJC/VPXjYa5k0h8GKXBLAq9fAbGFCDpRf0UZDabU aZ/iz2gp6/dOWdQ/Fjnl3pYJWfEizqNx1PdMYpJvwQvZnnOmxKQpJcqRI8cx8u4wFglbckWRm1MWG UL3B5zNUJxfk/oncWTojuVCE2wePliVAImUZH2usufSG1lnluz/lSpmuiU748wV52rFQSfxxM6t6t NVM9/O6k1kfRqSdd05l8WzVr05MEB76snbtaNJVzPDnDs7aWwvHuFAeAFYiDxmYOpWaoJ7Mza9vVt ob1myTXQ==; Received: from i53875ac7.versanet.de ([83.135.90.199] helo=diego.localnet) by gloria.sntech.de with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1vnj2y-0070wb-UO; Wed, 04 Feb 2026 21:00:21 +0100 From: Heiko =?UTF-8?B?U3TDvGJuZXI=?= To: Andrew Lunn , "Russell King (Oracle)" Cc: Alexandre Torgue , Andrew Lunn , "David S. Miller" , Eric Dumazet , Jakub Kicinski , linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-stm32@st-md-mailman.stormreply.com, netdev@vger.kernel.org, Paolo Abeni Subject: Re: [PATCH net-next 3/6] net: stmmac: rk: rk3328: gmac2phy only supports RMII Date: Wed, 04 Feb 2026 21:00:20 +0100 Message-ID: <4037444.q0ZmV6gNhb@diego> In-Reply-To: References: Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Am Mittwoch, 4. Februar 2026, 10:14:28 Mitteleurop=C3=A4ische Normalzeit sc= hrieb Russell King (Oracle): > As detailed in a previous commit ("net: stmmac: rk: convert rk3328 to > use bsp_priv->id") rk3328 gmac2phy only supports RMII, whereas gmac2io > supports both RMII and RGMII. Clear supports_rgmii for gmac2phy. >=20 > Signed-off-by: Russell King (Oracle) Reviewed-by: Heiko Stuebner Tested-by: Heiko Stuebner #px30,rk3328 gmac2io,rk3568,rk3= 588 Sadly the rk3328-board I have only uses the gmac2io controller.