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=-9.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 B72DBC4363A for ; Tue, 27 Oct 2020 06:30:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6910022265 for ; Tue, 27 Oct 2020 06:30:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2506724AbgJ0Gan (ORCPT ); Tue, 27 Oct 2020 02:30:43 -0400 Received: from multi-universum.de ([46.4.106.216]:45030 "EHLO nano.multi-universum.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S2443733AbgJ0Gaa (ORCPT ); Tue, 27 Oct 2020 02:30:30 -0400 X-Greylist: delayed 379 seconds by postgrey-1.27 at vger.kernel.org; Tue, 27 Oct 2020 02:30:30 EDT Received: from monster.powergraphx.local (125-137-165-046.ip-addr.inexio.net [46.165.137.125]) by nano.multi-universum.de (Postfix) with ESMTPSA id 23BAA2C0229; Tue, 27 Oct 2020 07:24:10 +0100 (CET) Date: Tue, 27 Oct 2020 07:24:08 +0100 From: Wilken Gottwalt To: linux-kernel@vger.kernel.org Cc: Jonathan Corbet , Maxime Ripard , Chen-Yu Tsai Subject: [PATCH v2] documentation: arm: sunxi: add Allwinner H6 documents Message-ID: <20201027062408.GA6761@monster.powergraphx.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add the current Allwinner H6 datasheet and user manual. Signed-off-by: Wilken Gottwalt --- Changes in v2: - changed email because of serious problems between my old email provider and the lkml --- Documentation/arm/sunxi.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Documentation/arm/sunxi.rst b/Documentation/arm/sunxi.rst index 62b533d0ba94..0c536ae1d7c2 100644 --- a/Documentation/arm/sunxi.rst +++ b/Documentation/arm/sunxi.rst @@ -148,3 +148,13 @@ SunXi family * User Manual http://dl.linux-sunxi.org/A64/Allwinner%20A64%20User%20Manual%20v1.0.pdf + + - Allwinner H6 + + * Datasheet + + https://linux-sunxi.org/images/5/5c/Allwinner_H6_V200_Datasheet_V1.1.pdf + + * User Manual + + https://linux-sunxi.org/images/4/46/Allwinner_H6_V200_User_Manual_V1.1.pdf -- 2.29.0