All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] linux-ti-staging: Add panda dts file as supported DTS
@ 2013-03-25 13:05 Chase Maupin
  2013-03-25 13:37 ` Enrico
  0 siblings, 1 reply; 4+ messages in thread
From: Chase Maupin @ 2013-03-25 13:05 UTC (permalink / raw)
  To: meta-ti

* 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>
---
 conf/machine/include/omap-a15.inc            |    2 +-
 recipes-kernel/linux/linux-ti-staging_git.bb |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/conf/machine/include/omap-a15.inc b/conf/machine/include/omap-a15.inc
index 3ea1a05..585900d 100644
--- a/conf/machine/include/omap-a15.inc
+++ b/conf/machine/include/omap-a15.inc
@@ -4,7 +4,7 @@ require conf/machine/include/soc-family.inc
 require conf/machine/include/tune-cortexa15.inc
 
 # Increase this everytime you change something in the kernel
-MACHINE_KERNEL_PR = "r0"
+MACHINE_KERNEL_PR = "r1"
 
 PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging"
 PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging"
diff --git a/recipes-kernel/linux/linux-ti-staging_git.bb b/recipes-kernel/linux/linux-ti-staging_git.bb
index 3dc2001..081a0e6 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"
 # 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"
+KERNEL_DEVICETREE_omap5-evm = "arch/arm/boot/dts/omap5-evm.dts arch/arm/boot/dts/omap5-panda.dts"
 
 COMPATIBLE_MACHINE = "ti33x|omap-a15"
 
-- 
1.7.0.4



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

* Re: [PATCH] linux-ti-staging: Add panda dts file as supported DTS
  2013-03-25 13:05 [PATCH] linux-ti-staging: Add panda dts file as supported DTS Chase Maupin
@ 2013-03-25 13:37 ` Enrico
  2013-03-25 13:51   ` Denys Dmytriyenko
  0 siblings, 1 reply; 4+ messages in thread
From: Enrico @ 2013-03-25 13:37 UTC (permalink / raw)
  To: Chase Maupin; +Cc: meta-ti

On Mon, Mar 25, 2013 at 2:05 PM, Chase Maupin <Chase.Maupin@ti.com> wrote:
> * Add the omap5-panda.dts file as a supported DTS to be built.
>   This file is for use on the panda and uEVM boards.

The name omap5-panda seems a bit misleading to me. Or maybe there are
plans for an omap5 pandaboard?

Enrico


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

* Re: [PATCH] linux-ti-staging: Add panda dts file as supported DTS
  2013-03-25 13:37 ` Enrico
@ 2013-03-25 13:51   ` Denys Dmytriyenko
  2013-03-25 13:54     ` Maupin, Chase
  0 siblings, 1 reply; 4+ messages in thread
From: Denys Dmytriyenko @ 2013-03-25 13:51 UTC (permalink / raw)
  To: Enrico; +Cc: meta-ti

On Mon, Mar 25, 2013 at 02:37:03PM +0100, Enrico wrote:
> On Mon, Mar 25, 2013 at 2:05 PM, Chase Maupin <Chase.Maupin@ti.com> wrote:
> > * Add the omap5-panda.dts file as a supported DTS to be built.
> >   This file is for use on the panda and uEVM boards.
> 
> The name omap5-panda seems a bit misleading to me.

You are not alone.


> Or maybe there are plans for an omap5 pandaboard?

Not any longer - it is now called uEVM and DTS will be renamed accordingly 
soon. Until then Chase is just adding the old existing DTS to the build.

-- 
Denys


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

* Re: [PATCH] linux-ti-staging: Add panda dts file as supported DTS
  2013-03-25 13:51   ` Denys Dmytriyenko
@ 2013-03-25 13:54     ` Maupin, Chase
  0 siblings, 0 replies; 4+ messages in thread
From: Maupin, Chase @ 2013-03-25 13:54 UTC (permalink / raw)
  To: Dmytriyenko, Denys, Enrico; +Cc: meta-ti

> -----Original Message-----
> From: Dmytriyenko, Denys
> Sent: Monday, March 25, 2013 8:52 AM
> To: Enrico
> Cc: Maupin, Chase; meta-ti@yoctoproject.org
> Subject: Re: [meta-ti] [PATCH] linux-ti-staging: Add panda dts
> file as supported DTS
> 
> On Mon, Mar 25, 2013 at 02:37:03PM +0100, Enrico wrote:
> > On Mon, Mar 25, 2013 at 2:05 PM, Chase Maupin
> <Chase.Maupin@ti.com> wrote:
> > > * Add the omap5-panda.dts file as a supported DTS to be
> built.
> > >   This file is for use on the panda and uEVM boards.
> >
> > The name omap5-panda seems a bit misleading to me.
> 
> You are not alone.
> 
> 
> > Or maybe there are plans for an omap5 pandaboard?
> 
> Not any longer - it is now called uEVM and DTS will be renamed
> accordingly
> soon. Until then Chase is just adding the old existing DTS to the
> build.

Correct.  I'll update this when all the renames are worked out.

> 
> --
> Denys


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

end of thread, other threads:[~2013-03-25 13:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-25 13:05 [PATCH] linux-ti-staging: Add panda dts file as supported DTS Chase Maupin
2013-03-25 13:37 ` Enrico
2013-03-25 13:51   ` Denys Dmytriyenko
2013-03-25 13:54     ` Maupin, Chase

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.