From patchwork Mon Feb 1 10:02:20 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Russell King \(Oracle\)" X-Patchwork-Id: 374352 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=-13.5 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER, INCLUDES_PATCH, MAILING_LIST_MULTI, SPF_HELO_NONE, SPF_PASS, URIBL_BLOCKED autolearn=ham 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 9A63AC4332D for ; Mon, 1 Feb 2021 10:04:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 67FEF60295 for ; Mon, 1 Feb 2021 10:04:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233014AbhBAKDi (ORCPT ); Mon, 1 Feb 2021 05:03:38 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56216 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233009AbhBAKDg (ORCPT ); Mon, 1 Feb 2021 05:03:36 -0500 Received: from pandora.armlinux.org.uk (pandora.armlinux.org.uk [IPv6:2001:4d48:ad52:32c8:5054:ff:fe00:142]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D45F0C061797; Mon, 1 Feb 2021 02:02:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=armlinux.org.uk; s=pandora-2019; h=Date:Sender:Message-Id:Content-Type: Content-Transfer-Encoding:MIME-Version:Subject:Cc:To:From:Reply-To:Content-ID :Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To: Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=fdKIVx24GymoqMQrx5hQK9PTn9IKYCcOrSnM24L/ylo=; b=oJglRTJAPZuHahZ2zawS2mq2V8 8Px+KYMt4viAX6nWB/pEfxbEbIR0nIqDCMpTNUkHBgQP52sPoM8M+gTxZgwpbcJA+eM18bYNhs6jT DNUGu/wTGcbOtCUDEIValj6phRiDjAmbB3ZxUb/4dI4Z4BOp3wY0AS96+NIyJDtbmnKnTi6FRoIpg OddARo6C2K61gv3/uilnccjwpnYiD0oeQYkGFg/dQYnmvRuKrY2uDkKEesAo2ApYtLCmjHLSZMuqq ZBCYqoLC36W+QZy63N5L9JLuiboEhuB9Tfj9p70AfVnjnfn6/b3Wqp3pKP+f/PdVLQDuYD41NZAjZ 0luMwijQ==; Received: from e0022681537dd.dyn.armlinux.org.uk ([fd8f:7570:feb6:1:222:68ff:fe15:37dd]:41434 helo=rmk-PC.armlinux.org.uk) by pandora.armlinux.org.uk with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l6W2G-00039W-6o; Mon, 01 Feb 2021 10:02:20 +0000 Received: from rmk by rmk-PC.armlinux.org.uk with local (Exim 4.92) (envelope-from ) id 1l6W2G-0002Ga-0O; Mon, 01 Feb 2021 10:02:20 +0000 From: Russell King To: Rob Herring Cc: "David S. Miller" , Jakub Kicinski , Maxime Ripard , Andrew Lunn , netdev@vger.kernel.org, devicetree@vger.kernel.org Subject: [PATCH RESEND] dt-bindings: ethernet-controller: fix fixed-link specification MIME-Version: 1.0 Content-Disposition: inline Message-Id: Sender: Russell King Date: Mon, 01 Feb 2021 10:02:20 +0000 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org The original fixed-link.txt allowed a pause property for fixed link. This has been missed in the conversion to yaml format. Fixes: 9d3de3c58347 ("dt-bindings: net: Add YAML schemas for the generic Ethernet options") Signed-off-by: Russell King Reviewed-by: Andrew Lunn --- Resending now that kernel.org is fixed. .../devicetree/bindings/net/ethernet-controller.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/devicetree/bindings/net/ethernet-controller.yaml b/Documentation/devicetree/bindings/net/ethernet-controller.yaml index fdf709817218..39147d33e8c7 100644 --- a/Documentation/devicetree/bindings/net/ethernet-controller.yaml +++ b/Documentation/devicetree/bindings/net/ethernet-controller.yaml @@ -206,6 +206,11 @@ title: Ethernet Controller Generic Binding Indicates that full-duplex is used. When absent, half duplex is assumed. + pause: + $ref: /schemas/types.yaml#definitions/flag + description: + Indicates that pause should be enabled. + asym-pause: $ref: /schemas/types.yaml#definitions/flag description: