From patchwork Fri Apr 30 18:29:41 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Corentin Labbe X-Patchwork-Id: 430155 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=-16.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER, INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT 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 54058C43462 for ; Fri, 30 Apr 2021 18:29:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1390B61459 for ; Fri, 30 Apr 2021 18:29:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231373AbhD3Sam (ORCPT ); Fri, 30 Apr 2021 14:30:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44176 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231234AbhD3Saj (ORCPT ); Fri, 30 Apr 2021 14:30:39 -0400 Received: from mail-wm1-x32a.google.com (mail-wm1-x32a.google.com [IPv6:2a00:1450:4864:20::32a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D1D4DC06138B for ; Fri, 30 Apr 2021 11:29:49 -0700 (PDT) Received: by mail-wm1-x32a.google.com with SMTP id p6-20020a05600c3586b029014131bbe5c7so2183793wmq.3 for ; Fri, 30 Apr 2021 11:29:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=Q48xkUDL5m0902EezKV/zpsj/dv/vtHcGNdT7vBOQFE=; b=eqXDxMpbRa9jxeP0xddMNS/VK8JhDK1dDygXovckB/aNwJHyMlZZ02qEl2n+hmR34a dVC0bJL1Y88pO2Y6ztJdct1gVYbQMOvr737SYFvHvAP21HnK2GmbDMY/ENHn9xqyRqtD 2c/04x0Fimpr0MnQgWwdDbthYxUJhNwqFGdc5MWNyFu1JHkDuJveWa/Ym6x5TBPLqMnR ipxbkHmldGzDmcPlV9ENRsII59r5RLj9/FAbk8cIGB1FDq5nJm+x9wTEeT92WeJli5hL F58PUrNLEn7ZFC0HBri4xhR6xQDyFys/woJYehoB0VN/mO/iPML/+BrZunq5ugWw6Xjr j/bw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=Q48xkUDL5m0902EezKV/zpsj/dv/vtHcGNdT7vBOQFE=; b=j52DQh0RzNV7BKHmreIoBYYKqUvUeWr/9hDIJTKmbzxyFceNmCrpQLrJzIdZ6BOy5p l+MOIdcFFwtnM9S3H9VJWxgkn/9mn7thmxWfgC46uk9rY5yZLRcijmpf9/qvwuZeh4fH D34C1q7xpcN753WYZdM6n2B1mdzLS4KgK71Fel9ctHKiiXByuzCcvK1giQatt/93PFac fPN0IVqSm7Rs8uzFnft33UwK2bVO9hut4qMhvCTZaW/HoKlheaOtM4TbLzMynt54zMMN KxXEvdv6D39/EMXU9CGEQ/+5poEW5HO8+9Aia+JrMjkdcN26Z1M8Xx9cQrMlxp7Uz1Bh 763Q== X-Gm-Message-State: AOAM530pre/B6XbcsB0g4r3+Pixs6HEZycFZLT1g0Fe3Z7eHdOiMxNQc ekNOJ5C6inygKAwnl51g48CgoA== X-Google-Smtp-Source: ABdhPJzMFnNGAoNGZMtImg3i628rWxsx0wXh6Crp1xU/mWChiYzXhXro1NPHLaUNpQKhB9itUvxxlA== X-Received: by 2002:a7b:c145:: with SMTP id z5mr3857911wmi.77.1619807388561; Fri, 30 Apr 2021 11:29:48 -0700 (PDT) Received: from localhost.localdomain (laubervilliers-658-1-213-31.w90-63.abo.wanadoo.fr. [90.63.244.31]) by smtp.googlemail.com with ESMTPSA id z7sm3059783wrl.11.2021.04.30.11.29.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 30 Apr 2021 11:29:47 -0700 (PDT) From: Corentin Labbe To: andrew@lunn.ch, hkallweit1@gmail.com, linux@armlinux.org.uk, robh+dt@kernel.org Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, Corentin Labbe Subject: [PATCH v3] dt-bindings: net: Convert mdio-gpio to yaml Date: Fri, 30 Apr 2021 18:29:41 +0000 Message-Id: <20210430182941.915101-1-clabbe@baylibre.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Converts net/mdio-gpio.txt to yaml Reviewed-by: Andrew Lunn Signed-off-by: Corentin Labbe --- Changes since v1: - fixes yamllint warning about indent - added maxItems 3 Changes since v2: - fixed example (gpios need 2 entries) .../devicetree/bindings/net/mdio-gpio.txt | 27 --------- .../devicetree/bindings/net/mdio-gpio.yaml | 57 +++++++++++++++++++ 2 files changed, 57 insertions(+), 27 deletions(-) delete mode 100644 Documentation/devicetree/bindings/net/mdio-gpio.txt create mode 100644 Documentation/devicetree/bindings/net/mdio-gpio.yaml diff --git a/Documentation/devicetree/bindings/net/mdio-gpio.txt b/Documentation/devicetree/bindings/net/mdio-gpio.txt deleted file mode 100644 index 4d91a36c5cf5..000000000000 --- a/Documentation/devicetree/bindings/net/mdio-gpio.txt +++ /dev/null @@ -1,27 +0,0 @@ -MDIO on GPIOs - -Currently defined compatibles: -- virtual,gpio-mdio -- microchip,mdio-smi0 - -MDC and MDIO lines connected to GPIO controllers are listed in the -gpios property as described in section VIII.1 in the following order: - -MDC, MDIO. - -Note: Each gpio-mdio bus should have an alias correctly numbered in "aliases" -node. - -Example: - -aliases { - mdio-gpio0 = &mdio0; -}; - -mdio0: mdio { - compatible = "virtual,mdio-gpio"; - #address-cells = <1>; - #size-cells = <0>; - gpios = <&qe_pio_a 11 - &qe_pio_c 6>; -}; diff --git a/Documentation/devicetree/bindings/net/mdio-gpio.yaml b/Documentation/devicetree/bindings/net/mdio-gpio.yaml new file mode 100644 index 000000000000..183cf248d597 --- /dev/null +++ b/Documentation/devicetree/bindings/net/mdio-gpio.yaml @@ -0,0 +1,57 @@ +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/net/mdio-gpio.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: MDIO on GPIOs + +maintainers: + - Andrew Lunn + - Florian Fainelli + - Heiner Kallweit + +allOf: + - $ref: "mdio.yaml#" + +properties: + compatible: + enum: + - virtual,mdio-gpio + - microchip,mdio-smi0 + + "#address-cells": + const: 1 + + "#size-cells": + const: 0 + + gpios: + minItems: 2 + maxItems: 3 + description: | + MDC and MDIO lines connected to GPIO controllers are listed in + the gpios property as described in section VIII.1 in the + following order: MDC, MDIO. + +#Note: Each gpio-mdio bus should have an alias correctly numbered in "aliases" +#node. +unevaluatedProperties: false + +examples: + - | + aliases { + mdio-gpio0 = &mdio0; + }; + + mdio0: mdio { + compatible = "virtual,mdio-gpio"; + #address-cells = <1>; + #size-cells = <0>; + gpios = <&qe_pio_a 11>, + <&qe_pio_c 6>; + ethphy0: ethernet-phy@0 { + reg = <0>; + }; + }; +...