diff options
| author | Alice Guo <[email protected]> | 2025-12-09 10:19:19 +0800 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2025-12-29 10:17:00 -0300 |
| commit | ede2e565ee7ed2f160806173dd85467fff698846 (patch) | |
| tree | ea2728555f9cf19fb43358606300b6416d505f87 /configs | |
| parent | 0da3a8a939e420d9a5058299355c29368d64d934 (diff) | |
imx8ulp_evk: Switch to use devicetree imported from Linux kernel release
Enable OF_UPSTREAM for i.MX8ULP EVK so that devicetree imported from
Linux kernel release can be used.
If mailbox@29220000 is enabled, gd->arch.ele_dev will be set to this
device for communication with ELE firmware. This is incorrect because
mu@27020000 is the MU used for communication with the ELE firmware. To
prevent misconfiguration, disable mailbox@29220000.
The driver model for watchdog timer is not enabled yet, so disable wdog3
temporarily.
Signed-off-by: Alice Guo <[email protected]>
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/imx8ulp_evk_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/imx8ulp_evk_defconfig b/configs/imx8ulp_evk_defconfig index baca0b41099..ff6cd8e6c98 100644 --- a/configs/imx8ulp_evk_defconfig +++ b/configs/imx8ulp_evk_defconfig @@ -10,7 +10,7 @@ CONFIG_ENV_SIZE=0x2000 CONFIG_ENV_OFFSET=0x400000 CONFIG_IMX_CONFIG="arch/arm/mach-imx/imx8ulp/imximage.cfg" CONFIG_DM_GPIO=y -CONFIG_DEFAULT_DEVICE_TREE="imx8ulp-evk" +CONFIG_DEFAULT_DEVICE_TREE="freescale/imx8ulp-evk" CONFIG_TARGET_IMX8ULP_EVK=y CONFIG_SYS_MONITOR_LEN=524288 CONFIG_SPL_SERIAL=y |
