All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] linux-ti-staging: Add OMAP5 support
@ 2013-03-19 15:10 Chase Maupin
  2013-03-19 15:10 ` [PATCH 2/2] omap5-evm: Add OMAP5 EVM configuration Chase Maupin
  0 siblings, 1 reply; 6+ messages in thread
From: Chase Maupin @ 2013-03-19 15:10 UTC (permalink / raw)
  To: meta-ti

* 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>
---
 recipes-kernel/linux/linux-ti-staging_git.bb |    3 ++-
 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 cfd4da0..3ff038d 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"
 # for the specific beaglebone machine.
 KERNEL_DEVICETREE_ti33x = "arch/arm/boot/dts/am335x-evm.dts arch/arm/boot/dts/am335x-evmsk.dts arch/arm/boot/dts/am335x-bone.dts"
 KERNEL_DEVICETREE_beaglebone = "arch/arm/boot/dts/am335x-bone.dts"
+KERNEL_DEVICETREE_omap5-evm = "arch/arm/boot/dts/omap5-evm.dts"
 
-COMPATIBLE_MACHINE = "ti33x"
+COMPATIBLE_MACHINE = "ti33x|omap-a15"
 
 S = "${WORKDIR}/git"
 
-- 
1.7.0.4



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-03-19 19:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-19 15:10 [PATCH 1/2] linux-ti-staging: Add OMAP5 support Chase Maupin
2013-03-19 15:10 ` [PATCH 2/2] omap5-evm: Add OMAP5 EVM configuration Chase Maupin
2013-03-19 15:11   ` Maupin, Chase
2013-03-19 17:12   ` Denys Dmytriyenko
2013-03-19 19:29     ` Maupin, Chase
2013-03-19 19:51       ` Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.