From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1F49FC433F5 for ; Fri, 29 Apr 2022 22:37:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1380339AbiD2WlH (ORCPT ); Fri, 29 Apr 2022 18:41:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60928 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232481AbiD2WlH (ORCPT ); Fri, 29 Apr 2022 18:41:07 -0400 Received: from vps0.lunn.ch (vps0.lunn.ch [185.16.172.187]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DB7C09E9FA for ; Fri, 29 Apr 2022 15:37:47 -0700 (PDT) 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=GIdZGOTwe32FZnpyghxODKp+HehFB3+mTPR8rOoeJ/s=; b=xf8vK0jCZ0nDQ6kW2jqjO0O35f 64z5COcjT+wFYPL+ZSSKAGdVL7785vYrXqa3H9w/cSucE23IhHN2j0tthrSoKH3v1uYke6cAjhIwO 5oCDroBiUF7Gn5ZRUJZbexiixkKQbdIwbcaC2yRNv2VSz6BWpzLadv6ZEMEbfJ4Npdvw=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1nkZFB-000YYu-1d; Sat, 30 Apr 2022 00:37:45 +0200 Date: Sat, 30 Apr 2022 00:37:45 +0200 From: Andrew Lunn To: Nate Drude Cc: netdev@vger.kernel.org, michael.hennerich@analog.com, eran.m@variscite.com Subject: Re: [PATCH 1/2] dt-bindings: net: adin: document adi,clk_rcvr_125_en property Message-ID: References: <20220429184432.962738-1-nate.d@variscite.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220429184432.962738-1-nate.d@variscite.com> Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Fri, Apr 29, 2022 at 01:44:31PM -0500, Nate Drude wrote: > Document device tree property to set GE_CLK_RCVR_125_EN (bit 5 of GE_CLK_CFG), > causing the 125 MHz PHY recovered clock (or PLL clock) to be driven at > the GP_CLK pin. Hi Nate Have you seen: https://lore.kernel.org/netdev/20220419102709.26432-1-josua@solid-run.com/ Andrew