From patchwork Fri May 13 13:13:19 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gregory CLEMENT X-Patchwork-Id: 12848792 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 5FAC0C433F5 for ; Fri, 13 May 2022 13:14:41 +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=RSCBgJ9ZS8gdIXkjVgQXxAO/rzuRyQHfXJw5TfWmpcM=; b=0zScRmfZyAmg7Q YW45iUK0FNgbXiGvs6I2xVIQgrXrtDvGBFfi/ZGmZ9wJYuf4idG/Az/0ZzbEQbXCxLeedUyN3lhMJ WAO+cMB328aT4XaAagwwJCNp9arKefxDUlfATwpP6NBH3xH6luHAP0U80iwKY8cWQURZJg6/4cHRU b53rukhfKm/kHimK9ESPFXCo98WNqUJ/bMRgCX4dZJen7VZyTcLxQddLyAzYzW0EWz4mEzjDOz78o 4xpWb3ZKiac8vIFFYmEWA/eGieBrwp13cWS3e8GywnvxuD75d/CopPqBah0vsfRaPUyVpVWADfwv/ r5hiUAbWzOdt2MKNRopA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1npV6x-00GC3V-S0; Fri, 13 May 2022 13:13:39 +0000 Received: from relay10.mail.gandi.net ([2001:4b98:dc4:8::230]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1npV6t-00GC1w-GY for linux-arm-kernel@lists.infradead.org; Fri, 13 May 2022 13:13:37 +0000 Received: (Authenticated sender: gregory.clement@bootlin.com) by mail.gandi.net (Postfix) with ESMTPSA id BEB62240006; Fri, 13 May 2022 13:13:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1652447610; 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=uCnGTOBVFug6LQtqTL6WHNZj2tl4ixL7MjXFJtGhJtE=; b=c9Sew0sAQF7nyrwKafrw2RZXbMKkLd4ZGoMy35ilNsYBunP3UewP1A+NMoBiNPACqmoMHN TXrJAPzXxl/lA+7x9k7D4l9IG2LQHznP3d2UcUCtBImECmOEasL+K/GXDsbTbuv2Tp5yPD qaAkXfcEODtbKJ5TdyZ2q2sKi0la32S82itKKb2IgmKJe1xJTsTMeLTKpVJO9blLw9ir67 VpyF1P7+7ibrTqq6Wngc+scdd2ibBs6nNiLdfLygUGN6MZ3ElvitwFvVUSY2WSbYYT4/Eq nUs9m9ObK1zM4uva/5DvaUiWsxn+VsNtL24+y02hx6ZwWD8sjou62nLizPm7Dg== From: Gregory CLEMENT To: Arnd Bergmann , Olof Johansson , , soc@kernel.org Cc: Andrew Lunn , Sebastian Hesselbarth , Subject: [GIT PULL] ARM: mvebu: dt64 for v5.19 (#1) Date: Fri, 13 May 2022 15:13:19 +0200 Message-ID: <87r14xr2xc.fsf@BL-laptop> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220513_061335_974810_4A57FCEB X-CRM114-Status: UNSURE ( 9.54 ) 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 v5.19. There is a conflict with the arm-soc tree and as pointed by Stephen Rothwell and confirmed by Krzysztof Kozlowski, the correct resolution is to take the commit 2f00bb4a69c7 ("arm64: dts: marvell: align SPI NOR node name with dtschema"), so the node name should be "flash", not "spi-flash". Gregory The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17: Linux 5.18-rc1 (2022-04-03 14:08:21 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu.git tags/mvebu-dt64-5.19-1 for you to fetch changes up to 239466bddfc02f9643f64be74ba9a1d80c286f4b: arm64: dts: marvell: Update sdhci node names to match schema (2022-05-09 11:23:33 +0200) ---------------------------------------------------------------- mvebu dt64 for 5.19 (part 1) Update sdhci node names to match schema on all mvebu dt64 dtsi files Armada 3720: uDPU board: - correct temperature sensors - update partition table espressobin-ultra board: - enable front USB3 port - add PHY and switch reset pins - fix SPI-NOR config ---------------------------------------------------------------- Chris Packham (1): arm64: dts: marvell: Update sdhci node names to match schema Robert Marko (5): arm64: dts: uDPU: update partition table arm64: dts: uDPU: correct temperature sensors arm64: dts: marvell: espressobin-ultra: fix SPI-NOR config arm64: dts: marvell: espressobin-ultra: add PHY and switch reset pins arm64: dts: marvell: espressobin-ultra: enable front USB3 port .../dts/marvell/armada-3720-espressobin-ultra.dts | 9 ++++----- arch/arm64/boot/dts/marvell/armada-3720-uDPU.dts | 21 +++++++++++++-------- arch/arm64/boot/dts/marvell/armada-37xx.dtsi | 4 ++-- arch/arm64/boot/dts/marvell/armada-ap80x.dtsi | 2 +- arch/arm64/boot/dts/marvell/armada-cp11x.dtsi | 2 +- 5 files changed, 21 insertions(+), 17 deletions(-)