From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 84429336885; Thu, 5 Mar 2026 09:42:24 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772703744; cv=none; b=T7ROzEiSsmHQ1kp9XJGC5BATrarFRJMf2hX9VTGnM79tAgcduz8BI+KqmOv/cRuVjeGqiyyU1tcnh/qZui+vSCzrg9kOvVTszN9CfCSpKobKRWTcTKlxFO5bQcDTvXMKwNoYa1X5+JlPb23n1qraAWesFZHeoojGkltBGn2GJ50= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772703744; c=relaxed/simple; bh=6nMtekn6cDS8/3gsRfHLyG1lS2JDMzRmAHUr4/sNaCY=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=MPV8uGaRWx86dQuRuvHBxzR89i3ovZSeizt2i/Icoamfs5a+ZmEf7EQ14UW+CqrS0WvNErTAEdQNmvENRVWkM5ZfpwiR4pai4p3aoq5CaHPoMFwZJiKJ/VUmuw3KVLTLMTjtiUBRVkExKpuyFxXf0hQbeCio5YSiAWJhcWn/+hg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=aGReRi5e; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="aGReRi5e" Received: by smtp.kernel.org (Postfix) with ESMTPSA id DB74FC116C6; Thu, 5 Mar 2026 09:42:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772703744; bh=6nMtekn6cDS8/3gsRfHLyG1lS2JDMzRmAHUr4/sNaCY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=aGReRi5ehY+g6wkFYKnSULGwTBrwNMMSoGe3LONnqNkBJ1j5la+s7JeweerB6ywsT hKEg70FGAkhjFt+x9pIQvhb1WgpiHAiig1DIYF+V+v8FbxCDxycQeZFanQDDU43GOv zQ1OFe+mPSFKxq6v0hs9EPmJehi15k5QmVTlAxgR0Sc0GX3QS72oxgcOZboqgeWwDG wpiVvAvMfb/sWZfqOlbgVAOXDfW3WnipXQPx6GMVS9hAM1Xp+Ch/uSAfxjU0cgZ8SJ HJ7SYONnSE+w78vhsHrYWjBxP7LyXfJddwHSl3hcwfut11y3/FFwmmKjLHOLc9sTpD +KHU4Cy/6OAnw== Date: Thu, 5 Mar 2026 09:42:19 +0000 From: Conor Dooley To: Charles Perry Cc: netdev@vger.kernel.org, Sean Anderson , Nicolas Ferre , Claudiu Beznea , Andrew Lunn , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Russell King , linux-kernel@vger.kernel.org Subject: Re: [PATCH net-next v2 1/3] net: macb: fix SGMII with inband aneg disabled Message-ID: <20260305-backlit-epilogue-62139ae694a6@spud> References: <20260224202854.112813-1-charles.perry@microchip.com> <20260224202854.112813-2-charles.perry@microchip.com> <20260304-nebulizer-rounding-40fbc81a2ba1@spud> <20260304-unvented-crinkle-37f0bfd03541@spud> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="MBwEv1bNkPnDVrP4" Content-Disposition: inline In-Reply-To: --MBwEv1bNkPnDVrP4 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Mar 04, 2026 at 09:37:23AM -0800, Charles Perry wrote: > On Wed, Mar 04, 2026 at 04:23:30PM +0000, Conor Dooley wrote: >=20 > Are you able to check register 23, bit 13 of your PHY by any chance? Maybe > with the mdio/mii commands in U-Boot if you have that. "mii read addr 23" returns 0660 for both PHYs in U-Boot. --MBwEv1bNkPnDVrP4 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCaalP+wAKCRB4tDGHoIJi 0rvnAQCh2tlIYt2+GfA9dBCqmitWJE6fmJZX0wxuhjyvlHtc/wEAucEeKMzops28 UHeZAknYQ6c5LPDLP2iX6GlrpHsuxAM= =S5Cu -----END PGP SIGNATURE----- --MBwEv1bNkPnDVrP4--