From patchwork Tue Sep 3 12:41:08 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Gregory CLEMENT X-Patchwork-Id: 11127815 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id CEB0A1398 for ; Tue, 3 Sep 2019 12:48:04 +0000 (UTC) Received: from web01.groups.io (web01.groups.io [66.175.222.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 7F27020870 for ; Tue, 3 Sep 2019 12:48:04 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.kernel.org header.i=@linux.kernel.org header.b="YuUNaS4g" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7F27020870 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+26986+454+1554929+3438807@linux.kernel.org X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by groups.io with SMTP; Tue, 03 Sep 2019 05:48:03 -0700 X-Received: by mail.kernel.org (Postfix) id 2808C215EA; Tue, 3 Sep 2019 12:48:03 +0000 (UTC) X-Received: from mslow2.mail.gandi.net (mslow2.mail.gandi.net [217.70.178.242]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 17DB220870; Tue, 3 Sep 2019 12:48:01 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 17DB220870 X-Received: from relay8-d.mail.gandi.net (unknown [217.70.183.201]) by mslow2.mail.gandi.net (Postfix) with ESMTP id 60A7F3B014E; Tue, 3 Sep 2019 12:41:17 +0000 (UTC) X-Originating-IP: 86.207.98.53 X-Received: from localhost (aclermont-ferrand-651-1-259-53.w86-207.abo.wanadoo.fr [86.207.98.53]) (Authenticated sender: gregory.clement@bootlin.com) by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id 466BD1BF207; Tue, 3 Sep 2019 12:41:09 +0000 (UTC) From: Gregory CLEMENT To: Linuxkernel+Patchwork-Soc via Email Integration Cc: Andrew Lunn , Jason Cooper , Sebastian Hesselbarth , Subject: [GIT PULL] ARM: mvebu: dt64 for v5.4 (#2) Date: Tue, 03 Sep 2019 14:41:08 +0200 Message-ID: <87h85two0r.fsf@FE-laptop> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: patchwork-soc@linux.kernel.org List-Id: Mailing-List: list patchwork-soc@linux.kernel.org; contact patchwork-soc+owner@linux.kernel.org Delivered-To: mailing list patchwork-soc@linux.kernel.org Reply-To: patchwork-soc+owner@linux.kernel.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.kernel.org; q=dns/txt; s=20140610; t=1567514884; bh=1zzFfIg+wKyIA0QASNOdhvpTCnrwomt39upE3e4ZyUk=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=YuUNaS4gvgANIuujUM0Cdf7UJDgoU7joxv0P43j7HAaPCQROO6bJ29yf+EBv6totaw+ dJszo+Lz0rGeF/3d5SUh1Vvs7urXpzkX5ZnK2FJFn8OaBPB//5kM6daxi73q3XMC+g42u d//n9jCWMjHnGJypbh6rllovHd/qxYc7j2w= Hi, Here is the second pull request for dt64 for mvebu for v5.4. For the Turris Mox board there was dependencies with moxtet header which was already merged in your arm/drivers branch. That the reason why I merged this branch in my mvebu/dt64 branch. Let me know if it is a problem and if you want that I do it in a different way. Gregory The following changes since commit 4e48ff438fca98a70d8e813d18e336f25da73ed8: Merge remote-tracking branch 'arm-soc/arm/drivers' into HEAD (2019-08-31 09:24:13 +0200) are available in the Git repository at: git://git.infradead.org/linux-mvebu.git tags/mvebu-dt64-5.4-2 for you to fetch changes up to 7109d817db2e020379d0f245300b8ffe651c5c04: arm64: dts: marvell: add DTS for Turris Mox (2019-08-31 09:24:31 +0200) ---------------------------------------------------------------- mvebu dt64 for 5.4 (part 2) Add support for Turris Mox board (Armada 3720 SoC based) ---------------------------------------------------------------- Marek BehĂșn (3): arm64: dts: marvell: armada-37xx: add SPI CS1 pinctrl dt-bindings: marvell: document Turris Mox compatible arm64: dts: marvell: add DTS for Turris Mox .../bindings/arm/marvell/armada-37xx.txt | 8 + arch/arm64/boot/dts/marvell/Makefile | 1 + .../boot/dts/marvell/armada-3720-turris-mox.dts | 840 +++++++++++++++++++++ arch/arm64/boot/dts/marvell/armada-37xx.dtsi | 5 + 4 files changed, 854 insertions(+) create mode 100644 arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts