diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2022-11-10 08:45:50 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-10 08:45:50 -0300 |
commit | 2fae71ac344964d1d8dbfc93ec558be3d4eee5c8 (patch) | |
tree | e8824a74059e8adfe7ea44125739a6f864823695 /conf/machine/imx6ulevk.conf | |
parent | 86be577d69e78eb6476a14f1946374b82686edd4 (diff) | |
parent | 6d4cee8cd6265f357745ed8fcb24e7f57dbb6096 (diff) | |
download | meta-freescale-2fae71ac344964d1d8dbfc93ec558be3d4eee5c8.tar.gz |
Merge pull request #1291 from Freescale/backport-1289-to-kirkstone
[Backport kirkstone] Machine updates 5.15.52-2.1.0
Diffstat (limited to 'conf/machine/imx6ulevk.conf')
-rw-r--r-- | conf/machine/imx6ulevk.conf | 15 |
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 | |||
12 | MACHINE_FEATURES += "wifi bluetooth bcm4339 bcm43455" | 12 | MACHINE_FEATURES += "wifi bluetooth bcm4339 bcm43455" |
13 | 13 | ||
14 | KERNEL_DEVICETREE = " \ | 14 | KERNEL_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 | " |
23 | KERNEL_DEVICETREE:use-mainline-bsp = "imx6ul-14x14-evk.dtb" | 24 | KERNEL_DEVICETREE:use-mainline-bsp = "imx6ul-14x14-evk.dtb" |
24 | 25 | ||