Message ID | 20220915065542.13150-8-arinc.unal@arinc9.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show
Return-Path: <linux-mips-owner@kernel.org> 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 B6B3DC6FA8B for <linux-mips@archiver.kernel.org>; Thu, 15 Sep 2022 06:58:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229989AbiIOG6E (ORCPT <rfc822;linux-mips@archiver.kernel.org>); Thu, 15 Sep 2022 02:58:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41606 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229941AbiIOG52 (ORCPT <rfc822;linux-mips@vger.kernel.org>); Thu, 15 Sep 2022 02:57:28 -0400 Received: from sender4-op-o14.zoho.com (sender4-op-o14.zoho.com [136.143.188.14]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 856D27FE61; Wed, 14 Sep 2022 23:57:09 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1663225004; cv=none; d=zohomail.com; s=zohoarc; b=TI4xidh+Nz2urx2vgEI0lS//TIt0F1p0otmw+JPJ989Wg+Ox8KJ362ZRiWcInjV8hzSc8KRGPj8tUACym4A0YAa5hg5/B7J3/cD9JV3PtcLESlTpNztuxgCyJzCST6YzbITS1F6Oee3S0jjYWskasjHt2lcSXr6BO34Dtw09Tf0= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1663225004; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To; bh=O2yms1NUcTx1ATzzwCxouyoVgYhixhkktLfolcgVszw=; b=iFn2e5BZG7nklaf0EMz9kssRcGgTzRKdX2b97doryo4OhfPV+rF/fnz/ikwsmsWskh6dtWLEAWgUXYePEq+UhtQ2/DPKiaGCQOJ0I0zIStGjv2o/wIIVw2CYx/L7ixwJbDQE2B6i124BeD7taHNvMM9Hcsctcesfctc4QYc16gk= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=arinc9.com; spf=pass smtp.mailfrom=arinc.unal@arinc9.com; dmarc=pass header.from=<arinc.unal@arinc9.com> DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1663225004; s=zmail; d=arinc9.com; i=arinc.unal@arinc9.com; h=From:From:To:To:Cc:Cc:Subject:Subject:Date:Date:Message-Id:Message-Id:In-Reply-To:References:MIME-Version:Content-Type:Content-Transfer-Encoding:Reply-To; bh=O2yms1NUcTx1ATzzwCxouyoVgYhixhkktLfolcgVszw=; b=bqibvVYYEVgMEURPAOTJJLqb1xBX9XBQyep3ay/NVehtPJ1kd+Q2R/o5u2kuzEw/ SNQzPmnUkKXFEYokdtq9zV+RymzSkTBiRyobuM9i0HpjaMQBjmb2db40yxscXFqqJsk 2jxq0PoMmKKGWAtC8gaJNnB/I9gFhqWsTxGo77aE= Received: from arinc9-PC.lan (37.120.152.236 [37.120.152.236]) by mx.zohomail.com with SMTPS id 1663225003719405.3234978885682; Wed, 14 Sep 2022 23:56:43 -0700 (PDT) From: =?utf-8?b?QXLEsW7DpyDDnE5BTA==?= <arinc.unal@arinc9.com> To: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>, Rob Herring <robh+dt@kernel.org>, Matthias Brugger <matthias.bgg@gmail.com>, Andrew Lunn <andrew@lunn.ch>, Vivien Didelot <vivien.didelot@gmail.com>, Florian Fainelli <f.fainelli@gmail.com>, Vladimir Oltean <olteanv@gmail.com>, "David S . Miller" <davem@davemloft.net>, Eric Dumazet <edumazet@google.com>, Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>, Thomas Bogendoerfer <tsbogend@alpha.franken.de>, Greg Kroah-Hartman <gregkh@linuxfoundation.org>, Sean Wang <sean.wang@mediatek.com>, Landen Chao <Landen.Chao@mediatek.com>, DENG Qingfang <dqfext@gmail.com>, Sergio Paracuellos <sergio.paracuellos@gmail.com>, erkin.bozoglu@xeront.com Cc: netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mips@vger.kernel.org, =?utf-8?b?QXI=?= =?utf-8?b?xLFuw6cgw5xOQUw=?= <arinc.unal@arinc9.com> Subject: [PATCH v2 net-next 07/10] mips: dts: ralink: mt7621: change phy-mode of gmac1 to rgmii Date: Thu, 15 Sep 2022 09:55:39 +0300 Message-Id: <20220915065542.13150-8-arinc.unal@arinc9.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220915065542.13150-1-arinc.unal@arinc9.com> References: <20220915065542.13150-1-arinc.unal@arinc9.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-ZohoMailClient: External Precedence: bulk List-ID: <linux-mips.vger.kernel.org> X-Mailing-List: linux-mips@vger.kernel.org |
Series |
dt-bindings and mt7621 devicetree changes
|
expand
|
diff --git a/arch/mips/boot/dts/ralink/mt7621.dtsi b/arch/mips/boot/dts/ralink/mt7621.dtsi index c0529e939a31..3d4a8e4bd4f8 100644 --- a/arch/mips/boot/dts/ralink/mt7621.dtsi +++ b/arch/mips/boot/dts/ralink/mt7621.dtsi @@ -333,7 +333,7 @@ gmac1: mac@1 { compatible = "mediatek,eth-mac"; reg = <1>; status = "disabled"; - phy-mode = "rgmii-rxid"; + phy-mode = "rgmii"; }; mdio: mdio-bus {