Received: by 2002:a25:e74b:0:0:0:0:0 with SMTP id e72csp1564666ybh; Thu, 16 Jul 2020 16:13:31 -0700 (PDT) X-Google-Smtp-Source: ABdhPJykrPvEN2whdmOsiy5p1qwAlEJAy8tSBSKRNQzz2TmoaSWm/6wxPdjK/tw6pRf3+ZRp+yW5 X-Received: by 2002:a17:906:3e13:: with SMTP id k19mr5853691eji.476.1594941210954; Thu, 16 Jul 2020 16:13:30 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1594941210; cv=none; d=google.com; s=arc-20160816; b=fkMVOEBwEFYSarn+P8zdZ27J1S4MsnxU3YCS/P/cp0Mlucp9ryn35IzMbT6UijRAn+ aYMnphtp7t9Wfd2AYb5KkFVsL6qJ2GPZ+op8kpPHRpidkvvXLI45c2q/LLUfUvmM7JGv V6httFUfq2HUIjrh4eWC1JyyzoNKcyFibFSeC62HKmuSYmSEG9MnJdJ2CSQ8lve+NwM4 HyuTxQOXTixTqM1OmYZxf1wW4VioY/ocxo4r6UZnyU+jMkYvbaDa4XJwulwUWJ5IATIn vosL7QIgv4L6zr414kUq1ymQbPWoT7Y7HdSZVpJH5vM33389uc0FqU0JutUOPYmGRC9k oUlQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=faEJF+4frng9i5vvulvr9nVmd+EkSkBRiXpg2QiZNjw=; b=v+u5xVbVs9LOao3Ikl1ZjX1C4HPtYlAlrHv9RJRv/xoxgNl39L4CqRiSCE27HUwI+J 0L85v+f2Psu2hnBU1aRk81njNthbTLKpQqgVKMWn9vsTdNGhHZd08dPZTO5qP3hbgJsn 3xIiO3j66Xxhxy8U0zJN2LrG/57WqkJWeGu1JVv/xaXWgsUjoKc9chVFKFwwWP3rCxlY M8Q1OvBzAlzQgC9I6cjqOXg+vVzdFltmwjxJ2R1WT6crJcMDkqIhXX3YKb+WS3JGJfjE mmCVDYMT2t16Jp2cZ5CMgruhsxrmxxFSCpadMf/r7PKnADLAsJVACsGoUMlRL4F/ucZ9 FAog== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id f16si4252998edq.307.2020.07.16.16.13.08; Thu, 16 Jul 2020 16:13:30 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727036AbgGPXNA (ORCPT + 99 others); Thu, 16 Jul 2020 19:13:00 -0400 Received: from vps0.lunn.ch ([185.16.172.187]:39766 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726113AbgGPXNA (ORCPT ); Thu, 16 Jul 2020 19:13:00 -0400 Received: from andrew by vps0.lunn.ch with local (Exim 4.94) (envelope-from ) id 1jwCQe-005W6C-L1; Fri, 17 Jul 2020 00:32:36 +0200 Date: Fri, 17 Jul 2020 00:32:36 +0200 From: Andrew Lunn To: Jakub Kicinski Cc: Matthew Hagan , Vivien Didelot , Florian Fainelli , "David S. Miller" , linux@armlinux.org.uk, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, John Crispin , Jonathan McDowell , Rob Herring , devicetree@vger.kernel.org Subject: Re: [PATCH 2/2] dt-bindings: net: dsa: qca8k: Add PORT0_PAD_CTRL properties Message-ID: <20200716223236.GA1314837@lunn.ch> References: <2e1776f997441792a44cd35a16f1e69f848816ce.1594668793.git.mnhagan88@gmail.com> <20200716150925.0f3e01b8@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200716150925.0f3e01b8@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jul 16, 2020 at 03:09:25PM -0700, Jakub Kicinski wrote: > On Mon, 13 Jul 2020 21:50:26 +0100 Matthew Hagan wrote: > > Add names and decriptions of additional PORT0_PAD_CTRL properties. > > > > Signed-off-by: Matthew Hagan > > --- > > Documentation/devicetree/bindings/net/dsa/qca8k.txt | 8 ++++++++ > > 1 file changed, 8 insertions(+) > > > > diff --git a/Documentation/devicetree/bindings/net/dsa/qca8k.txt b/Documentation/devicetree/bindings/net/dsa/qca8k.txt > > index ccbc6d89325d..3d34c4f2e891 100644 > > --- a/Documentation/devicetree/bindings/net/dsa/qca8k.txt > > +++ b/Documentation/devicetree/bindings/net/dsa/qca8k.txt > > @@ -13,6 +13,14 @@ Optional properties: > > > > - reset-gpios: GPIO to be used to reset the whole device > > > > +Optional MAC configuration properties: > > + > > +- qca,exchange-mac0-mac6: If present, internally swaps MAC0 and MAC6. > > Perhaps we can say a little more here? > > > +- qca,sgmii-rxclk-falling-edge: If present, sets receive clock phase to > > + falling edge. > > +- qca,sgmii-txclk-falling-edge: If present, sets transmit clock phase to > > + falling edge. > > These are not something that other vendors may implement and therefore > something we may want to make generic? Andrew? I've never seen any other vendor implement this. Which to me makes me think this is a vendor extension, to Ciscos vendor extension of 1000BaseX. Matthew, do you have a real use cases of these? I don't see a DT patch making use of them. And if you do, what is the PHY on the other end which also allows you to invert the clocks? Andrew