On 9/4/25 14:53, Raphael Gallais-Pou wrote: > Use LTDC and LVDS nodes in all boot phases. This is specially useful > before U-Boot relocation. > > Reviewed-by: Patrice Chotard <patrice.chot...@foss.st.com> > Reviewed-by: Yannick Fertre <yannick.fer...@foss.st.com> > Signed-off-by: Raphael Gallais-Pou <raphael.gallais-...@foss.st.com> > --- > arch/arm/dts/stm32mp25-u-boot.dtsi | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/arch/arm/dts/stm32mp25-u-boot.dtsi > b/arch/arm/dts/stm32mp25-u-boot.dtsi > index > d9aeeb6d510df9dea9700148cf8a8ad5efcfd4f9..3ac35c4a6bc27c72eeeb532742fd4412b7aa1b85 > 100644 > --- a/arch/arm/dts/stm32mp25-u-boot.dtsi > +++ b/arch/arm/dts/stm32mp25-u-boot.dtsi > @@ -93,6 +93,14 @@ > bootph-all; > }; > > +<dc { > + bootph-all; > +}; > + > +&lvds { > + bootph-all; > +}; > + > &pinctrl { > bootph-all; > }; > Reviewed-by: Patrice Chotard <patrice.chot...@foss.st.com> Thanks Patrice
- [PATCH v3 0/7] Add display support for STM32MP25 Raphael Gallais-Pou
- [PATCH v3 1/7] ofnode: support panel-timings in o... Raphael Gallais-Pou
- [PATCH v3 5/7] video: stm32: ltdc: properly searc... Raphael Gallais-Pou
- Re: [PATCH v3 5/7] video: stm32: ltdc: proper... Patrice CHOTARD
- [PATCH v3 7/7] configs: stm32mp25: enable LVDS di... Raphael Gallais-Pou
- Re: [PATCH v3 7/7] configs: stm32mp25: enable... Patrice CHOTARD
- [PATCH v3 3/7] video: stm32: STM32 driver support... Raphael Gallais-Pou
- [PATCH v3 6/7] ARM: dts: stm32: use LTDC and LVDS... Raphael Gallais-Pou
- Re: [PATCH v3 6/7] ARM: dts: stm32: use LTDC ... Patrice CHOTARD
- [PATCH v3 4/7] video: stm32: ltdc: support new ha... Raphael Gallais-Pou
- Re: [PATCH v3 4/7] video: stm32: ltdc: suppor... Patrice CHOTARD
- Re: [PATCH v3 4/7] video: stm32: ltdc: su... Raphael Gallais-Pou
- Re: [PATCH v3 4/7] video: stm32: ltdc... Patrice CHOTARD
- [PATCH v3 2/7] video: simple_panel: add support f... Raphael Gallais-Pou