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 76483C00140 for ; Wed, 24 Aug 2022 10:44:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236394AbiHXKoO (ORCPT ); Wed, 24 Aug 2022 06:44:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59676 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235749AbiHXKn7 (ORCPT ); Wed, 24 Aug 2022 06:43:59 -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 6253282D03; Wed, 24 Aug 2022 03:43:58 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1661337809; cv=none; d=zohomail.com; s=zohoarc; b=drSpAOhQHvP2XQ283IG0/66J14vu863PTEJYSlw9l2+4RMjvoqPai/DvtrFpMBC1p+xvo9t9Yq/pZLUSXGZNJ1mrDLd45W7IEa3whV6YLoymAcUg5+kFDtSZSCcUPkNfYyaiXfk7xAGQA/u95s9GL4h9yaUvYufjpFuxy1YNwtY= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1661337809; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To; bh=MJQF6B48bWMLgZHfM1G8M4Eezq84VJ5GFh0l6i+/i3c=; b=cqto/XblXwhWuUhpVjxwwIG/1xcKRt56v81VARxfO7SxYaApakaQomsi2Rx9+sfiuW41+gyTHDtpuE8imAxJ5P1yniJDZIA7fROcttVELUTikXwRzINkXoRglu6/Alai/IG81Pfhm4OxNr4iGfyu/vxapuAGxl7dSg8D2vRfxLk= 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=1661337809; 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=MJQF6B48bWMLgZHfM1G8M4Eezq84VJ5GFh0l6i+/i3c=; b=PRz1liU5KgMaAThF/TK76OT8t0K6/oP6q8b2Q2a76IjOwdMCbWCEP00l9oi87iSO unB8yBvqugIFAwAWum9ec7LRure7r8FWo4/tG7c93O7iSfEprstNGoRNk1VTj+qaHRu HjYd4us6Ve7URc4jQdR3Sc2lFVpP7NjKGuh0+efM= Received: from arinc9-PC.lan (37.120.152.236 [37.120.152.236]) by mx.zohomail.com with SMTPS id 1661337807259354.28517080079007; Wed, 24 Aug 2022 03:43:27 -0700 (PDT) From: =?UTF-8?q?Ar=C4=B1n=C3=A7=20=C3=9CNAL?= 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?q?Ar=C4=B1n=C3=A7=20=C3=9CNAL?= Subject: [PATCH v5 2/7] dt-bindings: net: dsa: mediatek,mt7530: fix description of mediatek,mcm Date: Wed, 24 Aug 2022 13:40:35 +0300 Message-Id: <20220824104040.17527-3-arinc.unal@arinc9.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220824104040.17527-1-arinc.unal@arinc9.com> References: <20220824104040.17527-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: X-Mailing-List: linux-kernel@vger.kernel.org Fix the description of mediatek,mcm. mediatek,mcm is not used on MT7623NI. Signed-off-by: Arınç ÜNAL --- .../devicetree/bindings/net/dsa/mediatek,mt7530.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Documentation/devicetree/bindings/net/dsa/mediatek,mt7530.yaml b/Documentation/devicetree/bindings/net/dsa/mediatek,mt7530.yaml index 4dc85a1cdfb5..d5f167e6c990 100644 --- a/Documentation/devicetree/bindings/net/dsa/mediatek,mt7530.yaml +++ b/Documentation/devicetree/bindings/net/dsa/mediatek,mt7530.yaml @@ -107,9 +107,8 @@ properties: mediatek,mcm: type: boolean description: - if defined, indicates that either MT7530 is the part on multi-chip - module belong to MT7623A has or the remotely standalone chip as the - function MT7623N reference board provided for. + Used for MT7621AT, MT7621DAT, MT7621ST and MT7623AI SoCs which the MT7530 + switch is a part of the multi-chip module. reset-gpios: maxItems: 1 -- 2.34.1