diff options
| author | Markus Schneider-Pargmann (TI) <[email protected]> | 2026-06-01 11:30:43 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-06-12 13:01:24 -0600 |
| commit | 515a20d7ee2b053326fa3e4cc036330b00de437f (patch) | |
| tree | 51db612e624741e8d72bddabbe6aa05922619396 /arch | |
| parent | 0ecacc52f4e1871678fc97b3c30a81398e813f22 (diff) | |
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) <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/dts/am335x-boneblack-u-boot.dtsi | 11 |
1 files changed, 11 insertions, 0 deletions
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; + }; + }; + }; +}; |
