summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx8mn-lpddr4-evk.conf
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2022-11-09 15:53:18 -0700
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-11-10 11:25:30 +0000
commitd92d0bf2c25b97e21fc0e8b02f46c0764990cafc (patch)
treec3fdad355f2c94d2c3fbe801e02076a3ce78b036 /conf/machine/imx8mn-lpddr4-evk.conf
parentff7b8c5f55d01323b1d85878fe7a95b1d1c2ef1c (diff)
downloadmeta-freescale-d92d0bf2c25b97e21fc0e8b02f46c0764990cafc.tar.gz
imx8mn-ddr4-evk: Drop dtbs for NXP BSP
Drop the following dtbs for linux-imx 5.15.52: - imx8mn-ddr4-evk-inmate.dtb - imx8mn-ddr4-evk-root.dtb Due to the include file, this is accomplished by moving the dtb definitions from imx8mn-evk.inc to imx8mn-lpddr4-evk.conf. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 5522adcc8a5b2172a58a0850280b14ada955b2be)
Diffstat (limited to 'conf/machine/imx8mn-lpddr4-evk.conf')
-rw-r--r--conf/machine/imx8mn-lpddr4-evk.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/imx8mn-lpddr4-evk.conf b/conf/machine/imx8mn-lpddr4-evk.conf
index df58856d..aeccfdda 100644
--- a/conf/machine/imx8mn-lpddr4-evk.conf
+++ b/conf/machine/imx8mn-lpddr4-evk.conf
@@ -9,6 +9,8 @@ require include/imx8mn-evk.inc
9# The device tree name is implicit for LPDDR4, so can't use MACHINE here 9# The device tree name is implicit for LPDDR4, so can't use MACHINE here
10KERNEL_DEVICETREE_BASENAME = "imx8mn-evk" 10KERNEL_DEVICETREE_BASENAME = "imx8mn-evk"
11KERNEL_DEVICETREE:append:use-nxp-bsp = " \ 11KERNEL_DEVICETREE:append:use-nxp-bsp = " \
12 freescale/${KERNEL_DEVICETREE_BASENAME}-inmate.dtb \
13 freescale/${KERNEL_DEVICETREE_BASENAME}-root.dtb \
12 freescale/${KERNEL_DEVICETREE_BASENAME}-8mic-revE.dtb \ 14 freescale/${KERNEL_DEVICETREE_BASENAME}-8mic-revE.dtb \
13 freescale/${KERNEL_DEVICETREE_BASENAME}-8mic-swpdm.dtb \ 15 freescale/${KERNEL_DEVICETREE_BASENAME}-8mic-swpdm.dtb \
14" 16"