From: Christophe Parant <c.parant@phytec.fr>
To: <devicetree@vger.kernel.org>,
<linux-stm32@st-md-mailman.stormreply.com>,
<linux-arm-kernel@lists.infradead.org>,
<linux-kernel@vger.kernel.org>
Cc: Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Maxime Coquelin <mcoquelin.stm32@gmail.com>,
Alexandre Torgue <alexandre.torgue@foss.st.com>,
<upstream@lists.phytec.de>
Subject: [PATCH 00/11] Rework and fix STM32MP15x PHYTEC dts
Date: Thu, 27 Feb 2025 16:40:01 +0100 [thread overview]
Message-ID: <20250227154012.259566-1-c.parant@phytec.fr> (raw)
This patch series rename and reorganize the STM32MP15x PHYTEC
baseboard (phyBOARD-Sargas) and SoM (phyCORE-STM32MP15x) device tree
files.
Indeed, the current device tree naming and organization is not really
consistent as it does not align with others STM32MP boards (use common
dtsi file as much as possible, use one dtsi for SoM and one dtsi for
baseboard).
The series also fixes some important pinctrl issues and minor one (coding
style). Additional pinctrl is also added for the optionnal interfaces
that are not enabled by default (FMC, LTDC, DCMI, PWM).
Christophe Parant (11):
ARM: dts: stm32: phycore-stm32mp15: Rename device tree files
ARM: dts: stm32: phyboard-sargas: Introduce SoM device tree
dt-bindings: arm: stm32: Rename STM32MP15x Phytec board and SoM
ARM: dts: stm32: Add new pinmux groups for phyboard-sargas and phycore
ARM: dts: stm32: phyboard-sargas: Fix uart4 and sai2 pinctrl
ARM: dts: stm32: phycore-stm32mp15: qspi: Fix memory map and pinctrl
ARM: dts: stm32: phycore-stm32mp15: Add dummy memory-node
ARM: dts: stm32: phyboard-sargas: Move aliases from dts to dtsi
ARM: dts: stm32: phycore-stm32mp15: Disable optional SoM peripherals
ARM: dts: stm32: phyboard-sargas and phycore: Fix coding style issues
ARM: dts: stm32: phyboard-sargas and phycore: Add optional interfaces
.../devicetree/bindings/arm/stm32/stm32.yaml | 7 +-
arch/arm/boot/dts/st/Makefile | 2 +-
arch/arm/boot/dts/st/stm32mp15-pinctrl.dtsi | 164 +++++++++
.../st/stm32mp157c-phyboard-sargas-rdk.dts | 42 +++
.../dts/st/stm32mp157c-phycore-stm32mp1-3.dts | 60 ---
.../dts/st/stm32mp15xx-phyboard-sargas.dtsi | 285 +++++++++++++++
...-som.dtsi => stm32mp15xx-phycore-som.dtsi} | 344 ++++--------------
7 files changed, 563 insertions(+), 341 deletions(-)
create mode 100644 arch/arm/boot/dts/st/stm32mp157c-phyboard-sargas-rdk.dts
delete mode 100644 arch/arm/boot/dts/st/stm32mp157c-phycore-stm32mp1-3.dts
create mode 100644 arch/arm/boot/dts/st/stm32mp15xx-phyboard-sargas.dtsi
rename arch/arm/boot/dts/st/{stm32mp157c-phycore-stm32mp15-som.dtsi => stm32mp15xx-phycore-som.dtsi} (53%)
--
2.34.1
next reply other threads:[~2025-02-27 15:40 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-27 15:40 Christophe Parant [this message]
2025-02-27 15:40 ` [PATCH 01/11] ARM: dts: stm32: phycore-stm32mp15: Rename device tree files Christophe Parant
2025-02-27 15:40 ` [PATCH 02/11] ARM: dts: stm32: phyboard-sargas: Introduce SoM device tree Christophe Parant
2025-02-27 15:40 ` [PATCH 03/11] dt-bindings: arm: stm32: Rename STM32MP15x Phytec board and SoM Christophe Parant
2025-02-28 21:17 ` Rob Herring
2025-02-27 15:40 ` [PATCH 04/11] ARM: dts: stm32: Add new pinmux groups for phyboard-sargas and phycore Christophe Parant
2025-02-27 15:40 ` [PATCH 05/11] ARM: dts: stm32: phyboard-sargas: Fix uart4 and sai2 pinctrl Christophe Parant
2025-02-27 15:40 ` [PATCH 06/11] ARM: dts: stm32: phycore-stm32mp15: qspi: Fix memory map and pinctrl Christophe Parant
2025-02-27 15:40 ` [PATCH 07/11] ARM: dts: stm32: phycore-stm32mp15: Add dummy memory-node Christophe Parant
2025-02-27 15:40 ` [PATCH 08/11] ARM: dts: stm32: phyboard-sargas: Move aliases from dts to dtsi Christophe Parant
2025-02-27 15:40 ` [PATCH 09/11] ARM: dts: stm32: phycore-stm32mp15: Disable optional SoM peripherals Christophe Parant
2025-02-27 15:40 ` [PATCH 10/11] ARM: dts: stm32: phyboard-sargas and phycore: Fix coding style issues Christophe Parant
2025-02-27 15:40 ` [PATCH 11/11] ARM: dts: stm32: phyboard-sargas and phycore: Add optional interfaces Christophe Parant
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250227154012.259566-1-c.parant@phytec.fr \
--to=c.parant@phytec.fr \
--cc=alexandre.torgue@foss.st.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-stm32@st-md-mailman.stormreply.com \
--cc=mcoquelin.stm32@gmail.com \
--cc=robh@kernel.org \
--cc=upstream@lists.phytec.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox