On 8/20/25 18:17, Raphael Gallais-Pou wrote: > Use LTDC and LVDS nodes in all boot phases. This is specially useful > before U-Boot relocation. > > 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
- Re: [PATCH 8/8] configs: stm32mp25: enable LVDS d... Patrice CHOTARD
- [PATCH 3/8] video: stm32: STM32 driver support for LVD... Raphael Gallais-Pou
- Re: [PATCH 3/8] video: stm32: STM32 driver suppor... Patrice CHOTARD
- [PATCH 2/8] video: simple_panel: add support for "... Raphael Gallais-Pou
- Re: [PATCH 2/8] video: simple_panel: add support ... Patrice CHOTARD
- [PATCH 4/8] video: stm32: ltdc: support new hardware v... Raphael Gallais-Pou
- Re: [PATCH 4/8] video: stm32: ltdc: support new h... Patrice CHOTARD
- [PATCH 5/8] video: stm32: ltdc: properly search the fi... Raphael Gallais-Pou
- Re: [PATCH 5/8] video: stm32: ltdc: properly sear... Patrice CHOTARD
- [PATCH 6/8] ARM: dts: stm32: use LTDC and LVDS nodes b... Raphael Gallais-Pou
- Re: [PATCH 6/8] ARM: dts: stm32: use LTDC and LVD... Patrice CHOTARD