Skip to content
Snippets Groups Projects
Commit 97a42e36 authored by Tobias Kahlki's avatar Tobias Kahlki
Browse files

machine:mx8m:dt: Fixed the devicetrees for mx8mm/mx8mp

In Yocto Kirkstone, we use the 5.15.5 kernel from NXP for the i.MX8
devices. In the kernel repository we moved all G&F and K&K devicetrees
to a new folder called seconorth.
Edit the machine configurations to reflect this change and build the
correct devicetrees.
parent 3c880db4
No related branches found
No related tags found
1 merge request!250machine:mx8m:dt: Fixed the devicetrees for mx8mm/mx8mp
...@@ -37,6 +37,7 @@ OPTEE_BIN_EXT = "8m" ...@@ -37,6 +37,7 @@ OPTEE_BIN_EXT = "8m"
# The first item in the list is the default DT. # The first item in the list is the default DT.
KERNEL_DEVICETREE ?= " \ KERNEL_DEVICETREE ?= " \
seconorth/seconorth-tanaro-fg0700w0dsswagl1.dtb \ seconorth/seconorth-tanaro-fg0700w0dsswagl1.dtb \
seconorth/seconorth-tanaro-qp_070wsvgamlli1d.dtb \
seconorth/seconorth-tanaro-g121xcett122e.dtb \ seconorth/seconorth-tanaro-g121xcett122e.dtb \
seconorth/seconorth-tanaro-qp_070wsvgamlli1d.dtb \
seconorth/seconorth-trizeps8mini-pconxs_v3-atm0700.dtb \
" "
...@@ -32,7 +32,7 @@ OPTEE_BIN_EXT = "8m" ...@@ -32,7 +32,7 @@ OPTEE_BIN_EXT = "8m"
# All available devicetrees for the i.MX8MP. # All available devicetrees for the i.MX8MP.
# The first item in the list is the default DT. # The first item in the list is the default DT.
KERNEL_DEVICETREE ?= " \ KERNEL_DEVICETREE ?= " \
keithkoep/guf-trizeps8plus-dual-espresso.dtb \ seconorth/seconorth-trizeps8plus-dual-espresso.dtb \
keithkoep/kuk-trizeps8plus-pconxs_v3-atm0700.dtb \ seconorth/seconorth-trizeps8plus-hdmi-gpu.dtb \
keithkoep/kuk-trizeps8plus-hdmi-gpu.dtb \ seconorth/seconorth-trizeps8plus-pconxs_v3-atm0700.dtb \
" "
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment