[meta-ti] Denys Dmytriyenko : linux-ti-staging: add device trees for legacy omap3 devices

Arago Project git git at arago-project.org
Mon Jun 23 09:03:44 PDT 2014


Module: meta-ti
Branch: daisy
Commit: 347189b906ab7a3ba803525ee9fe5024db0c6f38
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=347189b906ab7a3ba803525ee9fe5024db0c6f38

Author: Denys Dmytriyenko <denys at ti.com>
Date:   Sat Jun 21 03:11:29 2014 +0000

linux-ti-staging: add device trees for legacy omap3 devices

Signed-off-by: Denys Dmytriyenko <denys at ti.com>

---

 recipes-kernel/linux/linux-ti-staging_3.14.bb |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/recipes-kernel/linux/linux-ti-staging_3.14.bb b/recipes-kernel/linux/linux-ti-staging_3.14.bb
index a3045b2..32c6f5a 100644
--- a/recipes-kernel/linux/linux-ti-staging_3.14.bb
+++ b/recipes-kernel/linux/linux-ti-staging_3.14.bb
@@ -30,10 +30,14 @@ KERNEL_DEVICETREE_ti43x = "am43x-epos-evm.dtb am437x-gp-evm.dtb"
 KERNEL_DEVICETREE_beaglebone = "am335x-bone.dtb am335x-boneblack.dtb"
 KERNEL_DEVICETREE_omap5-evm = "omap5-uevm.dtb"
 KERNEL_DEVICETREE_dra7xx-evm = "dra7-evm.dtb"
+KERNEL_DEVICETREE_omap3 = "omap3-beagle.dtb omap3-beagle-xm.dtb omap3-evm.dtb omap3-evm-37xx.dtb am3517-evm.dtb"
+KERNEL_DEVICETREE_am3517-evm = "am3517-evm.dtb"
+KERNEL_DEVICETREE_am37x-evm = "omap3-evm-37xx.dtb"
+KERNEL_DEVICETREE_beagleboard = "omap3-beagle.dtb omap3-beagle-xm.dtb"
 
 KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
 
-COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15"
+COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|omap3"
 
 S = "${WORKDIR}/git"
 



More information about the meta-ti mailing list