[PATCH v7 08/14] arm: dts: am335x-boneblack-u-boot: Add lcdc to all boot phases

Markus Schneider-Pargmann (TI) msp at baylibre.com
Mon Apr 27 11:01:24 CEST 2026


This is required for am335x to boot correctly.

Signed-off-by: Markus Schneider-Pargmann (TI) <msp at baylibre.com>
---
 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 e2afc77d9edc539323c73dee03511a9cd62d8ca8..366375bf446c4c49a12d210c1a24f1db2881f1c3 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 at 300000 {
+		target-module at e000 {
+			bootph-all;
+			lcdc: lcdc at 0 {
+				bootph-all;
+			};
+		};
+	};
+};

-- 
2.53.0



More information about the U-Boot mailing list