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>,
Dario Binacchi <dario.binacchi@amarulasolutions.com>,
Fabio Estevam <festevam@denx.de>, Jonas Karlman <jonas@kwiboo.se>,
Kever Yang <kever.yang@rock-chips.com>,
Linus Walleij <linus.walleij@linaro.org>,
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 03/13] ARM: dts: stm32: convert stm23f7 boards to OF_UPSTREAM
Date: Tue, 22 Apr 2025 10:06:26 +0200 [thread overview]
Message-ID: <90ffbe15-8b0f-44ec-9d19-08e660b8e8e8@foss.st.com> (raw)
In-Reply-To: <20250401131413.387139-4-patrice.chotard@foss.st.com>
Hi,
On 4/1/25 15:14, Patrice Chotard wrote:
> Enable OF_UPSTREAM flag for STM32F7 platforms.
>
> Use upstream device tree for DSI and LTDC nodes,
> As now in upstream DT, in panel@0 node, power-supply property is
> present, which is a fixed-regulator, add DM_REGULATOR_FIXED flag
> for stm32f769-disco boards.
>
> Set also DEFAULT_FDT_FILE in defconfigs and use it in stm32f746-disco.h
> to indicate which FDT file to load (All STM32F7 boards are using this
> file).
>
> If something is missing, it must be added in upstream device tree
> in linux kernel ("px_clk" for DSI by example).
>
> Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
> Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
> ---
>
> arch/arm/dts/Makefile | 4 -
> arch/arm/dts/stm32746g-eval.dts | 186 -------
> arch/arm/dts/stm32f7-pinctrl.dtsi | 415 ---------------
> arch/arm/dts/stm32f746-disco-u-boot.dtsi | 13 +-
> arch/arm/dts/stm32f746-disco.dts | 169 -------
> arch/arm/dts/stm32f746-pinctrl.dtsi | 11 -
> arch/arm/dts/stm32f746.dtsi | 613 -----------------------
> arch/arm/dts/stm32f769-disco-u-boot.dtsi | 60 +--
> arch/arm/dts/stm32f769-disco.dts | 133 -----
> arch/arm/dts/stm32f769-pinctrl.dtsi | 11 -
> arch/arm/mach-stm32/Kconfig | 1 +
> configs/stm32746g-eval_defconfig | 3 +-
> configs/stm32746g-eval_spl_defconfig | 3 +-
> configs/stm32f746-disco_defconfig | 3 +-
> configs/stm32f746-disco_spl_defconfig | 3 +-
> configs/stm32f769-disco_defconfig | 4 +-
> configs/stm32f769-disco_spl_defconfig | 4 +-
> include/configs/stm32f746-disco.h | 2 +-
> 18 files changed, 34 insertions(+), 1604 deletions(-)
> delete mode 100644 arch/arm/dts/stm32746g-eval.dts
> delete mode 100644 arch/arm/dts/stm32f7-pinctrl.dtsi
> delete mode 100644 arch/arm/dts/stm32f746-disco.dts
> delete mode 100644 arch/arm/dts/stm32f746-pinctrl.dtsi
> delete mode 100644 arch/arm/dts/stm32f746.dtsi
> delete mode 100644 arch/arm/dts/stm32f769-disco.dts
> delete mode 100644 arch/arm/dts/stm32f769-pinctrl.dtsi
>
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Thanks
Patrick
next prev parent reply other threads:[~2025-04-22 8:09 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 [this message]
2025-04-01 13:14 ` [PATCH 04/13] ARM: dts: stm32: convert stm23f4 " Patrice Chotard
2025-04-22 8:07 ` Patrick DELAUNAY
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=90ffbe15-8b0f-44ec-9d19-08e660b8e8e8@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=dario.binacchi@amarulasolutions.com \
--cc=festevam@denx.de \
--cc=jonas@kwiboo.se \
--cc=kever.yang@rock-chips.com \
--cc=linus.walleij@linaro.org \
--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.