diff options
| author | Tom Rini <[email protected]> | 2026-06-12 13:01:32 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-06-12 13:01:32 -0600 |
| commit | 7e47c37adf53f3010a6bf151df32df04a3c9ab91 (patch) | |
| tree | d57af4f6a7714d2aef9ccd2af9915d609ce8c166 /include | |
| parent | b89b7bb08426aac097bb1f90ac021c02b2593396 (diff) | |
| parent | 1bded011586688be654c08df7dc922cc6b688e94 (diff) | |
Merge patch series "arm: am335x: Switch to upstream devicetree"
"Markus Schneider-Pargmann (TI)" <[email protected]> says:
The series is split into two logical groups:
- Patches 1-3: Fixes for am335x-evm to boot and support the LCD panel
with the current u-boot devicetree.
- Patches 4-17: Make upstream devicetree working with uboot. This
adds tick-timer, adds compatibility of the board code for different
USB probing, makes SPL smaller and updates the defconfig.
The series has been tested on am335x-evm. Note that I don't have all
other boards built with the am335x_*evm_*defconfig, so tests are
appreciated. buildman reports builds are working.
Link: https://lore.kernel.org/r/20260601-topic-am33-evm-oftree-v2026-01-v8-0-2c33c98e7ce5@baylibre.com/
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/am335x_evm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index d2164b41d6d..babf065bc3e 100644 --- a/include/configs/am335x_evm.h +++ b/include/configs/am335x_evm.h @@ -83,6 +83,8 @@ "fdtfile=undefined\0" \ "finduuid=part uuid mmc 0:2 uuid\0" \ "console=ttyO0,115200n8\0" \ + "stdout=serial,vidconsole\0" \ + "stderr=serial,vidconsole\0" \ "partitions=" \ "uuid_disk=${uuid_gpt_disk};" \ "name=bootloader,start=384K,size=1792K," \ |
