From patchwork Tue Apr 24 15:21:11 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Marek_Beh=C3=BAn?= X-Patchwork-Id: 903569 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=nic.cz Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; secure) header.d=nic.cz header.i=@nic.cz header.b="LFsRby4g"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 40VnC21tBxz9ryr for ; Wed, 25 Apr 2018 01:22:54 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id B5C33C21E6A; Tue, 24 Apr 2018 15:22:36 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 575D4C21E42; Tue, 24 Apr 2018 15:21:47 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 3FE7BC21E13; Tue, 24 Apr 2018 15:21:44 +0000 (UTC) Received: from mail.nic.cz (mail.nic.cz [217.31.204.67]) by lists.denx.de (Postfix) with ESMTPS id 2E0DDC21E2B for ; Tue, 24 Apr 2018 15:21:43 +0000 (UTC) Received: from dellmb.labs.office.nic.cz (unknown [IPv6:2001:1488:fffe:6:cac7:3539:7f1f:463]) by mail.nic.cz (Postfix) with ESMTP id D16D762D9B; Tue, 24 Apr 2018 17:21:42 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nic.cz; s=default; t=1524583302; bh=z0/XgCSTT5qD15AHV+P+D+RIGMBE4aR3gT5sH/c0Cdk=; h=From:To:Date; b=LFsRby4gXsSh1vevL8KFHDp7g9sLsWKVPW3Id+cl/U3BNTcvvRZeXH/acB6wRI0TD wZUHrpO6q82fepSfoc2b2uyujzwpCZyd6uvLoLTEOAoh86KBRZTkNIEqhlqlvpLjhB hF+acVNfdeFWsrqwrYvRY/EuwmJnQy2/pRganuf0= From: =?utf-8?q?Marek_Beh=C3=BAn?= To: u-boot@lists.denx.de Date: Tue, 24 Apr 2018 17:21:11 +0200 Message-Id: <20180424152131.20375-1-marek.behun@nic.cz> X-Mailer: git-send-email 2.16.1 MIME-Version: 1.0 X-Virus-Scanned: clamav-milter 0.99.2 at mail X-Virus-Status: Clean Cc: Tomas Hlavacek , Stefan Roese Subject: [U-Boot] [PATCH v2 00/20] More support for Armada 37xx boards (for Turris Mox) X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" This is the second version of patches for updating the support of Armada 37xx devices. Here I also send first version of code which adds basic support for the Turris Mox board, a router currently being developed here at CZ.NIC, which is being crowdfunded now on Indiegogo. Changes since v1: - these patches were removed, since the update has already been merged into U-Boot: arm64: mvebu_armada_37xx: Use Armada 37xx pinctrl driver by default armada-37xx: Fix SB pinctrl groups according to new revision - I have changed the names of the functions SGMIIPHY_ADDR and PHY_ADDR to lowercase, as Stefan requested - I have used checkpatch on the patches. There still are come warnings, like "added, moved or deleted file(s), does MAINTAINERS need updating?" or "line over 80 characters" (long string constant in dts). How should I solve these? - some minor changes based on comments from Stefan - added a patch to fix SGMII register addresses - added a patch which adds support for the CPU watchdog on Armada 3720 - added a patch which adds basic support for the Turris Mox board Please review. Marek Behun