summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChase Maupin <Chase.Maupin@ti.com>2013-03-19 10:10:40 -0500
committerDenys Dmytriyenko <denys@ti.com>2013-03-26 14:35:10 -0400
commit881fcc959914a9a647306cab7ec59734bacc2b51 (patch)
treebe52ded2fdf1137b84322e19b3f71b580be6c377
parent6a02716519df5526f63b23b9a763bb14d33434cd (diff)
downloadmeta-ti-881fcc959914a9a647306cab7ec59734bacc2b51.tar.gz
linux-ti-staging: Add OMAP5 support
* Add the KERNEL_DEVICETREE definitions for omap5-evm * Add the omap-a15 SOC_FAMILY to the list of COMPATIBLE_MACHINEs Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-kernel/linux/linux-ti-staging_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-ti-staging_git.bb b/recipes-kernel/linux/linux-ti-staging_git.bb
index cfd4da00..3ff038de 100644
--- a/recipes-kernel/linux/linux-ti-staging_git.bb
+++ b/recipes-kernel/linux/linux-ti-staging_git.bb
@@ -32,8 +32,9 @@ DEPENDS_ti33x += "am33x-cm3"
32# for the specific beaglebone machine. 32# for the specific beaglebone machine.
33KERNEL_DEVICETREE_ti33x = "arch/arm/boot/dts/am335x-evm.dts arch/arm/boot/dts/am335x-evmsk.dts arch/arm/boot/dts/am335x-bone.dts" 33KERNEL_DEVICETREE_ti33x = "arch/arm/boot/dts/am335x-evm.dts arch/arm/boot/dts/am335x-evmsk.dts arch/arm/boot/dts/am335x-bone.dts"
34KERNEL_DEVICETREE_beaglebone = "arch/arm/boot/dts/am335x-bone.dts" 34KERNEL_DEVICETREE_beaglebone = "arch/arm/boot/dts/am335x-bone.dts"
35KERNEL_DEVICETREE_omap5-evm = "arch/arm/boot/dts/omap5-evm.dts"
35 36
36COMPATIBLE_MACHINE = "ti33x" 37COMPATIBLE_MACHINE = "ti33x|omap-a15"
37 38
38S = "${WORKDIR}/git" 39S = "${WORKDIR}/git"
39 40