diff options
author | Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com> | 2020-04-15 23:22:14 +0000 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-04-16 10:32:45 -0300 |
commit | 3529dc2ed3d3c7faebd26be3a8c5c323e52407af (patch) | |
tree | aae93c8cc0fc08cdbb7205ef0e9996b3b75e5d26 /conf/machine/imx6qdlsabresd.conf | |
parent | 927e26ec5192a2b26ac6b05a6332b44554188966 (diff) | |
download | meta-freescale-3529dc2ed3d3c7faebd26be3a8c5c323e52407af.tar.gz |
machine: imx[6,7,8]: update dtb references for 5.4 kernel
Updated kernel has some DTS files added and some dropped for various
i.MX derivatives. Those should be aligned with respective machines in
order to deliver proper DTB files, and do not fail the build for those
are missing.
Device tree files listed in respective machines are those only present
in updated 5.4 kernel release from NXP. Derivatives, which relied on
those device trees that are discarded from the new kernel release should
backport their respective files onto that update.
In other words: if after this update the DTS file used for the HW happens
to be missing - it should be manually added for that HW, since the default
version is no longer provided by NXP in their updated kernel tree.
Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
Diffstat (limited to 'conf/machine/imx6qdlsabresd.conf')
-rw-r--r-- | conf/machine/imx6qdlsabresd.conf | 25 |
1 files changed, 17 insertions, 8 deletions
diff --git a/conf/machine/imx6qdlsabresd.conf b/conf/machine/imx6qdlsabresd.conf index ec43e464..2fe95dc6 100644 --- a/conf/machine/imx6qdlsabresd.conf +++ b/conf/machine/imx6qdlsabresd.conf | |||
@@ -17,14 +17,23 @@ require conf/machine/include/imx-base.inc | |||
17 | require conf/machine/include/tune-cortexa9.inc | 17 | require conf/machine/include/tune-cortexa9.inc |
18 | 18 | ||
19 | KERNEL_DEVICETREE = " \ | 19 | KERNEL_DEVICETREE = " \ |
20 | imx6qp-sabresd.dtb imx6qp-sabresd-btwifi.dtb imx6qp-sabresd-hdcp.dtb \ | 20 | imx6qp-sabresd-btwifi.dtb \ |
21 | imx6qp-sabresd-ldo.dtb imx6qp-sabresd-ldo-pcie-cert.dtb \ | 21 | imx6qp-sabresd.dtb \ |
22 | \ | 22 | imx6qp-sabresd-hdcp.dtb \ |
23 | imx6q-sabresd.dtb imx6q-sabresd-ldo.dtb imx6q-sabresd-hdcp.dtb \ | 23 | imx6qp-sabresd-ldo.dtb \ |
24 | imx6q-sabresd-enetirq.dtb imx6q-sabresd-btwifi.dtb \ | 24 | \ |
25 | \ | 25 | imx6q-sabresd-btwifi.dtb \ |
26 | imx6dl-sabresd.dtb imx6dl-sabresd-ldo.dtb imx6dl-sabresd-hdcp.dtb \ | 26 | imx6q-sabresd.dtb \ |
27 | imx6dl-sabresd-enetirq.dtb imx6dl-sabresd-btwifi.dtb \ | 27 | imx6q-sabresd-enetirq.dtb \ |
28 | imx6q-sabresd-hdcp.dtb \ | ||
29 | imx6q-sabresd-ldo.dtb \ | ||
30 | imx6q-sabresd-uart.dtb \ | ||
31 | \ | ||
32 | imx6dl-sabresd-btwifi.dtb \ | ||
33 | imx6dl-sabresd.dtb \ | ||
34 | imx6dl-sabresd-enetirq.dtb \ | ||
35 | imx6dl-sabresd-hdcp.dtb \ | ||
36 | imx6dl-sabresd-ldo.dtb \ | ||
28 | " | 37 | " |
29 | KERNEL_DEVICETREE_use-mainline-bsp = " \ | 38 | KERNEL_DEVICETREE_use-mainline-bsp = " \ |
30 | imx6qp-sabresd.dtb \ | 39 | imx6qp-sabresd.dtb \ |