From 515a20d7ee2b053326fa3e4cc036330b00de437f Mon Sep 17 00:00:00 2001 From: "Markus Schneider-Pargmann (TI)" Date: Mon, 1 Jun 2026 11:30:43 +0200 Subject: 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) --- arch/arm/dts/am335x-boneblack-u-boot.dtsi | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/arch/arm/dts/am335x-boneblack-u-boot.dtsi b/arch/arm/dts/am335x-boneblack-u-boot.dtsi index e2afc77d9ed..366375bf446 100644 --- a/arch/arm/dts/am335x-boneblack-u-boot.dtsi +++ b/arch/arm/dts/am335x-boneblack-u-boot.dtsi @@ -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; + }; + }; + }; +}; -- cgit v1.3.1