From patchwork Tue Nov 7 15:14:47 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gregory CLEMENT X-Patchwork-Id: 835320 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.infradead.org (client-ip=65.50.211.133; helo=bombadil.infradead.org; envelope-from=linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="ID7Y3qqE"; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3yWY012h9Hz9s7c for ; Wed, 8 Nov 2017 02:15:29 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:To :From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=mrPpeC+GEZ700DpWwYhPABp82AatgBZL6mKWv3kLPow=; b=ID7Y3qqE2O4bjr 9kM2SoNwIysA4djmqrfVUN+WsPinFEEJGtySon/OdS8me5gNAJeVUmQBd06C7GggSZ/1P9bWreRBk 5wR+2AVKSKc3QeS3RWYlH9yxtyuzGJmKflgQIozORbUWhaXrEVaOitBRS5DxzrYURWh+E1nXxi1v0 Tni1XWYxewHxjHVKkWytEXHQj2rc5QGNvyCFNcYyTNrDluJYPWkLyW+7dorjqH8G1KWpMQYCoPRG7 TpgfCRtnpisx+qvhzYZGobiPMVTqLMU6in8VcClnx48GhvaOQ/uAQEUrQjRHSIcMGeRx7/QsbtJsJ VFgx7TrReYfgMNWYG1OA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1eC5b5-0002cF-Ou; Tue, 07 Nov 2017 15:15:27 +0000 Received: from mail.free-electrons.com ([62.4.15.54]) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1eC5ay-0000w9-PR for linux-arm-kernel@lists.infradead.org; Tue, 07 Nov 2017 15:15:24 +0000 Received: by mail.free-electrons.com (Postfix, from userid 110) id 0ED6F20834; Tue, 7 Nov 2017 16:14:57 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mail.free-electrons.com X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,SHORTCIRCUIT, URIBL_BLOCKED shortcircuit=ham autolearn=disabled version=3.4.0 Received: from localhost (87-231-134-186.rev.numericable.fr [87.231.134.186]) by mail.free-electrons.com (Postfix) with ESMTPSA id D815520828; Tue, 7 Nov 2017 16:14:46 +0100 (CET) From: Gregory CLEMENT To: Arnd Bergmann , Olof Johansson , Subject: [GIT PULL] ARM: mvebu: dt64 for v4.15 (#2) Date: Tue, 07 Nov 2017 16:14:47 +0100 Message-ID: <87a7zy6ryw.fsf@free-electrons.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20171107_071520_988106_0D641422 X-CRM114-Status: GOOD ( 12.40 ) X-Spam-Score: -1.9 (-) X-Spam-Report: SpamAssassin version 3.4.1 on bombadil.infradead.org summary: Content analysis details: (-1.9 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record -0.0 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Andrew Lunn , Jason Cooper , linux-arm-kernel@lists.infradead.org, Sebastian Hesselbarth Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org Hi, Here is the second pull request for dt64 for mvebu for v4.15. These last pull request appears only now because the uart driver was just merged a couple of days ago. Gregory The following changes since commit c4e3bf290c3089502ee33e25795075b86fe9a449: arm64: dts: marvell: 7040-db: Add the carrier detect pin for SD card on CP (2017-10-12 15:53:47 +0200) are available in the git repository at: git://git.infradead.org/linux-mvebu.git tags/mvebu-dt64-4.15-2 for you to fetch changes up to c3c08c5d32d819a73f75a76b315e229a2081680a: arm64: dts: marvell: armada-3720-espressobin: fill UART nodes (2017-10-30 15:56:34 +0100) ---------------------------------------------------------------- mvebu dt64 for 4.15 (part 2) Add the extended UART support on Armada 3700 ---------------------------------------------------------------- Miquel Raynal (4): arm64: dts: marvell: armada-37xx: add UART clock arm64: dts: marvell: armada-37xx: add second UART port arm64: dts: marvell: armada-3720-db: enable second UART port arm64: dts: marvell: armada-3720-espressobin: fill UART nodes arch/arm64/boot/dts/marvell/armada-3720-db.dts | 9 ++++++++- .../boot/dts/marvell/armada-3720-espressobin.dts | 12 ++++++++++++ arch/arm64/boot/dts/marvell/armada-37xx.dtsi | 19 ++++++++++++++++++- 3 files changed, 38 insertions(+), 2 deletions(-)