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=-10.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,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 9776BC433ED for ; Wed, 19 May 2021 12:30:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 75C0C6124C for ; Wed, 19 May 2021 12:30:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1353034AbhESMcO (ORCPT ); Wed, 19 May 2021 08:32:14 -0400 Received: from vps0.lunn.ch ([185.16.172.187]:47376 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232850AbhESMcL (ORCPT ); Wed, 19 May 2021 08:32:11 -0400 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=KJoK5eHV6zPsubnPIQGNm9VMcRMlk8KPOoIYCtY6QKU=; b=VmRhxzMQjDaQ55v72m/hZC/1r+ ueLMCss6Om57671IhgF+vrUjyJRFJi2WFH1Gm3jnP0HSwV0WPszH+WeFM7cyRVajWsov4VqvfY4I8 VnD5ygHhUIhg5eXKbiUwSVQ825FSIWZhukwpwlxZt2FtvU0yGM4x2j9FadqJYfE2K67M=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1ljLLS-004vM0-C9; Wed, 19 May 2021 14:30:38 +0200 Date: Wed, 19 May 2021 14:30:38 +0200 From: Andrew Lunn To: Rob Herring Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, "David S. Miller" , Jakub Kicinski , Ray Jui , Scott Branden , bcm-kernel-feedback-list@broadcom.com, Heiner Kallweit , Russell King , Peter Rosin , netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] dt-bindings: net: Convert MDIO mux bindings to DT schema Message-ID: References: <20210519022000.1858188-1-robh@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210519022000.1858188-1-robh@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > diff --git a/Documentation/devicetree/bindings/net/mdio-mux.yaml b/Documentation/devicetree/bindings/net/mdio-mux.yaml > new file mode 100644 > index 000000000000..92163fa45f39 > --- /dev/null > +++ b/Documentation/devicetree/bindings/net/mdio-mux.yaml > @@ -0,0 +1,44 @@ > +# SPDX-License-Identifier: GPL-2.0 > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/net/mdio-mux.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: Common MDIO bus multiplexer/switch properties. > + > +maintainers: > + - Andrew Lunn > + > +description: |+ > + An MDIO bus multiplexer/switch will have several child busses that are > + numbered uniquely in a device dependent manner. The nodes for an MDIO > + bus multiplexer/switch will have one child node for each child bus. > + > +properties: > + $nodename: > + pattern: '^mdio-mux[\-@]?' > + > + mdio-parent-bus: > + $ref: /schemas/types.yaml#/definitions/phandle > + description: > + The phandle of the I2C bus that this multiplexer's master-side port is > + connected to. I2C? This seems like a cut/paste error? Andrew