From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) (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 8C714EEA9; Mon, 24 Feb 2025 20:03:49 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=156.67.10.101 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740427431; cv=none; b=dQvcdIeIg/zfpjnof7hVaQlpItmIhwuND24iQJmDfuVTE15Ctz5iTCY2fRla6iB4zBaMPlqYO7WRlSWU04QYYmyfYS4vlLJMrA1B+GO5HabY+p1X1ixTQFzxFFtFz0x3b9kllP/Oqok36Hn2Z5M/MNFRi6bQHYlLubcxL4cc9cE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740427431; c=relaxed/simple; bh=M1bzipUMQ7DjzMwfKyBAPv0PjmLwp3ClQ+9SXutQMwU=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=oPTmULjjCCBa54DdDTvWQtAkoIB3wLQ7XOmPS0d3l3Sj3VK80r3BfYmH2LslgBuxhDs5ah8z7dXG0glhtDiwXNt8wll0P9Df2AA1ak+JknJ6eFMA+aSM+Yv4daRAa3uB10il95oGPCiC50gzEpFKauhKLrp42gGWaq1HXok2eUc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lunn.ch; spf=pass smtp.mailfrom=lunn.ch; dkim=pass (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b=3CGSeFoe; arc=none smtp.client-ip=156.67.10.101 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lunn.ch Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lunn.ch Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b="3CGSeFoe" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=qV9FUvlSOztLat8Hq5KCIwMxFz37ZFl4KwQgqujtdS8=; b=3CGSeFoeeV/7kVNVhWK+lJ51GL XfW5V3TPz2iQxCGANmPiw4asWR0cgCsHCcOkBD1rGsMVHxGHAMjFogOfqCK32zFmqcw3pUbG8Tmph cNVpXsFokIgO/k/errM4L7zpijEJQNvzcrlQqUN+SGBa8G+wp5U6NU4RQl0ZGNVhZeXM=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1tmeg1-00HHJm-H9; Mon, 24 Feb 2025 21:03:41 +0100 Date: Mon, 24 Feb 2025 21:03:41 +0100 From: Andrew Lunn To: "Russell King (Oracle)" Cc: Heiner Kallweit , Alexandre Torgue , Andrew Lunn , "David S. Miller" , Eric Dumazet , Jakub Kicinski , linux-arm-kernel@lists.infradead.org, linux-arm-msm@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, Maxime Coquelin , netdev@vger.kernel.org, Paolo Abeni , Vinod Koul Subject: Re: [PATCH net-next] net: stmmac: qcom-ethqos: use rgmii_clock() to set the link clock Message-ID: References: Precedence: bulk X-Mailing-List: linux-arm-msm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Fri, Feb 21, 2025 at 11:38:20AM +0000, Russell King (Oracle) wrote: > The link clock operates at twice the RGMII clock rate. Therefore, we > can use the rgmii_clock() helper to set this clock rate. > > Signed-off-by: Russell King (Oracle) Reviewed-by: Andrew Lunn Andrew