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 BED5AEB64DD for ; Mon, 14 Aug 2023 10:07:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229634AbjHNKGj (ORCPT ); Mon, 14 Aug 2023 06:06:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51230 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235034AbjHNKGe (ORCPT ); Mon, 14 Aug 2023 06:06:34 -0400 Received: from relay8-d.mail.gandi.net (relay8-d.mail.gandi.net [217.70.183.201]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9C983D8; Mon, 14 Aug 2023 03:06:32 -0700 (PDT) Received: by mail.gandi.net (Postfix) with ESMTPSA id 6BB671BF203; Mon, 14 Aug 2023 10:06:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=arinc9.com; s=gm1; t=1692007591; 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=PbVPpkyEOJUgGmxtmstEv2GtjtTazm0fOZVgp5UmpA8=; b=N87HHv7egjNhT/uSaS+jgewIRjChDo0kX4/yyCZJRburX7A5u4+66LllAEhFYIBQuRF1IX 9LLT6I520brghXYfDy2vCyu8dH+pU+kbTbEu6C/IyiXJ1K4WNAJl8xKYIWZUh0/eZylTke XYTBUeSEK+NqBRR2f2wjg16SSvI1grr9YE+88NgeTJuexjPDf/+V1rNKo8P12cYjxJaN+x 8yjTvXaaR8ueAtbHGu/EwuYMSP2engoCgkh3zbYESPzcLuiZ6n0GZk4GgrT0gONwlJJ6ou JCWF9r3GRYW6QY+kQ45ZGT9qEJPHU8EhvQwNkf5mpmethiP5AkZMtu4ez0O2Kw== Message-ID: Date: Mon, 14 Aug 2023 13:06:19 +0300 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 2/4] dt-bindings: net: dsa: document internal MDIO bus Content-Language: en-US To: Vladimir Oltean Cc: Andrew Lunn , Florian Fainelli , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Woojung Huh , UNGLinuxDriver@microchip.com, Linus Walleij , =?UTF-8?Q?Alvin_=C5=A0ipraga?= , Daniel Golle , Landen Chao , DENG Qingfang , Sean Wang , Matthias Brugger , AngeloGioacchino Del Regno , mithat.guner@xeront.com, erkin.bozoglu@xeront.com, netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org References: <20230812091708.34665-3-arinc.unal@arinc9.com> <20230812091708.34665-1-arinc.unal@arinc9.com> <20230812091708.34665-3-arinc.unal@arinc9.com> <47b61929-5c2d-4906-b153-2046a94858c8@arinc9.com> <47b61929-5c2d-4906-b153-2046a94858c8@arinc9.com> <20230813112026.ohsx6srbt2staxma@skbuf> <8a8e14f1-0493-4298-a2cc-6e7ae7929334@arinc9.com> <891c0b67-abe1-416c-aa94-675f7f3d8044@arinc9.com> <20230813190227.6k2qyxfewbkmatn6@skbuf> From: =?UTF-8?B?QXLEsW7DpyDDnE5BTA==?= In-Reply-To: <20230813190227.6k2qyxfewbkmatn6@skbuf> 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: devicetree@vger.kernel.org On 13.08.2023 22:02, Vladimir Oltean wrote: > On Sun, Aug 13, 2023 at 05:58:57PM +0300, Arınç ÜNAL wrote: >> On top of this, I'd argue to document the internal MDIO bus on the >> ethernet-switch.yaml schema instead. > > Why? Because a generic switch can have an internal MDIO bus, it's not specific to a DSA controlled switch. Arınç