From patchwork Thu Aug 31 11:52:22 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13371452 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E8F08C83F3A for ; Thu, 31 Aug 2023 11:53:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234387AbjHaLxP (ORCPT ); Thu, 31 Aug 2023 07:53:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33182 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1346178AbjHaLxE (ORCPT ); Thu, 31 Aug 2023 07:53:04 -0400 Received: from michel.telenet-ops.be (michel.telenet-ops.be [IPv6:2a02:1800:110:4::f00:18]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 221A810DE for ; Thu, 31 Aug 2023 04:52:41 -0700 (PDT) Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed40:6c13:6b1b:7366:87c0]) by michel.telenet-ops.be with bizsmtp id gBse2A00M3874jb06Bse6K; Thu, 31 Aug 2023 13:52:39 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1qbgDq-00274K-4j; Thu, 31 Aug 2023 13:52:38 +0200 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1qbgE2-00CIUV-IS; Thu, 31 Aug 2023 13:52:38 +0200 From: Geert Uytterhoeven To: Magnus Damm , Marek Vasut , Jacopo Mondi , Chris Brandt , Wolfram Sang Cc: linux-renesas-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Geert Uytterhoeven Subject: [PATCH 00/13] ARM: dts: renesas: LBSC and FLASH improvements Date: Thu, 31 Aug 2023 13:52:22 +0200 Message-Id: X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org Hi all, This patch series adds support for various FLASH devices on the Blanche, Genmai, Marzen, and RSK+RZA1 development boards. As several of these FLASH devices reside in the external address space of a (Local) Bus State Controller, the current (too) minimal support for (L)BSC is improved first. All of this is preceded by two small fixes. As FLASH on Blanche and Marzen conflicts with SMP, the last two patches depend on [1], so I marked them RFC. This has been tested on the APE6-EVM, Blanche, Genmai, Marzen, and RSK+RZA1 development boards. Thanks for your comments! [1] "[PATCH/RFC 0/4] ARM: shmobile: Reserve boot area when SMP is enabled" https://lore.kernel.org/all/cover.1693409184.git.geert+renesas@glider.be Geert Uytterhoeven (13): ARM: dts: renesas: ape6evm: Drop bogus "mtd-rom" compatible value ARM: dts: renesas: gr-peach: Remove unneeded probe-type property ARM: dts: renesas: Remove unused LBSC nodes from board DTS ARM: dts: renesas: r7s72100: Add BSC node ARM: dts: renesas: r8a7779: Add LBSC node ARM: dts: renesas: r8a7792: Add LBSC node ARM: dts: renesas: marzen: Move Ethernet node to LBSC ARM: dts: renesas: blanche: Move Ethernet node to LBSC ARM: dts: renesas: wheat: Move Ethernet node to LBSC ARM: dts: renesas: genmai: Add FLASH nodes ARM: dts: renesas: rskrza1: Add FLASH nodes ARM: dts: renesas: marzen: Add FLASH node ARM: dts: renesas: blanche: Add FLASH node arch/arm/boot/dts/renesas/r7s72100-genmai.dts | 82 ++++++++++++++++++- .../boot/dts/renesas/r7s72100-gr-peach.dts | 6 -- .../arm/boot/dts/renesas/r7s72100-rskrza1.dts | 71 ++++++++++++++-- arch/arm/boot/dts/renesas/r7s72100.dtsi | 7 ++ .../arm/boot/dts/renesas/r7s9210-rza2mevb.dts | 5 -- arch/arm/boot/dts/renesas/r8a73a4-ape6evm.dts | 2 +- arch/arm/boot/dts/renesas/r8a7779-marzen.dts | 66 +++++++++++---- arch/arm/boot/dts/renesas/r8a7779.dtsi | 7 ++ arch/arm/boot/dts/renesas/r8a7790-lager.dts | 5 -- arch/arm/boot/dts/renesas/r8a7791-koelsch.dts | 5 -- arch/arm/boot/dts/renesas/r8a7792-blanche.dts | 66 +++++++++++---- arch/arm/boot/dts/renesas/r8a7792-wheat.dts | 34 ++++---- arch/arm/boot/dts/renesas/r8a7792.dtsi | 7 ++ arch/arm/boot/dts/renesas/r8a7794-alt.dts | 5 -- 14 files changed, 289 insertions(+), 79 deletions(-)