arm: dts: am335x-boneblack-u-boot: Add lcdc to all boot phases

This is required for am335x to boot correctly.

Signed-off-by: Markus Schneider-Pargmann (TI) <msp@baylibre.com>
This commit is contained in:
Markus Schneider-Pargmann (TI)
2026-06-01 11:30:43 +02:00
committed by Tom Rini
parent 0ecacc52f4
commit 515a20d7ee

View File

@@ -4,3 +4,14 @@
*/
#include "am335x-bone-common-u-boot.dtsi"
&l4_per {
segment@300000 {
target-module@e000 {
bootph-all;
lcdc: lcdc@0 {
bootph-all;
};
};
};
};