diff options
| author | Tom Rini <[email protected]> | 2024-10-28 20:54:36 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-10-29 10:05:30 -0600 |
| commit | 1466ff7d833d79251b3cdecc4615e8c1586f8eda (patch) | |
| tree | 1041b784d7e40dda1bfca38d6e12a06a663c51b8 /include | |
| parent | bfdfc6c12e8ca68fff1a7ed3892c180143a6a0ef (diff) | |
| parent | 3acd534b739c7edcce59ad625777508e7a1b36db (diff) | |
Merge patch series "boards: siemens: iot2050: SM variant, sysinfo support, fixes & cleanups"
Jan Kiszka <[email protected]> says:
This adds support for the new IOT2050 SM variant, introduces a sysinfo
driver which also permits SMBIOS support and switches the board to
OF_UPSTREAM. There are some further fixes for the boards included as well.
Not yet included is configuration support for DMA isolation via the PVU as
this depends on not yet merged DT bindings and another overlay.
[trini: This is just the first 10 patches in the series for now]
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/iot2050.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/configs/iot2050.h b/include/configs/iot2050.h index 94a9c767882..5c58c7bbaab 100644 --- a/include/configs/iot2050.h +++ b/include/configs/iot2050.h @@ -24,6 +24,9 @@ func(USB, usb, 2) #endif +/* DDR Configuration */ +#define CFG_SYS_SDRAM_BASE1 0x880000000 + /* * This defines all MMC devices, even if the basic variant has no mmc1. * The non-supported device will be removed from the boot targets during @@ -39,7 +42,7 @@ #define CFG_ENV_FLAGS_LIST_STATIC \ "board_uuid:sw,board_name:sw,board_serial:sw,board_a5e:sw," \ "mlfb:sw,fw_version:sw,seboot_version:sw," \ - "m2_manuel_config:sw," \ + "m2_manual_config:sw," \ "eth1addr:mw,eth2addr:mw,watchdog_timeout_ms:dw,boot_targets:sw" #endif |
