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 35C7FC433F5 for ; Fri, 29 Apr 2022 14:25:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1377245AbiD2O2V (ORCPT ); Fri, 29 Apr 2022 10:28:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45024 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1377236AbiD2O2R (ORCPT ); Fri, 29 Apr 2022 10:28:17 -0400 Received: from vps0.lunn.ch (vps0.lunn.ch [185.16.172.187]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0EE4B9136D; Fri, 29 Apr 2022 07:24:57 -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=bA3vg0ooQEtyAIyTeCEDpBhanFNnSZTX5oaouEaZmZs=; b=NuEkKy9uDLq5jPN4tellTEsX3v 0Hmt0QvmByoVp+7p7CU5Uf6vlJUXkZKw83yTlp8xpNEKAdlHKXo7FKKRStR8Io7YcZhrf47bBHrpA exaUx8LHd0OTrUOnN9V1Xoihv3Dp6qFNPKg/8RzVgy2QW3JTbEalu9FrQ5bXYyYk2Vqk=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1nkRYD-000Uez-TL; Fri, 29 Apr 2022 16:24:53 +0200 Date: Fri, 29 Apr 2022 16:24:53 +0200 From: Andrew Lunn To: Piyush Malgujar Cc: "netdev@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Chandrakala Chavva , Damian Eppel , Heiner Kallweit , Russell King , "David S. Miller" , Jakub Kicinski , Paolo Abeni Subject: Re: [PATCH] Marvell MDIO clock related changes. Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > > > 2) Marvell MDIO clock frequency attribute change: > > > This MDIO change provides an option for user to have the bus speed set > > > to their needs which is otherwise set to default(3.125 MHz). > > > > Please read 802.3 Clause 22. The default should be 2.5MHz. > > > > These changes are only specific to Marvell Octeon family. Are you saying the Marvell Octeon family decide to ignore 802.3? Have you tested every possible PHY that could be connected to this MDIO bus and they all work for 3.125MHz, even though 802.3 says they only need to support up to 2.5Mhz? Andrew