From: Alexandre TORGUE <alexandre.torgue@foss.st.com>
To: Dario Binacchi <dario.binacchi@amarulasolutions.com>,
<linux-kernel@vger.kernel.org>
Cc: linux-amarula@amarulasolutions.com,
"Amelie Delaunay" <amelie.delaunay@foss.st.com>,
"Conor Dooley" <conor+dt@kernel.org>,
"David Jander" <david@protonic.nl>,
"Krzysztof Kozlowski" <krzk+dt@kernel.org>,
"Leonard Göhrs" <l.goehrs@pengutronix.de>,
"Marc Kleine-Budde" <mkl@pengutronix.de>,
"Marek Vasut" <marex@denx.de>,
"Maxime Coquelin" <mcoquelin.stm32@gmail.com>,
"Michael Turquette" <mturquette@baylibre.com>,
"Oleksij Rempel" <o.rempel@pengutronix.de>,
"Roan van Dijk" <roan@protonic.nl>,
"Rob Herring" <robh@kernel.org>,
"Russell King" <linux@armlinux.org.uk>,
"Stephen Boyd" <sboyd@kernel.org>,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-clk@vger.kernel.org,
linux-stm32@st-md-mailman.stormreply.com
Subject: Re: [PATCH 0/8] Support STM32h747i-disco board
Date: Wed, 30 Apr 2025 09:21:49 +0200 [thread overview]
Message-ID: <bf7eddfa-ca7f-49a6-a3f9-574f2c4fe972@foss.st.com> (raw)
In-Reply-To: <20250427074404.3278732-1-dario.binacchi@amarulasolutions.com>
Hi Dario
On 4/27/25 09:43, Dario Binacchi wrote:
> The series adds support for STM32h747i-disco board
>
> The board includes an STM32H747XI SoC with the following resources:
> - 2 Mbytes Flash
> - 1 Mbyte SRAM
> - LCD-TFT controller
> - MIPI-DSI interface
> - FD-CAN
> - USB 2.0 high-speed/full-speed
> - Ethernet MAC
> - camera interface
>
> Detailed information can be found at:
> https://www.st.com/en/evaluation-tools/stm32h747i-disco.html
>
>
> Dario Binacchi (8):
> ARM: dts: stm32h7-pinctrl: add _a suffix to u[s]art_pins phandles
> dt-bindings: arm: stm32: add compatible for stm32h747i-disco board
> ARM: stm32: add a new SoC - STM32H747
> clk: stm32h7: rename USART{7,8}_CK to UART{7,8}_CK
> ARM: dts: stm32: add uart8 node for stm32h743 MCU
> ARM: dts: stm32: add pin map for UART8 controller on stm32h743
> ARM: dts: stm32: add an extra pin map for USART1 on stm32h743
> ARM: dts: stm32: support STM32h747i-disco board
>
> .../devicetree/bindings/arm/stm32/stm32.yaml | 4 +
> arch/arm/boot/dts/st/Makefile | 1 +
> arch/arm/boot/dts/st/stm32h7-pinctrl.dtsi | 34 ++++-
> arch/arm/boot/dts/st/stm32h743.dtsi | 8 ++
> arch/arm/boot/dts/st/stm32h743i-disco.dts | 2 +-
> arch/arm/boot/dts/st/stm32h743i-eval.dts | 2 +-
> arch/arm/boot/dts/st/stm32h747i-disco.dts | 136 ++++++++++++++++++
> arch/arm/boot/dts/st/stm32h750i-art-pi.dts | 6 +-
> arch/arm/mach-stm32/board-dt.c | 1 +
> include/dt-bindings/clock/stm32h7-clks.h | 4 +-
> 10 files changed, 187 insertions(+), 11 deletions(-)
> create mode 100644 arch/arm/boot/dts/st/stm32h747i-disco.dts
>
Series applied on stm32-next. I changed patch 4 commit title according
to Krzysztof comment.
Cheers
Alex
prev parent reply other threads:[~2025-04-30 7:25 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-27 7:43 [PATCH 0/8] Support STM32h747i-disco board Dario Binacchi
2025-04-27 7:43 ` [PATCH 1/8] ARM: dts: stm32h7-pinctrl: add _a suffix to u[s]art_pins phandles Dario Binacchi
2025-04-27 7:43 ` [PATCH 2/8] dt-bindings: arm: stm32: add compatible for stm32h747i-disco board Dario Binacchi
2025-04-28 8:38 ` Krzysztof Kozlowski
2025-04-27 7:43 ` [PATCH 4/8] clk: stm32h7: rename USART{7,8}_CK to UART{7,8}_CK Dario Binacchi
2025-04-28 9:17 ` Krzysztof Kozlowski
2025-04-27 7:43 ` [PATCH 5/8] ARM: dts: stm32: add uart8 node for stm32h743 MCU Dario Binacchi
2025-04-27 7:43 ` [PATCH 6/8] ARM: dts: stm32: add pin map for UART8 controller on stm32h743 Dario Binacchi
2025-04-27 7:43 ` [PATCH 7/8] ARM: dts: stm32: add an extra pin map for USART1 " Dario Binacchi
2025-04-27 7:43 ` [PATCH 8/8] ARM: dts: stm32: support STM32h747i-disco board Dario Binacchi
2025-04-30 7:21 ` 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=bf7eddfa-ca7f-49a6-a3f9-574f2c4fe972@foss.st.com \
--to=alexandre.torgue@foss.st.com \
--cc=amelie.delaunay@foss.st.com \
--cc=conor+dt@kernel.org \
--cc=dario.binacchi@amarulasolutions.com \
--cc=david@protonic.nl \
--cc=devicetree@vger.kernel.org \
--cc=krzk+dt@kernel.org \
--cc=l.goehrs@pengutronix.de \
--cc=linux-amarula@amarulasolutions.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-stm32@st-md-mailman.stormreply.com \
--cc=linux@armlinux.org.uk \
--cc=marex@denx.de \
--cc=mcoquelin.stm32@gmail.com \
--cc=mkl@pengutronix.de \
--cc=mturquette@baylibre.com \
--cc=o.rempel@pengutronix.de \
--cc=roan@protonic.nl \
--cc=robh@kernel.org \
--cc=sboyd@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;
as well as URLs for NNTP newsgroup(s).