diff options
author | Patrick Wildt <patrick@blueri.se> | 2019-10-14 13:19:00 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-11-03 17:04:16 +0100 |
commit | 05737f35859756602e286cbd358f11b30cfb6383 (patch) | |
tree | f36159fa3b824ace60666154dafe2cdc4c37e544 /configs/imx8mq_evk_defconfig | |
parent | c4cb27e59f7eae6c5de2197505e7862292c38732 (diff) | |
download | u-boot-05737f35859756602e286cbd358f11b30cfb6383.tar.gz u-boot-05737f35859756602e286cbd358f11b30cfb6383.tar.xz u-boot-05737f35859756602e286cbd358f11b30cfb6383.zip |
imx: update i.MX8MQ device trees
This updates the i.MX8MQ device trees and, necessarily, also the
i.MX8MQ clock bindings. These are taken verbatim from from the
Linux kernel version v5.4-rc2, which three small changes which
were already part of the previous device tree:
* Keep the PSCI reserved memory range
* Keep the alias for ethernet, so that the MAC address can be set
* Keep the modified #include for the IOMUXC pins
Signed-off-by: Patrick Wildt <patrick@blueri.se>
Acked-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'configs/imx8mq_evk_defconfig')
-rw-r--r-- | configs/imx8mq_evk_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/imx8mq_evk_defconfig b/configs/imx8mq_evk_defconfig index f352f47ed5..523dbf895b 100644 --- a/configs/imx8mq_evk_defconfig +++ b/configs/imx8mq_evk_defconfig @@ -25,7 +25,7 @@ CONFIG_CMD_EXT4=y CONFIG_CMD_EXT4_WRITE=y CONFIG_CMD_FAT=y CONFIG_OF_CONTROL=y -CONFIG_DEFAULT_DEVICE_TREE="fsl-imx8mq-evk" +CONFIG_DEFAULT_DEVICE_TREE="imx8mq-evk" CONFIG_ENV_IS_IN_MMC=y CONFIG_SAVED_DRAM_TIMING_BASE=0x40000000 CONFIG_DM_GPIO=y |