[PATCH] Documentation: arm: marvell: Extend Avanta list

Pali Rohár posted 1 patch 4 years, 5 months ago
Documentation/arm/marvell.rst | 2 ++
1 file changed, 2 insertions(+)
[PATCH] Documentation: arm: marvell: Extend Avanta list
Posted by Pali Rohár 4 years, 5 months ago
Include another two SoCs from Avanta family.

Signed-off-by: Pali Rohár <pali@kernel.org>
---
 Documentation/arm/marvell.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/arm/marvell.rst b/Documentation/arm/marvell.rst
index 7f5233b3256d..234f4ab0578a 100644
--- a/Documentation/arm/marvell.rst
+++ b/Documentation/arm/marvell.rst
@@ -265,10 +265,12 @@ Avanta family
 -------------
 
   Flavors:
+       - 88F6500
        - 88F6510
        - 88F6530P
        - 88F6550
        - 88F6560
+       - 88F6601
 
   Homepage:
 	https://web.archive.org/web/20181005145041/http://www.marvell.com/broadband/
-- 
2.20.1

Re: [PATCH] Documentation: arm: marvell: Extend Avanta list
Posted by Jonathan Corbet 4 years, 5 months ago
Pali Rohár <pali@kernel.org> writes:

> Include another two SoCs from Avanta family.
>
> Signed-off-by: Pali Rohár <pali@kernel.org>
> ---
>  Documentation/arm/marvell.rst | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/Documentation/arm/marvell.rst b/Documentation/arm/marvell.rst
> index 7f5233b3256d..234f4ab0578a 100644
> --- a/Documentation/arm/marvell.rst
> +++ b/Documentation/arm/marvell.rst
> @@ -265,10 +265,12 @@ Avanta family
>  -------------
>  
>    Flavors:
> +       - 88F6500
>         - 88F6510
>         - 88F6530P
>         - 88F6550
>         - 88F6560
> +       - 88F6601

Applied, thanks.

jon