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 1470C336EF7; Thu, 26 Feb 2026 11:09:42 +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=1772104183; cv=none; b=QkF2MCbZPyoRMnwKTlze1HIS34WAiu93qhIcvjFQAmQOeQ0+BJtIJgcKB4Fjt9OkaZAHfCYZcPXhIcurxR1WdE6YJeKO0hbguWEFjj17VyLN9uuGwaBoUZ0/Z3YrFgkfx1/zHzFHKrXilEn+j6ZrzvX1AN30zOt+UVxT0g8DBu4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772104183; c=relaxed/simple; bh=Kc3y4vF5C5ht3a1XMvsgWskMHYvLykSYzITc23T1NDk=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=m3ogPpjlAgkNTrM4SGDdteBmafvXXC4T4DLMUwRRnlXti99S5M7FcDZmGVXx3jJa8Fww6NESlIhEZRQg7PT4prv07HA//p/CkzSUvk/OvU9mJYHlXfrlcfEYrRmfKaKWiRuS4/SoOWJ7ZNFmNt8ipjLpHTMmStuJquhj6ZWRMCE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=lMwXjfJR; 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="lMwXjfJR" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8CE57C116C6; Thu, 26 Feb 2026 11:09:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772104182; bh=Kc3y4vF5C5ht3a1XMvsgWskMHYvLykSYzITc23T1NDk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=lMwXjfJRiBEVT78l5CXkOIawXNBob9Tdyzc3m9YFg/yr5NW3jo4xUaZtWPHv/0yac /Hly1F07PxVhWGDQNVpxeu2kGBaCqUkT2niVyH2Y51jDtlazKYy4ZzF0zT64lhSV5o LqftKpjqtq5SNHLyEZNtnrjab3+k7UHOZzkEAVCuK6S/GvLCFQcQA2x2unfm1lRdd+ 3dnowboT25KCF+kAVqUMa4lMBCn4RSwnSPU6Qw/z3VOAKkQZVJulE82qq1AlLjkWcv UStRFoipY7jmgC/3t5JHneFEUpm8fXDGBS6hTpKTLLiA2ZFH/pDkKky4e68MHVo1Z4 9KfmULnHylmTw== Date: Thu, 26 Feb 2026 11:09:35 +0000 From: Conor Dooley To: netdev@vger.kernel.org Cc: Conor Dooley , Valentina.FernandezAlanis@microchip.com, Andrew Lunn , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Daire McNamara , Paul Walmsley , Palmer Dabbelt , Albert Ou , Alexandre Ghiti , Nicolas Ferre , Claudiu Beznea , Richard Cochran , Samuel Holland , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-riscv@lists.infradead.org, Neil Armstrong , Dave Stevenson , Sean Anderson , Vineeth Karumanchi , Abin Joseph , =?iso-8859-1?Q?Th=E9o?= Lebrun Subject: Re: [PATCH net-next v2 1/8] riscv: dts: microchip: add tsu clock to macb on mpfs Message-ID: <20260226-untimely-overcoat-a335a7016adc@spud> References: <20260226-snowshoe-amusable-6716d4ddea11@spud> <20260226-briskly-severity-69c2988e8dc8@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="HXcvzNaRR2Bb/QYt" Content-Disposition: inline In-Reply-To: <20260226-briskly-severity-69c2988e8dc8@spud> --HXcvzNaRR2Bb/QYt Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Feb 26, 2026 at 11:03:16AM +0000, Conor Dooley wrote: > From: Conor Dooley >=20 > In increment mode, the tsu clock for the macb is provided separately to > the pck, usually the same clock as the reference to the rtc provided by > an off-chip oscillator. pclk is 150 MHz typically, and the reference is > either 100 MHz or 125 MHz, so having the tsu clock is required for > correct rate selection. >=20 > Signed-off-by: Conor Dooley > --- > arch/riscv/boot/dts/microchip/Makefile.orig | 26 +++++++++++++++++++++ Of course I noticed this only after sending, but this patch isn't for net anyway so it's kinda moot and I could fix it myself on application or in the likely v3. --HXcvzNaRR2Bb/QYt Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCaaAp7wAKCRB4tDGHoIJi 0uBQAP0Sp42MPDxWXYk+ByvyugQefv2Lt1layvBUVWDkCGvzLwD6A8UBJsHEysQT QWWCpEpvz0l96P/zT0bSG3dWzXFJhQI= =Mz+3 -----END PGP SIGNATURE----- --HXcvzNaRR2Bb/QYt--