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 /include/configs/imx8mq_evk.h | |
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 'include/configs/imx8mq_evk.h')
-rw-r--r-- | include/configs/imx8mq_evk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/imx8mq_evk.h b/include/configs/imx8mq_evk.h index d4d8d20850..84fae34777 100644 --- a/include/configs/imx8mq_evk.h +++ b/include/configs/imx8mq_evk.h @@ -107,7 +107,7 @@ "fdt_addr=0x43000000\0" \ "fdt_high=0xffffffffffffffff\0" \ "boot_fdt=try\0" \ - "fdt_file=fsl-imx8mq-evk.dtb\0" \ + "fdt_file=imx8mq-evk.dtb\0" \ "initrd_addr=0x43800000\0" \ "initrd_high=0xffffffffffffffff\0" \ "mmcdev="__stringify(CONFIG_SYS_MMC_ENV_DEV)"\0" \ |