From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id F0264154AD; Tue, 17 Oct 2023 06:50:00 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=arinc9.com header.i=@arinc9.com header.b="K3HR3OuG" Received: from relay8-d.mail.gandi.net (relay8-d.mail.gandi.net [217.70.183.201]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 922CEE8; Mon, 16 Oct 2023 23:49:58 -0700 (PDT) Received: by mail.gandi.net (Postfix) with ESMTPSA id DD45E1BF20B; Tue, 17 Oct 2023 06:49:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=arinc9.com; s=gm1; t=1697525397; 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=yw165YShD+jYsQ+zSro7G//NnpP1K1ncZ/t1U1FhzLI=; b=K3HR3OuGuZQEF1YGIv9YEsfVAK99h+pZPuj6kp3k2EvhxVXdr4s6+d3zjPPZlVMg5cjYf3 kuQ9XCxp+7y9qBFuK4rXvFDG7/7/7bdRKFnEz001yMzhwsHBMO81/Q+ePRdG2DlGPHKO5P 37WavWXhDZeVhmMIjiV1V5X90X/lFreP7zPOEhENI+w8vajSraa7Ki9g9xbpmYiQyCWZ8M baxiyzwvBF6HHNmdsQ+5hwGwP1CBvDH2P40zmgKTSIti8NRC6k0l5wNwHKXgXYKqIa05XA s86aXC3Gp7jYgppjXLBXVgGN4DGUhEjWjLDDZEOKn0dQr1HBeD7ciSbi7L6Vjw== Message-ID: Date: Tue, 17 Oct 2023 09:49:29 +0300 Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH net-next 8/8] dt-bindings: net: dsa: Drop 'ethernet-ports' node properties Content-Language: en-US To: Rob Herring , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Krzysztof Kozlowski , Conor Dooley , Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , Andrew Lunn , Florian Fainelli , Vladimir Oltean , Matthias Brugger , AngeloGioacchino Del Regno , Woojung Huh , UNGLinuxDriver@microchip.com, Linus Walleij , =?UTF-8?Q?Alvin_=C5=A0ipraga?= , =?UTF-8?B?Q2zDqW1lbnQgTMOpZ2Vy?= , Geert Uytterhoeven , Magnus Damm , Maxime Ripard , Landen Chao , DENG Qingfang , Sean Wang , Daniel Golle , John Crispin , Gerhard Engleder , Heiner Kallweit , Sergey Shtylyov , Sergei Shtylyov , Justin Chen , Florian Fainelli , Grygorii Strashko , Sekhar Nori , Claudiu Manoil , Alexandre Belloni Cc: Vladimir Oltean , netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org, linux-renesas-soc@vger.kernel.org, bcm-kernel-feedback-list@broadcom.com References: <20231016-dt-net-cleanups-v1-0-a525a090b444@kernel.org> <20231016-dt-net-cleanups-v1-8-a525a090b444@kernel.org> From: =?UTF-8?B?QXLEsW7DpyDDnE5BTA==?= In-Reply-To: <20231016-dt-net-cleanups-v1-8-a525a090b444@kernel.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-GND-Sasl: arinc.unal@arinc9.com X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,SPF_PASS autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net On 17.10.2023 00:44, Rob Herring wrote: > Constraints on 'ethernet-ports' node properties are already defined by the > reference to ethernet-switch.yaml, so they can be dropped from the DSA > schema. > > Signed-off-by: Rob Herring Acked-by: Arınç ÜNAL Arınç