From: Patrick DELAUNAY <patrick.delaunay@foss.st.com>
To: Patrice Chotard <patrice.chotard@foss.st.com>, <u-boot@lists.denx.de>
Cc: U-Boot STM32 <uboot-stm32@st-md-mailman.stormreply.com>,
Adam Ford <aford173@gmail.com>,
Andre Przywara <andre.przywara@arm.com>,
Fabio Estevam <festevam@denx.de>,
Ilias Apalodimas <ilias.apalodimas@linaro.org>,
Jerome Forissier <jerome.forissier@linaro.org>,
Jonas Karlman <jonas@kwiboo.se>,
Kamil Lulko <kamil.lulko@gmail.com>,
Kever Yang <kever.yang@rock-chips.com>,
Marek Vasut <marek.vasut+renesas@mailbox.org>,
Neil Armstrong <neil.armstrong@linaro.org>,
Oliver Gaskell <Oliver.Gaskell@analog.com>,
Prasad Kummari <prasad.kummari@amd.com>,
Sumit Garg <sumit.garg@kernel.org>,
Svyatoslav Ryhel <clamor95@gmail.com>,
Tom Rini <trini@konsulko.com>
Subject: Re: [PATCH 04/13] ARM: dts: stm32: convert stm23f4 boards to OF_UPSTREAM
Date: Tue, 22 Apr 2025 10:07:43 +0200 [thread overview]
Message-ID: <ea27a334-3e85-4f4c-ad16-e0cf38a2ba70@foss.st.com> (raw)
In-Reply-To: <20250401131413.387139-5-patrice.chotard@foss.st.com>
Hi,
On 4/1/25 15:14, Patrice Chotard wrote:
> Enable OF_UPSTREAM flag for STM32MPF4 platforms.
>
> Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
> ---
>
> arch/arm/dts/Makefile | 4 -
> arch/arm/dts/stm32429i-eval.dts | 284 ---------
> arch/arm/dts/stm32f4-pinctrl.dtsi | 447 ---------------
> arch/arm/dts/stm32f429-disco.dts | 190 -------
> arch/arm/dts/stm32f429-pinctrl.dtsi | 55 --
> arch/arm/dts/stm32f429.dtsi | 758 -------------------------
> arch/arm/dts/stm32f469-disco.dts | 213 -------
> arch/arm/dts/stm32f469-pinctrl.dtsi | 55 --
> arch/arm/dts/stm32f469.dtsi | 18 -
> arch/arm/mach-stm32/Kconfig | 1 +
> configs/stm32f429-discovery_defconfig | 2 +-
> configs/stm32f429-evaluation_defconfig | 2 +-
> configs/stm32f469-discovery_defconfig | 2 +-
> 13 files changed, 4 insertions(+), 2027 deletions(-)
> delete mode 100644 arch/arm/dts/stm32429i-eval.dts
> delete mode 100644 arch/arm/dts/stm32f4-pinctrl.dtsi
> delete mode 100644 arch/arm/dts/stm32f429-disco.dts
> delete mode 100644 arch/arm/dts/stm32f429-pinctrl.dtsi
> delete mode 100644 arch/arm/dts/stm32f429.dtsi
> delete mode 100644 arch/arm/dts/stm32f469-disco.dts
> delete mode 100644 arch/arm/dts/stm32f469-pinctrl.dtsi
> delete mode 100644 arch/arm/dts/stm32f469.dtsi
>
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Thanks
Patrick
next prev parent reply other threads:[~2025-04-22 8:10 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-01 13:14 [PATCH 00/13] Enable OF_UPSTREAM for STM32 and STi platforms Patrice Chotard
2025-04-01 13:14 ` [PATCH 01/13] ARM: dts: sti: convert stih410-b2260 board to OF_UPSTREAM Patrice Chotard
2025-04-22 7:59 ` Patrick DELAUNAY
2025-04-01 13:14 ` [PATCH 02/13] ARM: dts: stm32: convert stm23h7 boards " Patrice Chotard
2025-04-22 8:00 ` Patrick DELAUNAY
2025-04-01 13:14 ` [PATCH 03/13] ARM: dts: stm32: convert stm23f7 " Patrice Chotard
2025-04-22 8:06 ` Patrick DELAUNAY
2025-04-01 13:14 ` [PATCH 04/13] ARM: dts: stm32: convert stm23f4 " Patrice Chotard
2025-04-22 8:07 ` Patrick DELAUNAY [this message]
2025-04-01 13:14 ` [PATCH 05/13] ARM: dts: stm32: convert stm32mp13 board " Patrice Chotard
2025-04-22 8:08 ` Patrick DELAUNAY
2025-04-01 13:14 ` [PATCH 06/13] ARM: dts: stm32: convert stm32mp15 " Patrice Chotard
2025-04-22 8:10 ` Patrick DELAUNAY
2025-04-01 13:14 ` [PATCH 07/13] configs: stm32: introduce stm32mp15-odyssey_defconfig Patrice Chotard
2025-04-22 8:16 ` Patrick DELAUNAY
2025-04-22 9:06 ` Patrice CHOTARD
2025-04-01 13:14 ` [PATCH 08/13] stm32mp1: clk: Update index for DSI gate Patrice Chotard
2025-04-22 8:24 ` Patrick DELAUNAY
2025-04-22 9:42 ` Patrice CHOTARD
2025-04-01 13:14 ` [PATCH 09/13] ARM: stm32mp: add ETZPC system bus driver for STM32MP1 Patrice Chotard
2025-04-22 8:31 ` Patrick DELAUNAY
2025-04-22 9:33 ` Patrice CHOTARD
2025-04-01 13:14 ` [PATCH 10/13] ARM: dts: stm32: add ETZPC as a system bus for STM32MP1x boards Patrice Chotard
2025-04-22 8:32 ` Patrick DELAUNAY
2025-04-01 13:14 ` [PATCH 11/13] stm32mp: fdt: remove ETZPC peripheral cleanup Patrice Chotard
2025-04-22 8:37 ` Patrick DELAUNAY
2025-04-01 13:14 ` [PATCH 12/13] ARM: dts: stm32: convert stm32mp2 board to OF_UPSTREAM Patrice Chotard
2025-04-22 8:40 ` Patrick DELAUNAY
2025-04-01 13:14 ` [PATCH 13/13] ARM: stm32mp: add RIFSC system bus driver for STM32MP25 Patrice Chotard
2025-04-22 8:44 ` Patrick DELAUNAY
2025-04-22 8:51 ` Patrice CHOTARD
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=ea27a334-3e85-4f4c-ad16-e0cf38a2ba70@foss.st.com \
--to=patrick.delaunay@foss.st.com \
--cc=Oliver.Gaskell@analog.com \
--cc=aford173@gmail.com \
--cc=andre.przywara@arm.com \
--cc=clamor95@gmail.com \
--cc=festevam@denx.de \
--cc=ilias.apalodimas@linaro.org \
--cc=jerome.forissier@linaro.org \
--cc=jonas@kwiboo.se \
--cc=kamil.lulko@gmail.com \
--cc=kever.yang@rock-chips.com \
--cc=marek.vasut+renesas@mailbox.org \
--cc=neil.armstrong@linaro.org \
--cc=patrice.chotard@foss.st.com \
--cc=prasad.kummari@amd.com \
--cc=sumit.garg@kernel.org \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
--cc=uboot-stm32@st-md-mailman.stormreply.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.