From: Alexandre TORGUE <alexandre.torgue@foss.st.com>
To: Dario Binacchi <dario.binacchi@amarulasolutions.com>,
<linux-kernel@vger.kernel.org>
Cc: <francesco.utel@engicam.com>,
<linux-stm32@st-md-mailman.stormreply.com>,
<linux-arm-kernel@lists.infradead.org>,
<domenico.acri@engicam.com>, <michael@amarulasolutions.com>,
<linux-amarula@amarulasolutions.com>,
"Arnd Bergmann" <arnd@arndb.de>,
Bjorn Andersson <andersson@kernel.org>,
"Christophe Parant" <c.parant@phytec.fr>,
Conor Dooley <conor+dt@kernel.org>,
"Dmitry Baryshkov" <dmitry.baryshkov@oss.qualcomm.com>,
Eric Biggers <ebiggers@kernel.org>,
Geert Uytterhoeven <geert@linux-m68k.org>,
"Krzysztof Kozlowski" <krzk+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>,
Luca Weiss <luca.weiss@fairphone.com>,
Maxime Coquelin <mcoquelin.stm32@gmail.com>,
Michal Simek <michal.simek@amd.com>,
Rob Herring <robh@kernel.org>, "Sven Peter" <sven@kernel.org>,
<devicetree@vger.kernel.org>
Subject: Re: [PATCH v8 00/16] arm64: support Engicam MicroGEA-STM32MP257D-RMM board
Date: Fri, 11 Sep 2026 18:17:53 +0200 [thread overview]
Message-ID: <04cf5b87-dcf9-49b4-a3a2-33be039be199@foss.st.com> (raw)
In-Reply-To: <20260820091652.43541-1-dario.binacchi@amarulasolutions.com>
Hi Dario
On 8/20/26 11:12, Dario Binacchi wrote:
> This series adds initial support for the Engicam MicroGEA-STM32MP257D-RMM
> board based on the MicroGEA-STM32MP257 SoM.
>
> The support includes device tree descriptions for both the SoM and the
> carrier board, together with the required pinctrl definitions for the
> peripherals used.
>
> The series also updates the arm64 defconfig accordingly.
>
> Changes in v8:
> - Add the "d" letter to the board name (DT file name, model and
> compatible) as done for the other STM32 boards.
>
> Changes in v7:
> - Add Reviewed-by tag of Olivier Moysan to patch 10/16 "arm64: dts: st: add
> sai1 pins for stm32mp25"
> - Switch CONFIG_I2C_STM32F7 and CONFIG_SPI_STM32 to modules in
> arch/arm64/configs/defconfig.
>
> Changes in v6:
> - Update arch/arm64/configs/defconfig to match the current upstream defconfig
> after merge window changes (no functional changes).
>
> Changes in v5:
> - Add patch 2/16 arm64: dts: st: add power-domains to sdmmc1 on stm32mp231
> - Add patch 3/16 arm64: dts: st: add power-domains to sdmmc1 on stm32mp251
> - Increase slew-rate to <1> of ltdc pins to support the 27 MHz pixel clock
> and prevent timing violations.
> - Change SDMMC2_CK pin bias from pull-up to bias-disable to avoid signal
> integrity issues on the clock line
> - Fix touchscreen resolution to 480x854
> - Fix SPI1 CS0 polarity to GPIO_ACTIVE_LOW
>
> Changes in v4:
> - Drop inclusion of stm32mp25xf.dtsi from stm32mp257-engicam-microgea.dtsi
>
> Changes in v3:
> - Add power-domains property in the SDMMC2 node.
> - Drop patch "arm64: defconfig: cleanup the defconfig"
>
> Changes in v2:
> - Add Acked-by of Conor Dooley for patch 0/1 "dt-bindings: arm: stm32:
> support Engicam MicroGEA-STM32MP257-RMM board"
> - Add resets property to dts CAN node. Suggested by Sashiko.
> - Drop the clocks property from the sai1 node in stm32mp257-engicam-microgea-rmm.dts
> to avoid overriding the peripheral bus clock reference defined in the base
> SoC device tree. Suggested by Sashiko.
> - Reference the existing labeled nodes directly at the root level using
> &sai1a and &sai1b in stm32mp257-engicam-microgea-rmm.dts instead of
> redefining the entire node structure and redeclaring the labels. Suggested by Sashiko.
> - Drop the #clock-cells property from sai1a and remove the reference to sai1a from
> the clocks array in sai1b, relying strictly on the st,sync property to handle
> internal synchronization.
>
Series applied on stm32-next.
Thanks
Alex
prev parent reply other threads:[~2026-09-11 16:18 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-20 9:12 Dario Binacchi
2026-08-20 9:12 ` [PATCH v8 01/16] dt-bindings: arm: stm32: " Dario Binacchi
2026-08-20 9:12 ` [PATCH v8 02/16] arm64: dts: st: add power-domains to sdmmc1 on stm32mp231 Dario Binacchi
2026-08-20 9:12 ` [PATCH v8 03/16] arm64: dts: st: add power-domains to sdmmc1 on stm32mp251 Dario Binacchi
2026-08-20 9:12 ` [PATCH v8 04/16] arm64: dts: st: add SDMMC2 support on stm32mp25 Dario Binacchi
2026-08-20 9:12 ` [PATCH v8 05/16] arm64: dts: st: add CAN1 " Dario Binacchi
2026-08-20 9:12 ` [PATCH v8 06/16] arm64: dts: st: add i2c1 pins for stm32mp25 Dario Binacchi
2026-08-20 9:12 ` [PATCH v8 07/16] arm64: dts: st: add ltdc " Dario Binacchi
2026-08-20 9:12 ` [PATCH v8 08/16] arm64: dts: st: add can1 " Dario Binacchi
2026-08-20 9:12 ` [PATCH v8 09/16] arm64: dts: st: add pwm2/pwm4 " Dario Binacchi
2026-08-20 9:12 ` [PATCH v8 10/16] arm64: dts: st: add sai1 " Dario Binacchi
2026-08-20 9:12 ` [PATCH v8 11/16] arm64: dts: st: add sdmmc2 " Dario Binacchi
2026-08-20 9:12 ` [PATCH v8 12/16] arm64: dts: st: add spi1 " Dario Binacchi
2026-08-20 9:12 ` [PATCH v8 13/16] arm64: dts: st: add usart1 " Dario Binacchi
2026-08-20 9:12 ` [PATCH v8 14/16] arm64: dts: st: support Engicam MicroGEA-STM32MP257 SoM Dario Binacchi
2026-08-20 9:12 ` [PATCH v8 15/16] arm64: dts: st: support Engicam MicroGEA-STM32MP257D-RMM board Dario Binacchi
2026-08-20 9:12 ` [PATCH v8 16/16] arm64: defconfig: enable configs for Engicam MicroGEA-STM32MP257D-RMM Dario Binacchi
2026-09-11 16:17 ` Alexandre TORGUE [this message]
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=04cf5b87-dcf9-49b4-a3a2-33be039be199@foss.st.com \
--to=alexandre.torgue@foss.st.com \
--cc=andersson@kernel.org \
--cc=arnd@arndb.de \
--cc=c.parant@phytec.fr \
--cc=conor+dt@kernel.org \
--cc=dario.binacchi@amarulasolutions.com \
--cc=devicetree@vger.kernel.org \
--cc=dmitry.baryshkov@oss.qualcomm.com \
--cc=domenico.acri@engicam.com \
--cc=ebiggers@kernel.org \
--cc=francesco.utel@engicam.com \
--cc=geert@linux-m68k.org \
--cc=krzk+dt@kernel.org \
--cc=krzysztof.kozlowski@oss.qualcomm.com \
--cc=linux-amarula@amarulasolutions.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-stm32@st-md-mailman.stormreply.com \
--cc=luca.weiss@fairphone.com \
--cc=mcoquelin.stm32@gmail.com \
--cc=michael@amarulasolutions.com \
--cc=michal.simek@amd.com \
--cc=robh@kernel.org \
--cc=sven@kernel.org \
/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
all inboxes | Powered by JetHome®