]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
ARM: dts: stm32: Add bootph-all in ltdc node in stm32mp257f-ev1-u-boot
authorPatrice Chotard <patrice.chotard@foss.st.com>
Fri, 16 Jan 2026 19:12:06 +0000 (20:12 +0100)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Thu, 29 Jan 2026 09:47:57 +0000 (10:47 +0100)
Add bootph-all property in ltdc node in stm32mp257f-ev1-u-boot.dtsi
to fix the following issue :

Video device 'display-controller@48010000' cannot allocate frame buffer
memory - ensure the device is set up beforen
stm32_rifsc bus@42080000: display-controller@48010000 failed to bind on
bus (-28)
stm32_rifsc bus@42080000: Some child failed to bind (-28)
initcall_run_r(): initcall initr_dm() failed
ERROR ### Please RESET the board ###

Fixes: 29ab19c2bead ("Subtree merge tag 'v6.18-dts' of dts repo [1] into dts/upstream")
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
arch/arm/dts/stm32mp257f-ev1-u-boot.dtsi

index b70cd8b52ce71c6cdff5bce3117796e41660b9c6..c3c9c94f1658c2d1379c05e110e812715c5e8383 100644 (file)
        };
 };
 
+&ltdc {
+       bootph-all;
+};
+
 &usart2 {
        bootph-all;
 };