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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7C736C46CA1 for ; Sat, 16 Sep 2023 16:01:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232621AbjIPQB0 (ORCPT ); Sat, 16 Sep 2023 12:01:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56592 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239033AbjIPQBK (ORCPT ); Sat, 16 Sep 2023 12:01:10 -0400 Received: from relay7-d.mail.gandi.net (relay7-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::227]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8292418E; Sat, 16 Sep 2023 09:01:03 -0700 (PDT) Received: by mail.gandi.net (Postfix) with ESMTPSA id BD3E820004; Sat, 16 Sep 2023 16:00:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=arinc9.com; s=gm1; t=1694880059; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=cicF7chj7riRpPja3q96dvd4VI1Db8nQ+jlNJBelRdk=; b=eGZbIXcnDc09K7Gp+rHBN3OWiS/9NK5vw0Gj4xYPxi3VsYaLThWXFfxH4EV8zHrfJJBo6T 9fq+QNQP1zC4Ukto5j86b4GRfy0XcYAfBXBr/WCRyDMELcpISzTyfM9WJ5GCNKy3mUQ+1i LR4/aFA3t3jgS4u2fQGC3Xm4+nr9pk69bV1fe3l0MFGebw11iqbOEYW9guWMrtY0FiDZl2 KZpnwCsEGY4KEPfCQRmVTmSx/o31pU9Va4K99L9c9nYjT/MaJkviA7yVC8v6pQ/6lIECS4 gY4v/1Vv0/grUi3JTXrI7+1/mcdFNKdZ11PDij6YbPh3xCAOO59eKmW3FKYuUQ== Message-ID: Date: Sat, 16 Sep 2023 19:00:17 +0300 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH net-next v2 07/10] dt-bindings: net: enforce phylink bindings on certain ethernet controllers Content-Language: en-US To: Rob Herring Cc: Marcin Wojtas , erkin.bozoglu@xeront.com, Jakub Kicinski , Krzysztof Kozlowski , Daniel Machon , =?UTF-8?B?Q2zDqW1lbnQgTMOpZ2Vy?= , Vladimir Oltean , netdev@vger.kernel.org, Matthias Brugger , linux-renesas-soc@vger.kernel.org, Jose Abreu , Daniel Golle , Maxime Chevallier , Claudiu Beznea , Oleksij Rempel , Florian Fainelli , Sekhar Nori , Landen Chao , Lorenzo Bianconi , Andrew Lunn , Magnus Damm , Madalin Bucur , Lars Povlsen , UNGLinuxDriver@microchip.com, Steen He gelund , Rob Herring , mithat.guner@xeront.com, AngeloGioacchino Del Regno , Horatiu Vultur , devicetree@vger.kernel.org, Giuseppe Cavallaro , Geert Uytterhoeven , Conor Dooley , linux-arm-kernel@lists.infradead.org, John Crispin , George McCollister , Marek Vasut , "David S. Miller" , Ioana Ciornei , DENG Qingfang , Felix Fietkau , Claudiu Manoil , linux-mediatek@lists.infradead.org, Eric Dumazet , Linus Walleij , Sean Wang , Nicolas Ferre , Woojung Huh , Alexandr e Torgue , Shyam Pandey , Paolo Abeni , Kurt Kanzenbach , "Russell King (Oracle)" , Radhey Shyam Pandey , =?UTF-8?Q?Alvin_=C5=A0ipraga?= , Alexandre Belloni , linux-kernel@vger.kernel.org References: <20230916110902.234273-1-arinc.unal@arinc9.com> <20230916110902.234273-8-arinc.unal@arinc9.com> <169487630940.1637895.12001153052612710003.robh@kernel.org> From: =?UTF-8?B?QXLEsW7DpyDDnE5BTA==?= In-Reply-To: <169487630940.1637895.12001153052612710003.robh@kernel.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-GND-Sasl: arinc.unal@arinc9.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 16.09.2023 17:58, Rob Herring wrote: > My bot found errors running 'make DT_CHECKER_FLAGS=-m dt_binding_check' > on your patch (DT_CHECKER_FLAGS is new in v5.13): > > yamllint warnings/errors: > > dtschema/dtc warnings/errors: > /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/net/stm32-dwmac.example.dtb: ethernet@5800a000: 'anyOf' conditional failed, one must be fixed: > 'fixed-link' is a required property > 'pcs-handle' is a required property > 'tbi-handle' is a required property > 'phy-handle' is a required property > 'sfp' is a required property > 'managed' is a required property > from schema $id: http://devicetree.org/schemas/net/stm32-dwmac.yaml# I will address the examples once I get a comment on my paragraph starting with "RFC:" on the patch log. Arınç