Skip to content

Commit

Permalink
imx: update i.MX8MQ device trees
Browse files Browse the repository at this point in the history
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 <[email protected]>
Acked-by: Peng Fan <[email protected]>
  • Loading branch information
bluerise authored and sbabic committed Nov 3, 2019
1 parent c4cb27e commit 05737f3
Show file tree
Hide file tree
Showing 8 changed files with 1,785 additions and 1,268 deletions.
5 changes: 3 additions & 2 deletions arch/arm/dts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -656,8 +656,9 @@ dtb-$(CONFIG_ARCH_IMX8) += \
fsl-imx8qxp-colibri.dtb \
fsl-imx8qxp-mek.dtb

dtb-$(CONFIG_ARCH_IMX8M) += fsl-imx8mq-evk.dtb \
imx8mm-evk.dtb
dtb-$(CONFIG_ARCH_IMX8M) += \
imx8mm-evk.dtb \
imx8mq-evk.dtb

dtb-$(CONFIG_RCAR_GEN2) += \
r8a7790-lager-u-boot.dtb \
Expand Down
Loading

0 comments on commit 05737f3

Please sign in to comment.