2020-11-08 15:04:49

by Wilken Gottwalt

[permalink] [raw]
Subject: [PATCH] documentation: arm: sunxi: add Allwinner H616 documents

Add the current and cleaned Allwinner H616 datasheet and user manual.

Signed-off-by: Wilken Gottwalt <[email protected]>
---
Documentation/arm/sunxi.rst | 10 ++++++++++
1 file changed, 10 insertions(+)

diff --git a/Documentation/arm/sunxi.rst b/Documentation/arm/sunxi.rst
index 0c536ae1d7c2..b85d1e2f2d47 100644
--- a/Documentation/arm/sunxi.rst
+++ b/Documentation/arm/sunxi.rst
@@ -158,3 +158,13 @@ SunXi family
* User Manual

https://linux-sunxi.org/images/4/46/Allwinner_H6_V200_User_Manual_V1.1.pdf
+
+ - Allwinner H616
+
+ * Datasheet
+
+ https://linux-sunxi.org/images/b/b9/H616_Datasheet_V1.0_cleaned.pdf
+
+ * User Manual
+
+ https://linux-sunxi.org/images/2/24/H616_User_Manual_V1.0_cleaned.pdf
--
2.29.2


2020-11-13 22:10:32

by Jonathan Corbet

[permalink] [raw]
Subject: Re: [PATCH] documentation: arm: sunxi: add Allwinner H616 documents

On Sun, 8 Nov 2020 16:01:04 +0100
Wilken Gottwalt <[email protected]> wrote:

> Add the current and cleaned Allwinner H616 datasheet and user manual.
>
> Signed-off-by: Wilken Gottwalt <[email protected]>
> ---
> Documentation/arm/sunxi.rst | 10 ++++++++++
> 1 file changed, 10 insertions(+)

Applied, thanks.

jon