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=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 79482C433DB for ; Fri, 15 Jan 2021 17:28:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 49E4A23382 for ; Fri, 15 Jan 2021 17:28:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731075AbhAOR2B (ORCPT ); Fri, 15 Jan 2021 12:28:01 -0500 Received: from mail-oo1-f42.google.com ([209.85.161.42]:41560 "EHLO mail-oo1-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726809AbhAOR2B (ORCPT ); Fri, 15 Jan 2021 12:28:01 -0500 Received: by mail-oo1-f42.google.com with SMTP id q6so2381878ooo.8; Fri, 15 Jan 2021 09:27:45 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=xdbf/nZWq1DyoQydQMQJD0VQGjVX6ssG5cy5D9hznyk=; b=aXwBDO0BTFDDHqiPrCPPmw/a3w4VuF2jYFnS722lB5ppKre+mXpf1PTIlzwgK1WE5v ipmmZKs2MOExjzXR96ZDHVxC6qHN+UKYhcoUxvhqfcvoQfCbUFCPev/wnQeLAnjfWbyq 8JzpJMDEOulW4Kxq+GWoB27lKmCve5+DnaoGWLJPZsJkFAA2YFBm+PwWPPFz8MDhnNRj pVlD5+ACO8LTNqVPtdFsy0btyrsUAiU3QaJ7/YGocoCyhyLHuzF+wDn0r6tBGbjc2E4n trI+bxLxrhLLur26HNn2r2dQtrptf9pv4BFKthHnX91LL3jJstCcFMwW7b4/jepCcbDj nDbg== X-Gm-Message-State: AOAM533jXsQmV/7jAirPsj5XTIw/rP66PzF/u+jfxHupILfubSlGaVkr 4ELMFH6RfLyovF8zkw4GG7M2gzXd5g== X-Google-Smtp-Source: ABdhPJzj7MdSQZ9Txm3E/ya+/J/3ulRP0m+qo2lphvQq28B8haKsLDi1d50WCypoDZhJJmtm+Btytg== X-Received: by 2002:a05:6820:381:: with SMTP id r1mr9039375ooj.73.1610731639905; Fri, 15 Jan 2021 09:27:19 -0800 (PST) Received: from robh.at.kernel.org (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id p11sm1771883oif.55.2021.01.15.09.27.18 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 15 Jan 2021 09:27:19 -0800 (PST) Received: (nullmailer pid 1491289 invoked by uid 1000); Fri, 15 Jan 2021 17:27:18 -0000 Date: Fri, 15 Jan 2021 11:27:18 -0600 From: Rob Herring To: Russell King Cc: Heiner Kallweit , Jon Nettleton , Florian Fainelli , Jakub Kicinski , "David S. Miller" , Rob Herring , Andrew Lunn , devicetree@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [PATCH net-next 1/2] dt: ar803x: document SmartEEE properties Message-ID: <20210115172718.GA1491253@robh.at.kernel.org> References: <20210114104455.GP1551@shell.armlinux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Thu, 14 Jan 2021 10:45:44 +0000, Russell King wrote: > The SmartEEE feature of Atheros AR803x PHYs can cause the link to > bounce. Add DT properties to allow SmartEEE to be disabled, and to > allow the Tw parameters for 100M and 1G links to be configured. > > Signed-off-by: Russell King > --- > .../devicetree/bindings/net/qca,ar803x.yaml | 16 ++++++++++++++++ > 1 file changed, 16 insertions(+) > Reviewed-by: Rob Herring