From: Patrice CHOTARD <patrice.chotard@foss.st.com>
To: Raphael Gallais-Pou <raphael.gallais-pou@foss.st.com>,
Tom Rini <trini@konsulko.com>,
Kamil Lulko <kamil.lulko@gmail.com>,
Dillon Min <dillon.minfei@gmail.com>,
Patrick Delaunay <patrick.delaunay@foss.st.com>,
Anatolij Gustschin <ag.dev.uboot@gmail.com>,
Simon Glass <sjg@chromium.org>,
Sumit Garg <sumit.garg@kernel.org>
Cc: <u-boot@lists.denx.de>, <uboot-stm32@st-md-mailman.stormreply.com>
Subject: Re: [PATCH 7/8] ARM: dts: stm32: remove panel property in stm32mp257f-ev1-u-boot
Date: Mon, 25 Aug 2025 15:54:18 +0200 [thread overview]
Message-ID: <b071f211-38a8-4eef-94ce-e1b3d02ef929@foss.st.com> (raw)
In-Reply-To: <20250820-master-v1-7-fc76f18ab2fd@foss.st.com>
On 8/20/25 18:17, Raphael Gallais-Pou wrote:
> SCMI regulators are not yet implemented in OP-TEE. This leads to an
> invalid argument error when retrieving the 'power-supply' property.
> Ultimately this chains into the panel not probing and makes the whole
> display pipe fail.
>
> Remove the property in the upstream device-tree to allow display pipe to
> boot.
>
> Signed-off-by: Raphael Gallais-Pou <raphael.gallais-pou@foss.st.com>
> ---
> arch/arm/dts/stm32mp257f-ev1-u-boot.dtsi | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/arch/arm/dts/stm32mp257f-ev1-u-boot.dtsi b/arch/arm/dts/stm32mp257f-ev1-u-boot.dtsi
> index 9a566e18d3fd9b0cf4e21605f2cb060b49fadcb6..7a4b623664a1e167ccc0f4c73a979a083337d7a2 100644
> --- a/arch/arm/dts/stm32mp257f-ev1-u-boot.dtsi
> +++ b/arch/arm/dts/stm32mp257f-ev1-u-boot.dtsi
> @@ -12,6 +12,10 @@
> };
> };
>
> +&panel_lvds {
> + /delete-property/ power-supply;
> +};
> +
> &usart2 {
> bootph-all;
> };
>
This patch is a temporary patch right ?
If yes, i am not in favor to applied this patch, i prefer to see that there is something missing.
Thanks
next prev parent reply other threads:[~2025-08-25 13:55 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-20 16:17 [PATCH 0/8] Add display support for STM32MP25 Raphael Gallais-Pou
2025-08-20 16:17 ` [PATCH 1/8] ofnode: support panel-timings in ofnode_decode_display_timing Raphael Gallais-Pou
2025-08-25 7:48 ` Patrice CHOTARD
2025-08-20 16:17 ` [PATCH 2/8] video: simple_panel: add support for "panel-lvds" display Raphael Gallais-Pou
2025-08-25 7:49 ` Patrice CHOTARD
2025-08-20 16:17 ` [PATCH 3/8] video: stm32: STM32 driver support for LVDS Raphael Gallais-Pou
2025-08-25 9:42 ` Patrice CHOTARD
2025-08-25 14:50 ` Raphael Gallais-Pou
2025-08-20 16:17 ` [PATCH 4/8] video: stm32: ltdc: support new hardware version for STM32MP25 SoC Raphael Gallais-Pou
2025-08-25 9:48 ` Patrice CHOTARD
2025-08-20 16:17 ` [PATCH 5/8] video: stm32: ltdc: properly search the first available panel Raphael Gallais-Pou
2025-08-25 13:47 ` Patrice CHOTARD
2025-08-20 16:17 ` [PATCH 6/8] ARM: dts: stm32: use LTDC and LVDS nodes before relocation in stm32mp25-u-boot Raphael Gallais-Pou
2025-08-25 13:48 ` Patrice CHOTARD
2025-08-20 16:17 ` [PATCH 7/8] ARM: dts: stm32: remove panel property in stm32mp257f-ev1-u-boot Raphael Gallais-Pou
2025-08-25 13:54 ` Patrice CHOTARD [this message]
2025-08-26 12:00 ` Raphael Gallais-Pou
2025-08-20 16:17 ` [PATCH 8/8] configs: stm32mp25: enable LVDS display support Raphael Gallais-Pou
2025-08-25 13:49 ` 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=b071f211-38a8-4eef-94ce-e1b3d02ef929@foss.st.com \
--to=patrice.chotard@foss.st.com \
--cc=ag.dev.uboot@gmail.com \
--cc=dillon.minfei@gmail.com \
--cc=kamil.lulko@gmail.com \
--cc=patrick.delaunay@foss.st.com \
--cc=raphael.gallais-pou@foss.st.com \
--cc=sjg@chromium.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox