From patchwork Wed Sep 14 08:54:41 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?b?QXLEsW7DpyDDnE5BTA==?= X-Patchwork-Id: 606787 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 4E82FECAAD3 for ; Wed, 14 Sep 2022 08:55:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229963AbiINIzx (ORCPT ); Wed, 14 Sep 2022 04:55:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35894 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229822AbiINIzr (ORCPT ); Wed, 14 Sep 2022 04:55:47 -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 04A9732050; Wed, 14 Sep 2022 01:55:44 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1663145704; cv=none; d=zohomail.com; s=zohoarc; b=Gjg8AqWpUhD3m3MK0P4K7x/Bct//nRGED2qY4TuaEIlrojvenQmGZBGEEkDqiWCWrM/cNfuUyM+gBOSPFYj1aB15CMrLMmdBKRgtnEQaBHitzIF7wbyblLGKENu7YGcPIh5M5lBiDW9tj1Ood5izj1jsvAV/k8o+0g2UvdYrreA= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1663145704; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:MIME-Version:Message-ID:Subject:To; bh=9UI9eP83Fgm+l/Q0CkzxP3QIa+aLPYZVv/RvTUoxtY0=; b=jtXHcg3BFSxuzGOT96wPbzL4NLtCnzgyHIxZSEtabmdsNHgXY8+MUk9ppCaahd+JRKneW0qY6j4fNPBt31JoxKN52mI5tY0Z6twTBAIrMKJf5AefC1QcbLN515Rwdu+UCiYZBauJSKNdf5uE53Fib6pmAWDp1zvet1LdEPS+u4E= 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= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1663145704; 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:MIME-Version:Content-Type:Content-Transfer-Encoding:Reply-To; bh=9UI9eP83Fgm+l/Q0CkzxP3QIa+aLPYZVv/RvTUoxtY0=; b=X+XppHQ9toIBSo3MA8oAudZLQnta9EmpVSypCgMaRMOIvkogGwa4L3Yj/ICE1rs+ 4x0Q7HU+UAImBw5sQug+Gt7HL5aMHIZBMaOem5fenIjQH/YI8v+TgZPupYTr5/zNo0r raKpQl9wE74w3Y/AR2ezVeOcOxxBBx2FIMua+x4Y= Received: from arinc9-PC.lan (37.120.152.236 [37.120.152.236]) by mx.zohomail.com with SMTPS id 1663145701578840.6285235337986; Wed, 14 Sep 2022 01:55:01 -0700 (PDT) From: =?utf-8?b?QXLEsW7DpyDDnE5BTA==?= To: Krzysztof Kozlowski , Rob Herring , Matthias Brugger , Andrew Lunn , Vivien Didelot , Florian Fainelli , Vladimir Oltean , "David S . Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Thomas Bogendoerfer , Greg Kroah-Hartman , Sean Wang , Landen Chao , DENG Qingfang , Sergio Paracuellos , 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=?= Subject: [PATCH net-next 00/10] dt-bindings and mt7621 devicetree changes Date: Wed, 14 Sep 2022 11:54:41 +0300 Message-Id: <20220914085451.11723-1-arinc.unal@arinc9.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-ZohoMailClient: External Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hello there! This patch series removes old MediaTek bindings, improves mediatek,mt7530 and mt7621 memory controller bindings and improves mt7621 DTs. Arınç ÜNAL (10): dt-bindings: net: drop old mediatek bindings dt-bindings: net: dsa: mediatek,mt7530: change mt7530 switch address dt-bindings: net: dsa: mediatek,mt7530: expand gpio-controller description dt-bindings: memory: mt7621: add syscon as compatible string mips: dts: ralink: mt7621: fix some dtc warnings mips: dts: ralink: mt7621: remove interrupt-parent from switch node mips: dts: ralink: mt7621: change phy-mode of gmac1 to rgmii mips: dts: ralink: mt7621: change mt7530 switch address mips: dts: ralink: mt7621: fix external phy on GB-PC2 mips: dts: ralink: mt7621: add GB-PC2 LEDs .../mediatek,mt7621-memc.yaml | 6 +- .../bindings/net/dsa/mediatek,mt7530.yaml | 34 ++++++----- .../bindings/net/mediatek,mt7620-gsw.txt | 24 -------- .../bindings/net/ralink,rt2880-net.txt | 59 -------------------- .../bindings/net/ralink,rt3050-esw.txt | 30 ---------- .../boot/dts/ralink/mt7621-gnubee-gb-pc1.dts | 8 +-- .../boot/dts/ralink/mt7621-gnubee-gb-pc2.dts | 50 +++++++++++++---- arch/mips/boot/dts/ralink/mt7621.dtsi | 37 +++++------- 8 files changed, 80 insertions(+), 168 deletions(-)