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 X-Spam-Level: X-Spam-Status: No, score=-3.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B0D0FC433E0 for ; Thu, 11 Jun 2020 13:29:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 92A6320801 for ; Thu, 11 Jun 2020 13:29:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727963AbgFKN3S (ORCPT ); Thu, 11 Jun 2020 09:29:18 -0400 Received: from vps0.lunn.ch ([185.16.172.187]:37268 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726249AbgFKN3S (ORCPT ); Thu, 11 Jun 2020 09:29:18 -0400 Received: from andrew by vps0.lunn.ch with local (Exim 4.94) (envelope-from ) id 1jjNGX-000B7B-V9; Thu, 11 Jun 2020 15:29:09 +0200 Date: Thu, 11 Jun 2020 15:29:09 +0200 From: Andrew Lunn To: Heiko Stuebner Cc: davem@davemloft.net, kuba@kernel.org, robh+dt@kernel.org, f.fainelli@gmail.com, hkallweit1@gmail.com, linux@armlinux.org.uk, netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, christoph.muellner@theobroma-systems.com, Heiko Stuebner Subject: Re: [PATCH v2 2/2] net: phy: mscc: handle the clkout control on some phy variants Message-ID: <20200611132909.GD19869@lunn.ch> References: <20200609133140.1421109-1-heiko@sntech.de> <20200609133140.1421109-2-heiko@sntech.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200609133140.1421109-2-heiko@sntech.de> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, Jun 09, 2020 at 03:31:40PM +0200, Heiko Stuebner wrote: > From: Heiko Stuebner > > At least VSC8530/8531/8540/8541 contain a clock output that can emit > a predefined rate of 25, 50 or 125MHz. > > This may then feed back into the network interface as source clock. > So follow the example the at803x already set and introduce a > vsc8531,clk-out-frequency property to set that output. > > Signed-off-by: Heiko Stuebner > --- > Hi Andrew, > > I didn't change the property yet, do you have a suggestion on > how to name it though? Going by the other examples in the > ethernet-phy.yamls, something like enet-phy-clock-out-frequency ? Hi Heiko Yes, that looks good. Thanks Andrew