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=-15.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 8DB98C4320A for ; Sat, 14 Aug 2021 15:29:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6A5D36103A for ; Sat, 14 Aug 2021 15:29:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238776AbhHNP3d (ORCPT ); Sat, 14 Aug 2021 11:29:33 -0400 Received: from vps0.lunn.ch ([185.16.172.187]:50038 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238721AbhHNP3a (ORCPT ); Sat, 14 Aug 2021 11:29:30 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Transfer-Encoding:Content-Disposition: Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:From: Sender:Reply-To:Subject:Date:Message-ID:To:Cc:MIME-Version:Content-Type: Content-Transfer-Encoding:Content-ID:Content-Description:Content-Disposition: In-Reply-To:References; bh=qJYi/zzQUinqldAGL6F6GNNrPsrpl2fQ9yozXd6DOy4=; b=gT QDGNWgPleDpCHxULZdFUzdtJIKcc4hzSAbOeTxQV4lg4rZnNpHuZ6JRQZPenLzxg2K48OC033tkEi yUdr3qvO16heUrysZYDRBOuzu+YgVIvMmqoQUhF1M78hKubv6RPB3IsJBacjFgUfAfsQ8fF7KPiHr YCc0utilpYkK7FE=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1mEvai-0004xo-34; Sat, 14 Aug 2021 17:28:56 +0200 Date: Sat, 14 Aug 2021 17:28:56 +0200 From: Andrew Lunn To: Pali =?iso-8859-1?Q?Roh=E1r?= Cc: Jonathan Corbet , Thomas Petazzoni , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Documentation: arm: marvell: Add 88F6825 model into list Message-ID: References: <20210814124805.14568-1-pali@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20210814124805.14568-1-pali@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Aug 14, 2021 at 02:48:05PM +0200, Pali Rohár wrote: > 88F6825 is just 88F6820 but without encryption acceleration hardware and is > used e.g. in DTS file arch/arm/boot/dts/armada-385-clearfog-gtr.dtsi > > Signed-off-by: Pali Rohár > > --- > Depends on patch: https://lore.kernel.org/linux-doc/20210625215437.2156-1-pali@kernel.org/ > --- > Documentation/arm/marvell.rst | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/arm/marvell.rst b/Documentation/arm/marvell.rst > index 85169bc3f538..56bb592dbd0c 100644 > --- a/Documentation/arm/marvell.rst > +++ b/Documentation/arm/marvell.rst > @@ -140,6 +140,7 @@ EBU Armada family > - 88F6821 Armada 382 > - 88F6W21 Armada 383 > - 88F6820 Armada 385 > + - 88F6825 Hi Pali Does it have the marketing name of Armada 385? Andrew