summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2024-04-25 17:55:20 -0500
committerRyan Eatmon <reatmon@ti.com>2024-04-26 16:11:12 -0500
commit0d757657d117b8ca2d1742fe1bfb1a8f6242e97d (patch)
tree27d121959f163f18f4dddedf20f1b7cc28481e60
parent089bfa05c790034839a87906178b6ba2bcf3b70a (diff)
downloadmeta-ti-0d757657d117b8ca2d1742fe1bfb1a8f6242e97d.tar.gz
conf: machine: Update KERNEL_DEVICETREE for mainline 32bit platforms
We missed that the KERNEL_DEVICETREE should have been updated for the 32bit platforms with the change in linux-ti-mainline to v6.6. The new directory structure under arch/arm/boot/dts is in effect for that version. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/conf/machine/am57xx-evm.conf14
-rw-r--r--meta-ti-bsp/conf/machine/dra7xx-evm.conf10
-rw-r--r--meta-ti-bsp/conf/machine/include/ti33x.inc22
-rw-r--r--meta-ti-bsp/conf/machine/include/ti43x.inc8
4 files changed, 27 insertions, 27 deletions
diff --git a/meta-ti-bsp/conf/machine/am57xx-evm.conf b/meta-ti-bsp/conf/machine/am57xx-evm.conf
index 8bcf20ea..09eb4705 100644
--- a/meta-ti-bsp/conf/machine/am57xx-evm.conf
+++ b/meta-ti-bsp/conf/machine/am57xx-evm.conf
@@ -25,13 +25,13 @@ KERNEL_DEVICETREE_DTBMERGE = " \
25" 25"
26 26
27KERNEL_DEVICETREE = " \ 27KERNEL_DEVICETREE = " \
28 am57xx-beagle-x15.dtb \ 28 ti/omap/am57xx-beagle-x15.dtb \
29 am57xx-beagle-x15-revb1.dtb \ 29 ti/omap/am57xx-beagle-x15-revb1.dtb \
30 am57xx-beagle-x15-revc.dtb \ 30 ti/omap/am57xx-beagle-x15-revc.dtb \
31 am5729-beagleboneai.dtb \ 31 ti/omap/am5729-beagleboneai.dtb \
32 am571x-idk.dtb \ 32 ti/omap/am571x-idk.dtb \
33 am572x-idk.dtb \ 33 ti/omap/am572x-idk.dtb \
34 am574x-idk.dtb \ 34 ti/omap/am574x-idk.dtb \
35" 35"
36 36
37UBOOT_MACHINE = "am57xx_evm_config" 37UBOOT_MACHINE = "am57xx_evm_config"
diff --git a/meta-ti-bsp/conf/machine/dra7xx-evm.conf b/meta-ti-bsp/conf/machine/dra7xx-evm.conf
index 30884ae1..f9a3dd0b 100644
--- a/meta-ti-bsp/conf/machine/dra7xx-evm.conf
+++ b/meta-ti-bsp/conf/machine/dra7xx-evm.conf
@@ -16,11 +16,11 @@ KERNEL_DEVICETREE_PREFIX = " \
16" 16"
17 17
18KERNEL_DEVICETREE = " \ 18KERNEL_DEVICETREE = " \
19 dra7-evm.dtb \ 19 ti/omap/dra7-evm.dtb \
20 dra71-evm.dtb \ 20 ti/omap/dra71-evm.dtb \
21 dra72-evm.dtb \ 21 ti/omap/dra72-evm.dtb \
22 dra72-evm-revc.dtb \ 22 ti/omap/dra72-evm-revc.dtb \
23 dra76-evm.dtb \ 23 ti/omap/dra76-evm.dtb \
24" 24"
25 25
26UBOOT_MACHINE = "dra7xx_evm_config" 26UBOOT_MACHINE = "dra7xx_evm_config"
diff --git a/meta-ti-bsp/conf/machine/include/ti33x.inc b/meta-ti-bsp/conf/machine/include/ti33x.inc
index d6a70895..6cd7e568 100644
--- a/meta-ti-bsp/conf/machine/include/ti33x.inc
+++ b/meta-ti-bsp/conf/machine/include/ti33x.inc
@@ -25,17 +25,17 @@ KERNEL_DEVICETREE_PREFIX = " \
25" 25"
26 26
27KERNEL_DEVICETREE = " \ 27KERNEL_DEVICETREE = " \
28 am335x-evm.dtb \ 28 ti/omap/am335x-evm.dtb \
29 am335x-evmsk.dtb \ 29 ti/omap/am335x-evmsk.dtb \
30 am335x-icev2.dtb \ 30 ti/omap/am335x-icev2.dtb \
31 am335x-pocketbeagle.dtb \ 31 ti/omap/am335x-pocketbeagle.dtb \
32 am335x-bone.dtb \ 32 ti/omap/am335x-bone.dtb \
33 am335x-boneblue.dtb \ 33 ti/omap/am335x-boneblue.dtb \
34 am335x-bonegreen.dtb \ 34 ti/omap/am335x-bonegreen.dtb \
35 am335x-bonegreen-wireless.dtb \ 35 ti/omap/am335x-bonegreen-wireless.dtb \
36 am335x-boneblack.dtb \ 36 ti/omap/am335x-boneblack.dtb \
37 am335x-boneblack-wireless.dtb \ 37 ti/omap/am335x-boneblack-wireless.dtb \
38 am335x-sancloud-bbe.dtb \ 38 ti/omap/am335x-sancloud-bbe.dtb \
39" 39"
40 40
41UBOOT_ARCH = "arm" 41UBOOT_ARCH = "arm"
diff --git a/meta-ti-bsp/conf/machine/include/ti43x.inc b/meta-ti-bsp/conf/machine/include/ti43x.inc
index 05a28b77..ec4bd115 100644
--- a/meta-ti-bsp/conf/machine/include/ti43x.inc
+++ b/meta-ti-bsp/conf/machine/include/ti43x.inc
@@ -27,10 +27,10 @@ KERNEL_DEVICETREE_PREFIX = " \
27" 27"
28 28
29KERNEL_DEVICETREE = " \ 29KERNEL_DEVICETREE = " \
30 am437x-gp-evm.dtb \ 30 ti/omap/am437x-gp-evm.dtb \
31 am437x-sk-evm.dtb \ 31 ti/omap/am437x-sk-evm.dtb \
32 am437x-idk-evm.dtb \ 32 ti/omap/am437x-idk-evm.dtb \
33 am43x-epos-evm.dtb \ 33 ti/omap/am43x-epos-evm.dtb \
34" 34"
35 35
36KERNEL_DEVICETREE += "${@oe.utils.conditional('ENABLE_TI_UIO_DEVICES', '1', 'am437x-idk-pru-excl-uio.dtb', '', d)}" 36KERNEL_DEVICETREE += "${@oe.utils.conditional('ENABLE_TI_UIO_DEVICES', '1', 'am437x-idk-pru-excl-uio.dtb', '', d)}"