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 A0CEFC7618D for ; Thu, 6 Apr 2023 09:51:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236368AbjDFJvw (ORCPT ); Thu, 6 Apr 2023 05:51:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:32782 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236852AbjDFJvA (ORCPT ); Thu, 6 Apr 2023 05:51:00 -0400 Received: from fudo.makrotopia.org (fudo.makrotopia.org [IPv6:2a07:2ec0:3002::71]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5B3D2B450; Thu, 6 Apr 2023 02:49:32 -0700 (PDT) Received: from local by fudo.makrotopia.org with esmtpsa (TLS1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.96) (envelope-from ) id 1pkMEM-0000Bc-17; Thu, 06 Apr 2023 11:48:34 +0200 Date: Thu, 6 Apr 2023 10:48:31 +0100 From: Daniel Golle To: arinc9.unal@gmail.com Cc: Andrew Lunn , Florian Fainelli , Vladimir Oltean , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Rob Herring , Krzysztof Kozlowski , Matthias Brugger , AngeloGioacchino Del Regno , Landen Chao , DENG Qingfang , Sean Wang , =?utf-8?B?QXLEsW7DpyDDnE5BTA==?= , 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 Subject: Re: [PATCH 4/7] dt-bindings: net: dsa: mediatek,mt7530: allow delayed rgmii phy-modes Message-ID: References: <20230406080141.22924-1-arinc.unal@arinc9.com> <20230406080141.22924-4-arinc.unal@arinc9.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230406080141.22924-4-arinc.unal@arinc9.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 06, 2023 at 11:01:38AM +0300, arinc9.unal@gmail.com wrote: > From: Arınç ÜNAL > > According to mt7530_mac_port_get_caps() and mt7531_mac_port_get_caps(), all > rgmii phy-modes on port 5 are supported. Add the remaining to > mt7530-dsa-ports and mt7531-dsa-ports definitions. > > Signed-off-by: Arınç ÜNAL Acked-by: Daniel Golle > --- > .../devicetree/bindings/net/dsa/mediatek,mt7530.yaml | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/Documentation/devicetree/bindings/net/dsa/mediatek,mt7530.yaml b/Documentation/devicetree/bindings/net/dsa/mediatek,mt7530.yaml > index 605888ce2bc6..9d99f7303453 100644 > --- a/Documentation/devicetree/bindings/net/dsa/mediatek,mt7530.yaml > +++ b/Documentation/devicetree/bindings/net/dsa/mediatek,mt7530.yaml > @@ -196,6 +196,9 @@ $defs: > - gmii > - mii > - rgmii > + - rgmii-id > + - rgmii-rxid > + - rgmii-txid > else: > properties: > phy-mode: > @@ -234,6 +237,9 @@ $defs: > - 1000base-x > - 2500base-x > - rgmii > + - rgmii-id > + - rgmii-rxid > + - rgmii-txid > - sgmii > else: > properties: > -- > 2.37.2 >