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 82ED81B4C31; Thu, 15 Aug 2024 16:35:39 +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=1723739740; cv=none; b=nYkdrBaLT2jpaPLvSh7G3YrBj+PIWFDtV2LcGTweNbEMXJZiUTLvXuFBT1S6eNqmziupysHd4Fr+XxCiGXTLuD/R15uuyy1cjFDfY5Akj6w28lBpFg0P+cJQDFwS8dNl+qt5GxT9vH0lFlX+gLsAjLrSdlrmOvFAiDafW5fOAWM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723739740; c=relaxed/simple; bh=2YsIYBU4KdzLxYOq/DWZJaW8fsNmm7V/n/GVrhzx8fU=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=ayp68A9+00dtlEFra6rRbFKqrRptsgEuK8pT8MLB2GkUa+gqXGQSAliTTfXjjyJfdBS6HDwYV3ZavmfnQVy5W9kRZD5pjbk3f73gTRseoX2dSRuYT05VsoT9SvnHZaK02t4Go+Yz7fgLZdzwJsZBSMDGGeufH9Wc1xznqLBZHW8= 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=OyXy+w3b; 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="OyXy+w3b" 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:Sender:Reply-To: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=2YsIYBU4KdzLxYOq/DWZJaW8fsNmm7V/n/GVrhzx8fU=; b=OyXy+w3bleVZ7blXyZNiQ9LVCb bhzsyx0+QQMv/aBgZT9jtgM0Ws9Kkswdf6EMIbVOzYPIcIATpMTffVE98W5J2RC0NB/5JCK4UaHYa 5Y+DqD5Y3IgQHovKo69Q0srhgBNUXKHJ2btWtuc1hlO2XJIHixiRm29zqDv+0sfPu44JFw1A1VRKC gHbNkBVlKal+PKZ8jl3HllTyWw9YIfVqGodkro07kCDtpNKPPH+55IDIr66B/N428V4pHw/faaZHQ K7cm8AeiJw2ogzoQ9WU25F/04tDZ5EvEYJqpsrHvvZ3goIJxny75LNbFDCXc2W1uWYyCOp+p707c4 /igHZSFw==; Received: from i53875a9f.versanet.de ([83.135.90.159] 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 1sedRb-0005Qb-Gy; Thu, 15 Aug 2024 18:35:23 +0200 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Detlev Casanova , linux-kernel@vger.kernel.org, David Wu Cc: "David S . Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Alexandre Torgue , Jose Abreu , Maxime Coquelin , Giuseppe Cavallaro , netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-stm32@st-md-mailman.stormreply.com, kernel@collabora.com Subject: Re: [PATCH v2 2/2] ethernet: stmmac: dwmac-rk: Add GMAC support for RK3576 Date: Thu, 15 Aug 2024 18:35:22 +0200 Message-ID: <2148922.heUyiRONoq@diego> In-Reply-To: References: <20240808170113.82775-1-detlev.casanova@collabora.com> <3304458.aeNJFYEL58@trenzalore> Precedence: bulk X-Mailing-List: devicetree@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" Hi David, Am Montag, 12. August 2024, 04:21:27 CEST schrieb David Wu: > Hi Detlev, Heiko: >=20 > It's really a TRM error here, RMII PHY has been verified for this patch. thanks for double checking. Heiko > =E5=9C=A8 2024/8/9 22:38, Detlev Casanova =E5=86=99=E9=81=93: > > Can't be sure about that. An error in the TRM is not impossible either,= as for > > rk3588, it is also bit[5]=3D0: DIV20 and bit[5]=3D1: DIV2. I can switch= them to > > match the TRM though, we may never now.