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 X-Spam-Level: X-Spam-Status: No, score=-14.3 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9294DC433DB for ; Sun, 7 Feb 2021 21:32:08 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 4428964E15 for ; Sun, 7 Feb 2021 21:32:08 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4428964E15 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=lunn.ch Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=2E+QrYt11pdyy0QDFhgY2l27+U6fsYDiPD+7p33IRBU=; b=2TvwXjg+H/uMdTg2o5fz/JtRu WriEDdQRDJKFoIENrjdAxzaT4aRkccQBU7CZimqNIxNrdkjTuza5q+KZNjOJ0gAUp1Ad7L224px4W w3Y6JiXZb/6d2rnsE9R2Xb2BC4bUMEbVsyvUJFo23NwCdcx4TB94eCyMmDbNb6RIliyuOof7uJujS AvA1Zzwy6jvErsrIKna+XTa+BlH9fMSHEzHgACt6TNsmfQKJL1Z9MtiA4Nx9bpOhgywlnPe3uDSst 22hqyekckXcCAZkLMIFtBdXTKDjyFsJQllG80KpCtSD/EAeSXP3JurstpSfcCKOHCuCQ8jwg6nIx4 BTCkWjfAA==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1l8rdQ-0001Vw-II; Sun, 07 Feb 2021 21:30:24 +0000 Received: from vps0.lunn.ch ([185.16.172.187]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1l8rdN-0001VH-LO for linux-arm-kernel@lists.infradead.org; Sun, 07 Feb 2021 21:30:22 +0000 Received: from andrew by vps0.lunn.ch with local (Exim 4.94) (envelope-from ) id 1l8rd5-004iEQ-BC; Sun, 07 Feb 2021 22:30:03 +0100 Date: Sun, 7 Feb 2021 22:30:03 +0100 From: Andrew Lunn To: stefanc@marvell.com Subject: Re: [PATCH v9 net-next 01/15] doc: marvell: add CM3 address space and PPv2.3 description Message-ID: References: <1612723137-18045-1-git-send-email-stefanc@marvell.com> <1612723137-18045-2-git-send-email-stefanc@marvell.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1612723137-18045-2-git-send-email-stefanc@marvell.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210207_163021_764489_52659F31 X-CRM114-Status: GOOD ( 14.04 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, ymarkman@marvell.com, gregory.clement@bootlin.com, netdev@vger.kernel.org, atenart@kernel.org, linux-kernel@vger.kernel.org, linux@armlinux.org.uk, nadavh@marvell.com, rmk+kernel@armlinux.org.uk, robh+dt@kernel.org, thomas.petazzoni@bootlin.com, kuba@kernel.org, mw@semihalf.com, davem@davemloft.net, linux-arm-kernel@lists.infradead.org, sebastian.hesselbarth@gmail.com Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Sun, Feb 07, 2021 at 08:38:43PM +0200, stefanc@marvell.com wrote: > From: Stefan Chulski > > Patch adds CM3 address space PPv2.3 description. > > Signed-off-by: Stefan Chulski > --- > Documentation/devicetree/bindings/net/marvell-pp2.txt | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/Documentation/devicetree/bindings/net/marvell-pp2.txt b/Documentation/devicetree/bindings/net/marvell-pp2.txt > index b783976..1eb480a 100644 > --- a/Documentation/devicetree/bindings/net/marvell-pp2.txt > +++ b/Documentation/devicetree/bindings/net/marvell-pp2.txt > @@ -1,5 +1,6 @@ > * Marvell Armada 375 Ethernet Controller (PPv2.1) > Marvell Armada 7K/8K Ethernet Controller (PPv2.2) > + Marvell CN913X Ethernet Controller (PPv2.3) > > Required properties: > > @@ -12,7 +13,7 @@ Required properties: > - common controller registers > - LMS registers > - one register area per Ethernet port > - For "marvell,armada-7k-pp2", must contain the following register > + For "marvell,armada-7k-pp2" used by 7K/8K and CN913X, must contain the following register > sets: > - packet processor registers > - networking interfaces registers Hi Stefan Shouldn't there be an entry here describing what the third register set is? _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel