Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp2017480pxb; Fri, 29 Jan 2021 10:45:43 -0800 (PST) X-Google-Smtp-Source: ABdhPJw/KwZV8MA3HfSM2bYBZsIsLxwsyyTOHwz/1jGgHTXAfcINCGsIjD7fZfey9ctCwbyvyzEK X-Received: by 2002:a17:906:cc11:: with SMTP id ml17mr6072598ejb.513.1611945943230; Fri, 29 Jan 2021 10:45:43 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1611945943; cv=none; d=google.com; s=arc-20160816; b=tPg9pYvN5wdsK0NrXCmAxPJ5CJHYx1uHnLyfkTcKirijBdVq6RFOxCc9C+KAeNW1Yl R51PLpOVwte2VhO/wn9BhSxKjmmEDwVh2vfFKPjdvA4PdxAjARtrhOycSNYuut1J106g MALhnDVr5MOL/FmKzCpm9+806qcNiAKVzM/yHmSWVh2AY6yLkDitd/O6cG4WWk6OgBjG 3ziaMDqLVmKflxcKB9fsOvjmckQnyaTzUqo0yZlnvds2N5oh2wB6z/Cx+A7pyw/CIfJg U6YiffDeiiEZdZgf6vmeRvKuVJuxhKDJP0tQ4Bf+6AfGGkfrviP5qUpXuP/eScNPsym9 /vMg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=Ej3uJw7W9zLvezlfLhGnpvNfRLfH3WkwJfg66CgTmMc=; b=TqSqEe8UtTrQIciWFf+u05RUNqLkc++1i/CIEqOxtVtNU99I/0/GBoSlj/4W+pY5hq smBhU6Ca9V7QTf01bFib/DQxgVrYPfiQZRfSqd5mX7CMPdEs8RGNsdLn1doLZQBOcNGU aUmp/k0eHqrcTf89wR14Ey4PemiXGJjgJJGLtogZDJt15oPWSqXSnQi1aF7z7xPoxaVk YEUvavdHlvlNKjx5dv1AI0ZRS6KbCHH0PhAgmOtFI92/9NIgJGQYAk5Wr4i+7k0KqxUf RB5sBd4M4i6W6HXyGnUgexZmK6IeaIHmn0DRXxbrP6jGMnOAjA7FVXrmG5jmCS2/jnN9 OIxA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id qp24si6174367ejb.563.2021.01.29.10.45.18; Fri, 29 Jan 2021 10:45:43 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232762AbhA2Slc (ORCPT + 99 others); Fri, 29 Jan 2021 13:41:32 -0500 Received: from mail.v3.sk ([167.172.186.51]:56790 "EHLO shell.v3.sk" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S232752AbhA2SlR (ORCPT ); Fri, 29 Jan 2021 13:41:17 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by zimbra.v3.sk (Postfix) with ESMTP id C2F90E0B4B; Fri, 29 Jan 2021 18:36:01 +0000 (UTC) Received: from shell.v3.sk ([127.0.0.1]) by localhost (zimbra.v3.sk [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id X0SaR8wHjwAX; Fri, 29 Jan 2021 18:35:47 +0000 (UTC) Received: from localhost (localhost.localdomain [127.0.0.1]) by zimbra.v3.sk (Postfix) with ESMTP id A0B4AE0B3D; Fri, 29 Jan 2021 18:35:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at zimbra.v3.sk Received: from shell.v3.sk ([127.0.0.1]) by localhost (zimbra.v3.sk [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id xAAcudTr8V9m; Fri, 29 Jan 2021 18:35:47 +0000 (UTC) Received: from localhost (unknown [109.183.109.54]) by zimbra.v3.sk (Postfix) with ESMTPSA id 5566DE0B42; Fri, 29 Jan 2021 18:35:47 +0000 (UTC) From: Lubomir Rintel To: Jonathan Corbet Cc: Maen Suleiman , Lior Amsalem , Thomas Petazzoni , Andrew Lunn , Nicolas Pitre , Eric Miao , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Lubomir Rintel Subject: [PATCH 4/5] docs: arm: marvell: clarify some unimportant Armada 6x0 details Date: Fri, 29 Jan 2021 19:39:49 +0100 Message-Id: <20210129183950.75405-5-lkundrak@v3.sk> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20210129183950.75405-1-lkundrak@v3.sk> References: <20210129183950.75405-1-lkundrak@v3.sk> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org MMP2 is used in XO-1.75 and MMP3 is now supported in mainline. Signed-off-by: Lubomir Rintel --- Documentation/arm/marvel.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/arm/marvel.rst b/Documentation/arm/marvel.rst index 0c291d1091f1d..43f2fe407796e 100644 --- a/Documentation/arm/marvel.rst +++ b/Documentation/arm/marvel.rst @@ -392,11 +392,11 @@ MMP/MMP2/MMP3 family (communication processor) - Product Brief : `Marvell_PXA910_Platform-001_PB_fi= nal.pdf`_ - Application processor with Communication processor - Core: ARMv5 compatible Marvell PJ1 88sv331 (Mohawk) - - PXA688, a.k.a. MMP2, a.k.a Armada 610 + - PXA688, a.k.a. MMP2, a.k.a Armada 610 (OLPC XO-1.75) - Product Brief : `armada610_pb.pdf`_ - Application processor only - Core: ARMv7 compatible Sheeva PJ4 88sv581x core - - PXA2128, a.k.a. MMP3 (OLPC XO4, Linux support not upstream) + - PXA2128, a.k.a. MMP3, a.k.a Armada 620 (OLPC XO-4) - Product Brief : `Marvell-ARMADA-PXA2128-SoC-PB.pdf`_ - Application processor only - Core: Dual-core ARMv7 compatible Sheeva PJ4C core --=20 2.29.2