summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorChase Maupin <Chase.Maupin@ti.com>2013-03-25 08:05:50 -0500
committerDenys Dmytriyenko <denys@ti.com>2013-03-26 14:32:45 -0400
commitc41c5cce4c79187c782a2b464b4014097b23a144 (patch)
treec4b4500f2d099d0dc034553d4839451d97024bc1 /recipes-kernel
parente409a64f4c12b1b24ff207559ddd9623cbe5c8e3 (diff)
downloadmeta-ti-c41c5cce4c79187c782a2b464b4014097b23a144.tar.gz
linux-ti-staging: Add panda dts file as supported DTS
* Add the omap5-panda.dts file as a supported DTS to be built. This file is for use on the panda and uEVM boards. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-ti-staging_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-ti-staging_git.bb b/recipes-kernel/linux/linux-ti-staging_git.bb
index 3dc2001a..081a0e6b 100644
--- a/recipes-kernel/linux/linux-ti-staging_git.bb
+++ b/recipes-kernel/linux/linux-ti-staging_git.bb
@@ -32,7 +32,7 @@ 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" 35KERNEL_DEVICETREE_omap5-evm = "arch/arm/boot/dts/omap5-evm.dts arch/arm/boot/dts/omap5-panda.dts"
36 36
37COMPATIBLE_MACHINE = "ti33x|omap-a15" 37COMPATIBLE_MACHINE = "ti33x|omap-a15"
38 38