summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx6ulevk.conf
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2022-11-09 15:24:20 -0700
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-11-10 11:25:30 +0000
commit9b6b5347a108b884c67a3b005590a6f645db2eeb (patch)
tree51f72d81a83e05b2ae2e74362531f3736a285a8a /conf/machine/imx6ulevk.conf
parentac19a82fae51a64ee6dd9358e600e95ff9341789 (diff)
downloadmeta-freescale-9b6b5347a108b884c67a3b005590a6f645db2eeb.tar.gz
imx6ul*evk.conf: Add dtb to NXP BSP
Add imx6ull-14x14-evk-btwifi-sdio3_0.dtb for linux-imx 5.15.52. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit fc7997c2dd968b94e2dc155b891bceb8fb38bf97)
Diffstat (limited to 'conf/machine/imx6ulevk.conf')
-rw-r--r--conf/machine/imx6ulevk.conf15
1 files changed, 8 insertions, 7 deletions
diff --git a/conf/machine/imx6ulevk.conf b/conf/machine/imx6ulevk.conf
index 216f47bd..e775b4b7 100644
--- a/conf/machine/imx6ulevk.conf
+++ b/conf/machine/imx6ulevk.conf
@@ -12,13 +12,14 @@ include conf/machine/include/arm/armv7a/tune-cortexa7.inc
12MACHINE_FEATURES += "wifi bluetooth bcm4339 bcm43455" 12MACHINE_FEATURES += "wifi bluetooth bcm4339 bcm43455"
13 13
14KERNEL_DEVICETREE = " \ 14KERNEL_DEVICETREE = " \
15 imx6ul-14x14-evk-btwifi.dtb \ 15 imx6ul-14x14-evk-btwifi.dtb \
16 imx6ul-14x14-evk-csi.dtb \ 16 imx6ul-14x14-evk-btwifi-sdio3_0.dtb \
17 imx6ul-14x14-evk.dtb \ 17 imx6ul-14x14-evk-csi.dtb \
18 imx6ul-14x14-evk-ecspi.dtb \ 18 imx6ul-14x14-evk.dtb \
19 imx6ul-14x14-evk-ecspi-slave.dtb \ 19 imx6ul-14x14-evk-ecspi.dtb \
20 imx6ul-14x14-evk-emmc.dtb \ 20 imx6ul-14x14-evk-ecspi-slave.dtb \
21 imx6ul-14x14-evk-gpmi-weim.dtb \ 21 imx6ul-14x14-evk-emmc.dtb \
22 imx6ul-14x14-evk-gpmi-weim.dtb \
22" 23"
23KERNEL_DEVICETREE:use-mainline-bsp = "imx6ul-14x14-evk.dtb" 24KERNEL_DEVICETREE:use-mainline-bsp = "imx6ul-14x14-evk.dtb"
24 25