From patchwork Wed Aug 24 10:40:33 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: 12953240 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 6AA60C32796 for ; Wed, 24 Aug 2022 10:44:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235869AbiHXKn7 (ORCPT ); Wed, 24 Aug 2022 06:43:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59666 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235468AbiHXKn6 (ORCPT ); Wed, 24 Aug 2022 06:43:58 -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 D2FA382D3D; Wed, 24 Aug 2022 03:43:56 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1661337795; cv=none; d=zohomail.com; s=zohoarc; b=V8wuVU/hNynQg7qL5KKj79KU2uvTdKcQEHSN+Sw2nob+vVldqgwoNBtvaB3oWO5uaaT3sPBE90bZS5qNYadE1IJTTWCkVDIUmlu9kcXFVkKI5IYf4QverM7yzEwPtC8uQok0qjgaILJ9Kz7E64KxhdnfNV5/fl/aZIqKwqBkSjw= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1661337795; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:MIME-Version:Message-ID:Subject:To; bh=WMCxlPsl40flIpJ321yhlNA4xMKLAO8BUfBREIrIJvU=; b=JJMpF9HrC4TrKi3sKrgQnaYtXmo2TFH42drXwkfpzJKwWC60HIk9gBk/JCLJA5/IUEeqckWBDKrquB1en9F1/fyTtyFlIGaH3vW3v1N8oLDEh2MJdFCNXskmMz+DZZVep6LVp9gop+x4DxXAq3s0fh1dvVsecEHFyXDQ8p/3hpE= 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=1661337795; 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=WMCxlPsl40flIpJ321yhlNA4xMKLAO8BUfBREIrIJvU=; b=K3agrN48Emhnpyu77XElWQgWTnJtB3/KCD9j9iytvc6TX5R7afSVmPh8/jyNeWAI Em0tzS93qxC8nK9Zftxzzk388+610Ut9F6dpO4zdDAvUfN6y/Ff9c7QJy+fx0+ByfFB VZLAu56L0sqXVSRplPq2sllJ2urLNvOuaclDD7HY= Received: from arinc9-PC.lan (37.120.152.236 [37.120.152.236]) by mx.zohomail.com with SMTPS id 1661337793893739.3704277913475; Wed, 24 Aug 2022 03:43:13 -0700 (PDT) From: =?utf-8?b?QXLEsW7DpyDDnE5BTA==?= To: Andrew Lunn , Vivien Didelot , Florian Fainelli , Vladimir Oltean , "David S . Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Rob Herring , Krzysztof Kozlowski , Matthias Brugger , Sean Wang , Landen Chao , DENG Qingfang , Frank Wunderlich , Luiz Angelo Daros de Luca , Sander Vanheule , Daniel Golle , erkin.bozoglu@xeront.com, Sergio Paracuellos 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, =?utf-8?b?QXLEsW7DpyDDnE5BTA==?= Subject: [PATCH v5 0/7] completely rework mediatek,mt7530 binding Date: Wed, 24 Aug 2022 13:40:33 +0300 Message-Id: <20220824104040.17527-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: netdev@vger.kernel.org Hello. This patch series brings complete rework of the mediatek,mt7530 binding. The binding is checked with "make dt_binding_check DT_SCHEMA_FILES=mediatek,mt7530.yaml". If anyone knows the GIC bit for interrupt for multi-chip module MT7530 in MT7623AI SoC, let me know. I'll add it to the examples. If anyone got a Unielec U7623 or another MT7623AI board, please reach out. v5: - Remove lists for single items. - Split fix reset lines patch, add new patch to fix mediatek,mcm property. - Remove Rob's Reviewed-by: from first patch because of new changes. - Add Krzysztof's Reviewed-by: and Acked-by: to where they're given. v4: - Define reg property on $defs as it's the same for all switch models. v3: - Add Rob's Reviewed-by: to first patch. - Explain why to invalidating reset-gpios and mediatek,mcm. - Do not change ethernet-ports to ports on examples. - Remove platform and, when possible, ethernet nodes from examples. - Remove pinctrl binding from examples. - Combine removing unnecesary lines patch with relocating port binding. - Define $defs of mt7530 and mt7531 port binding and refer to them in each compatible device. - Remove allOf: for cases where there's only a single if:. - Use else: for cpu port 6 which simplifies the binding. - State clearly that the DSA driver does not support the MT7530 switch in MT7620 SoCs. v2: - Change the way of adding descriptions for each compatible string. - Split the patch for updating the json-schema. - Make slight changes on the patch for the binding description. Arınç ÜNAL (7): dt-bindings: net: dsa: mediatek,mt7530: make trivial changes dt-bindings: net: dsa: mediatek,mt7530: fix description of mediatek,mcm dt-bindings: net: dsa: mediatek,mt7530: fix reset lines dt-bindings: net: dsa: mediatek,mt7530: update examples dt-bindings: net: dsa: mediatek,mt7530: define port binding per switch dt-bindings: net: dsa: mediatek,mt7530: define phy-mode for switch models dt-bindings: net: dsa: mediatek,mt7530: update binding description .../bindings/net/dsa/mediatek,mt7530.yaml | 677 +++++++++++++++---- 1 file changed, 538 insertions(+), 139 deletions(-)