]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm: dts: am335x-boneblack-u-boot: Add lcdc to all boot phases
authorMarkus Schneider-Pargmann (TI) <msp@baylibre.com>
Mon, 1 Jun 2026 09:30:43 +0000 (11:30 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 12 Jun 2026 19:01:24 +0000 (13:01 -0600)
This is required for am335x to boot correctly.

Signed-off-by: Markus Schneider-Pargmann (TI) <msp@baylibre.com>
arch/arm/dts/am335x-boneblack-u-boot.dtsi

index e2afc77d9edc539323c73dee03511a9cd62d8ca8..366375bf446c4c49a12d210c1a24f1db2881f1c3 100644 (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;
+                       };
+               };
+       };
+};