From patchwork Sat Aug 12 21:25:46 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gregory CLEMENT X-Patchwork-Id: 13351959 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 0BC11C001B0 for ; Sat, 12 Aug 2023 21:26:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:Cc :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=ApNpK+/ilBklzIq3566UZCm7SzRytnd+9u6XKEVfsVg=; b=j8LWRu6TTYlA/o 6TwSiP9L1YFJYjDhwy7wBMFkzASmjkfX8VTz/jEmjPVjxlof5ZYI2a2tkWkwTG+vLgdQ7mPW++Lw1 Y98epEumZholX9LQ5+UPQ1MObFmoh298VFoUPUJ/5rituqCaC5Ob89xDH/tWeOec5Evvzd+NKwUSp tbgteRPDHETGxWX4dTqyEyWhRABWtU7HgSkHMS10jNqenUjoJ6LK/k4I/wOOWEa2Nlad9N82rHdIN nQ9DMd2RHOP9UFlFUrGxCsRZs6ozeprqkmhAMoCaCfCAVtC/w0qwI80W/pHuNn3YdisuCSZ9sasti cwAS5zP/kHAEWuGnlZgQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qUw7Q-00E3re-20; Sat, 12 Aug 2023 21:25:56 +0000 Received: from relay2-d.mail.gandi.net ([2001:4b98:dc4:8::222]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qUw7M-00E3qJ-2n for linux-arm-kernel@lists.infradead.org; Sat, 12 Aug 2023 21:25:54 +0000 Received: by mail.gandi.net (Postfix) with ESMTPSA id A205D40004; Sat, 12 Aug 2023 21:25:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1691875548; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type; bh=Ud1VmrcGNGTAcXuZjrh56qlPvKEMQq5BDd/w2Pd2f9I=; b=Zghb/txT3oHVYRGeImgaAERQ6lnkoZ0FI7COm/ftbUosrCCC4sfkTjvhNH+n1V+/sPt4Kd M/SX7FELm5LyqOWEfAXmP1nYWI87NyokqTEN8BOANoh1qofWw6DiluuOd5rfJraVIFpt3y te6dL8BCMlybDmfVJjFJOPjUS1DdraES5c32+EKb+F7Mi4d/YME8NESaXHmGIztyC42yQb jL82U6A8GAMpRI4Smp23atePpXQtDqtyX1HIj3n1fr4Y7N0uIscbquWNUC7F0rTyxL4KJm OdacQUtLou0TJM1aFkWKI6uM0eCHrM8i/BLrYKw96fj6P/9+8E9fzdSG5zpDDA== From: Gregory CLEMENT To: Arnd Bergmann , Olof Johansson , , soc@kernel.org Cc: Andrew Lunn , Sebastian Hesselbarth , Subject: [GIT PULL] ARM: mvebu: dt64 for v6.6 (#1) Date: Sat, 12 Aug 2023 23:25:46 +0200 Message-ID: <87edk8t0kl.fsf@BL-laptop> MIME-Version: 1.0 X-GND-Sasl: gregory.clement@bootlin.com X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230812_142553_042262_3D08368E X-CRM114-Status: UNSURE ( 8.07 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi, Here is the first pull request for dt64 for mvebu for v6.6. Gregory The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5: Linux 6.5-rc1 (2023-07-09 13:53:13 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu.git tags/mvebu-dt64-6.6-1 for you to fetch changes up to 58fe732052196777112fdba536fb9db5cdd42ec6: arm64: dts: marvell: Add NAND flash controller to AC5 (2023-07-13 10:58:51 +0200) ---------------------------------------------------------------- mvebu dt64 for 6.6 (part 1) Add the NAND Flash Controller on the AC5/AC5X SOC device tree Fix style issue ---------------------------------------------------------------- Chris Packham (1): arm64: dts: marvell: Add NAND flash controller to AC5 Krzysztof Kozlowski (1): arm64: dts: marvell: add missing space before { arch/arm64/boot/dts/marvell/ac5-98dx25xx.dtsi | 20 ++++++++++++++++++-- arch/arm64/boot/dts/marvell/armada-7040-mochabin.dts | 2 +- 2 files changed, 19 insertions(+), 3 deletions(-)