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=-4.1 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, T_DKIMWL_WL_HIGH 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 96CCEC4321A for ; Mon, 10 Jun 2019 19:03:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 644FB2085A for ; Mon, 10 Jun 2019 19:03:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1560193383; bh=NblxIERz+Cyc8pebQ/YTyK3Qt134gIJ9b11F5HCfcSw=; h=References:In-Reply-To:From:Date:Subject:To:Cc:List-ID:From; b=iouqoDGafkw5pPH7HZw1Uk75SHaD3ky8ASHK8cveH+9SjQFycedxfVuIyavWMjiF2 FOG2bfleBeg7rN1RS9rmOvXzsMx3bGLJ1MxaStNoGMEip72Vq+tijZwS5jQkvcmnO+ WH4olSKPGjbjqFGAgCg28G02nD+SyfywG1Tw9b2c= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388842AbfFJTDC (ORCPT ); Mon, 10 Jun 2019 15:03:02 -0400 Received: from mail.kernel.org ([198.145.29.99]:56404 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387674AbfFJTDC (ORCPT ); Mon, 10 Jun 2019 15:03:02 -0400 Received: from mail-qt1-f176.google.com (mail-qt1-f176.google.com [209.85.160.176]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 8E8482085A; Mon, 10 Jun 2019 19:03:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1560193381; bh=NblxIERz+Cyc8pebQ/YTyK3Qt134gIJ9b11F5HCfcSw=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=PgJJh642AWLqqi0z4cBc8Uz8AaKinC3+7XqnMIaw+qbjRmFeUnOF9pmKTHsL4eTK+ 00D2dCkgrqb7KkPk9lllmW1lWRxp2XPZ1jf4C905eYEKe+RTNiHPksmJInX6DeFguH ajEfOhWUGO9IuJjJNba0/6WgzIHh7EeZvR62u+8s= Received: by mail-qt1-f176.google.com with SMTP id p15so4275806qtl.3; Mon, 10 Jun 2019 12:03:01 -0700 (PDT) X-Gm-Message-State: APjAAAXNQiDODVuWa4sqBSGzhS66VbBlgWGjafxo3AiyiIPnota0KqpY c/xftRf/XWgLrb5Tjvp2ie5xHRtfnPF5V1NReQ== X-Google-Smtp-Source: APXvYqy9lwcAc459jdixSn0EhQcrOn2ydIJGUumtuZb7Ajh2SHHffvWIy0UNqYr9ntVCWt/AeFq56dTqVeVGcjluGpQ= X-Received: by 2002:aed:3b33:: with SMTP id p48mr53898280qte.143.1560193380845; Mon, 10 Jun 2019 12:03:00 -0700 (PDT) MIME-Version: 1.0 References: <91618c7e9a5497462afa74c6d8a947f709f54331.1560158667.git-series.maxime.ripard@bootlin.com> In-Reply-To: <91618c7e9a5497462afa74c6d8a947f709f54331.1560158667.git-series.maxime.ripard@bootlin.com> From: Rob Herring Date: Mon, 10 Jun 2019 13:02:49 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v2 01/11] dt-bindings: net: Add YAML schemas for the generic Ethernet options To: Maxime Ripard Cc: Mark Rutland , Frank Rowand , "David S . Miller" , Chen-Yu Tsai , Maxime Coquelin , Alexandre Torgue , netdev , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" , devicetree@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, Maxime Chevallier , =?UTF-8?Q?Antoine_T=C3=A9nart?= , Andrew Lunn , Florian Fainelli , Heiner Kallweit Content-Type: text/plain; charset="UTF-8" Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Mon, Jun 10, 2019 at 3:26 AM Maxime Ripard wrote: > > The Ethernet controllers have a good number of generic options that can be > needed in a device tree. Add a YAML schemas for those. > > Signed-off-by: Maxime Ripard > > --- > > Changes from v1: > - Use an enum for phy-connection-types > - Validate the items for the fixed-link array > - Set the number of valid items for link-gpios to 1 > - Removed deprecated properties (phy-mode, phy, phy-device) > --- > Documentation/devicetree/bindings/net/ethernet-controller.yaml | 194 +++++++- > Documentation/devicetree/bindings/net/ethernet.txt | 69 +-- > Documentation/devicetree/bindings/net/fixed-link.txt | 55 +-- > 3 files changed, 196 insertions(+), 122 deletions(-) > create mode 100644 Documentation/devicetree/bindings/net/ethernet-controller.yaml Reviewed-by: Rob Herring 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=-4.0 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,T_DKIMWL_WL_HIGH 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 86DABC4321A for ; Mon, 10 Jun 2019 19:03:08 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 601A620859 for ; Mon, 10 Jun 2019 19:03:08 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="X5la2Fl6"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="PgJJh642" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 601A620859 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:To:Subject:Message-ID:Date:From: In-Reply-To:References:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=P4DL1424tXiv78wDjJJF3DiaDv/iD5vqKNdblU8cg0M=; b=X5la2Fl67ixk3q 9AIfN/Wh1ZdQIxq/oxijcXAcTWY1mJlkZ5UCdAPS6rsPEOVp5pPR9DJGPm6F0AY+jxX4A3orMOPj8 74qsAAo5s2gNrCwNHdCp7hSX5yVDr324gLXp5ei8aNCT1k+dl3S4js3cUJ4fhrVe3xoQW63ZmHkf9 +pq2Wfni+0sAN48AFLpNmJGMeXLWKpsbHht1MjvI/I83S+sioKeIbZDolF03spJoj6/X0Y2j34ahk SmqsfcmZ4ZNrdE/yEQfk2oHj2zD5ZIHEaYlMWyNa5+oeeGm9HKFMl/QBE8sqfB71c8iRkgjcq3qv7 DNZ9DYbyaOCcJKOiSB+A==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1haPZT-0000RT-P6; Mon, 10 Jun 2019 19:03:07 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1haPZN-0000Qu-VR for linux-arm-kernel@lists.infradead.org; Mon, 10 Jun 2019 19:03:03 +0000 Received: from mail-qt1-f182.google.com (mail-qt1-f182.google.com [209.85.160.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 8FB6720862 for ; Mon, 10 Jun 2019 19:03:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1560193381; bh=NblxIERz+Cyc8pebQ/YTyK3Qt134gIJ9b11F5HCfcSw=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=PgJJh642AWLqqi0z4cBc8Uz8AaKinC3+7XqnMIaw+qbjRmFeUnOF9pmKTHsL4eTK+ 00D2dCkgrqb7KkPk9lllmW1lWRxp2XPZ1jf4C905eYEKe+RTNiHPksmJInX6DeFguH ajEfOhWUGO9IuJjJNba0/6WgzIHh7EeZvR62u+8s= Received: by mail-qt1-f182.google.com with SMTP id d23so11705240qto.2 for ; Mon, 10 Jun 2019 12:03:01 -0700 (PDT) X-Gm-Message-State: APjAAAUzYaKY4fAdUAH07HvpIxqYu+6Yhdq7l/M2W+c9eqMO1skvqk0R ONg9V0GkparGN2cM+3PIzq9Ie0MgM5BMPHH+6g== X-Google-Smtp-Source: APXvYqy9lwcAc459jdixSn0EhQcrOn2ydIJGUumtuZb7Ajh2SHHffvWIy0UNqYr9ntVCWt/AeFq56dTqVeVGcjluGpQ= X-Received: by 2002:aed:3b33:: with SMTP id p48mr53898280qte.143.1560193380845; Mon, 10 Jun 2019 12:03:00 -0700 (PDT) MIME-Version: 1.0 References: <91618c7e9a5497462afa74c6d8a947f709f54331.1560158667.git-series.maxime.ripard@bootlin.com> In-Reply-To: <91618c7e9a5497462afa74c6d8a947f709f54331.1560158667.git-series.maxime.ripard@bootlin.com> From: Rob Herring Date: Mon, 10 Jun 2019 13:02:49 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v2 01/11] dt-bindings: net: Add YAML schemas for the generic Ethernet options To: Maxime Ripard X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190610_120302_028954_8D5418B0 X-CRM114-Status: GOOD ( 14.41 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , devicetree@vger.kernel.org, Florian Fainelli , Alexandre Torgue , Andrew Lunn , =?UTF-8?Q?Antoine_T=C3=A9nart?= , netdev , linux-stm32@st-md-mailman.stormreply.com, Chen-Yu Tsai , Maxime Coquelin , Maxime Chevallier , Frank Rowand , "David S . Miller" , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" , Heiner Kallweit Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, Jun 10, 2019 at 3:26 AM Maxime Ripard wrote: > > The Ethernet controllers have a good number of generic options that can be > needed in a device tree. Add a YAML schemas for those. > > Signed-off-by: Maxime Ripard > > --- > > Changes from v1: > - Use an enum for phy-connection-types > - Validate the items for the fixed-link array > - Set the number of valid items for link-gpios to 1 > - Removed deprecated properties (phy-mode, phy, phy-device) > --- > Documentation/devicetree/bindings/net/ethernet-controller.yaml | 194 +++++++- > Documentation/devicetree/bindings/net/ethernet.txt | 69 +-- > Documentation/devicetree/bindings/net/fixed-link.txt | 55 +-- > 3 files changed, 196 insertions(+), 122 deletions(-) > create mode 100644 Documentation/devicetree/bindings/net/ethernet-controller.yaml Reviewed-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel