From 0d757657d117b8ca2d1742fe1bfb1a8f6242e97d Mon Sep 17 00:00:00 2001 From: Ryan Eatmon Date: Thu, 25 Apr 2024 17:55:20 -0500 Subject: 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 --- meta-ti-bsp/conf/machine/am57xx-evm.conf | 14 +++++++------- meta-ti-bsp/conf/machine/dra7xx-evm.conf | 10 +++++----- meta-ti-bsp/conf/machine/include/ti33x.inc | 22 +++++++++++----------- meta-ti-bsp/conf/machine/include/ti43x.inc | 8 ++++---- 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 = " \ " KERNEL_DEVICETREE = " \ - am57xx-beagle-x15.dtb \ - am57xx-beagle-x15-revb1.dtb \ - am57xx-beagle-x15-revc.dtb \ - am5729-beagleboneai.dtb \ - am571x-idk.dtb \ - am572x-idk.dtb \ - am574x-idk.dtb \ + ti/omap/am57xx-beagle-x15.dtb \ + ti/omap/am57xx-beagle-x15-revb1.dtb \ + ti/omap/am57xx-beagle-x15-revc.dtb \ + ti/omap/am5729-beagleboneai.dtb \ + ti/omap/am571x-idk.dtb \ + ti/omap/am572x-idk.dtb \ + ti/omap/am574x-idk.dtb \ " UBOOT_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 = " \ " KERNEL_DEVICETREE = " \ - dra7-evm.dtb \ - dra71-evm.dtb \ - dra72-evm.dtb \ - dra72-evm-revc.dtb \ - dra76-evm.dtb \ + ti/omap/dra7-evm.dtb \ + ti/omap/dra71-evm.dtb \ + ti/omap/dra72-evm.dtb \ + ti/omap/dra72-evm-revc.dtb \ + ti/omap/dra76-evm.dtb \ " UBOOT_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 = " \ " KERNEL_DEVICETREE = " \ - am335x-evm.dtb \ - am335x-evmsk.dtb \ - am335x-icev2.dtb \ - am335x-pocketbeagle.dtb \ - am335x-bone.dtb \ - am335x-boneblue.dtb \ - am335x-bonegreen.dtb \ - am335x-bonegreen-wireless.dtb \ - am335x-boneblack.dtb \ - am335x-boneblack-wireless.dtb \ - am335x-sancloud-bbe.dtb \ + ti/omap/am335x-evm.dtb \ + ti/omap/am335x-evmsk.dtb \ + ti/omap/am335x-icev2.dtb \ + ti/omap/am335x-pocketbeagle.dtb \ + ti/omap/am335x-bone.dtb \ + ti/omap/am335x-boneblue.dtb \ + ti/omap/am335x-bonegreen.dtb \ + ti/omap/am335x-bonegreen-wireless.dtb \ + ti/omap/am335x-boneblack.dtb \ + ti/omap/am335x-boneblack-wireless.dtb \ + ti/omap/am335x-sancloud-bbe.dtb \ " UBOOT_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 = " \ " KERNEL_DEVICETREE = " \ - am437x-gp-evm.dtb \ - am437x-sk-evm.dtb \ - am437x-idk-evm.dtb \ - am43x-epos-evm.dtb \ + ti/omap/am437x-gp-evm.dtb \ + ti/omap/am437x-sk-evm.dtb \ + ti/omap/am437x-idk-evm.dtb \ + ti/omap/am43x-epos-evm.dtb \ " KERNEL_DEVICETREE += "${@oe.utils.conditional('ENABLE_TI_UIO_DEVICES', '1', 'am437x-idk-pru-excl-uio.dtb', '', d)}" -- cgit v1.2.3-54-g00ecf