diff options
author | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2022-07-21 15:46:44 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2022-07-25 16:12:01 +0200 |
commit | e6ad8070a75adc3de918c41db6de552b9858ee3c (patch) | |
tree | aeddd37e4df0b6deae5bcc7255a921f3c19effcb /configs | |
parent | 84c5cd9b844a677201afccf9c1dba18e22ce6b76 (diff) | |
download | u-boot-e6ad8070a75adc3de918c41db6de552b9858ee3c.tar.gz u-boot-e6ad8070a75adc3de918c41db6de552b9858ee3c.tar.bz2 u-boot-e6ad8070a75adc3de918c41db6de552b9858ee3c.zip |
verdin-imx8mp: synchronise device tree with linux
Synchronise device tree with linux v5.19-rc5.
Please note that this also means that instead of the previous "generic"
U-Boot specific carrier board agnostic device tree we are now using the
regular one for the Verdin Development (carrier) board (e.g.
imx8mp-verdin-wifi-dev.dtb rather than the previous imx8mp-verdin.dtb).
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/verdin-imx8mp_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/verdin-imx8mp_defconfig b/configs/verdin-imx8mp_defconfig index 52d281e831..0804fbff91 100644 --- a/configs/verdin-imx8mp_defconfig +++ b/configs/verdin-imx8mp_defconfig @@ -12,7 +12,7 @@ CONFIG_SYS_I2C_MXC_I2C2=y CONFIG_SYS_I2C_MXC_I2C3=y CONFIG_SYS_I2C_MXC_I2C4=y CONFIG_DM_GPIO=y -CONFIG_DEFAULT_DEVICE_TREE="imx8mp-verdin" +CONFIG_DEFAULT_DEVICE_TREE="imx8mp-verdin-wifi-dev" CONFIG_SPL_TEXT_BASE=0x920000 CONFIG_TARGET_VERDIN_IMX8MP=y CONFIG_SPL_MMC=y |