All of lore.kernel.org
 help / color / mirror / Atom feed
* [morty/master][PATCH 1/2] linux-ti-staging: update to 4.9.10
@ 2017-02-15  6:31 Denys Dmytriyenko
  2017-02-15  6:31 ` [morty/master][PATCH 2/2] conf/machine: add LCD-specific DTB entries for dra7/am57/k2g Denys Dmytriyenko
  2017-02-15 13:37 ` [morty/master][PATCH 1/2] linux-ti-staging: update to 4.9.10 Dan Murphy
  0 siblings, 2 replies; 3+ messages in thread
From: Denys Dmytriyenko @ 2017-02-15  6:31 UTC (permalink / raw)
  To: meta-ti

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 recipes-kernel/linux/linux-ti-staging-rt_4.9.bb | 2 +-
 recipes-kernel/linux/linux-ti-staging_4.9.bb    | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes-kernel/linux/linux-ti-staging-rt_4.9.bb b/recipes-kernel/linux/linux-ti-staging-rt_4.9.bb
index 1355558..ecef4e6 100644
--- a/recipes-kernel/linux/linux-ti-staging-rt_4.9.bb
+++ b/recipes-kernel/linux/linux-ti-staging-rt_4.9.bb
@@ -6,4 +6,4 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-4.9:"
 
 BRANCH = "ti-rt-linux-4.9.y"
 
-SRCREV = "fca7cc6d34a3d18cbe5f54b77c0f5db12081acf8"
+SRCREV = "eade06c1ea60e9069e35715b7b057eddae85a8e9"
diff --git a/recipes-kernel/linux/linux-ti-staging_4.9.bb b/recipes-kernel/linux/linux-ti-staging_4.9.bb
index 0c15c76..4f75415 100644
--- a/recipes-kernel/linux/linux-ti-staging_4.9.bb
+++ b/recipes-kernel/linux/linux-ti-staging_4.9.bb
@@ -53,8 +53,8 @@ S = "${WORKDIR}/git"
 
 BRANCH = "ti-lsk-linux-4.9.y"
 
-SRCREV = "b4aa954ead9260eaf7138755fc9d062a9f4630eb"
-PV = "4.9.9+git${SRCPV}"
+SRCREV = "74790f16e5ca9cb3dbbe8baa6086f35f7095694d"
+PV = "4.9.10+git${SRCPV}"
 
 # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
 MACHINE_KERNEL_PR_append = "a"
-- 
2.7.4



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

* [morty/master][PATCH 2/2] conf/machine: add LCD-specific DTB entries for dra7/am57/k2g
  2017-02-15  6:31 [morty/master][PATCH 1/2] linux-ti-staging: update to 4.9.10 Denys Dmytriyenko
@ 2017-02-15  6:31 ` Denys Dmytriyenko
  2017-02-15 13:37 ` [morty/master][PATCH 1/2] linux-ti-staging: update to 4.9.10 Dan Murphy
  1 sibling, 0 replies; 3+ messages in thread
From: Denys Dmytriyenko @ 2017-02-15  6:31 UTC (permalink / raw)
  To: meta-ti

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 conf/machine/am57xx-evm.conf | 4 ++--
 conf/machine/dra7xx-evm.conf | 8 ++++----
 conf/machine/k2g-evm.conf    | 2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/conf/machine/am57xx-evm.conf b/conf/machine/am57xx-evm.conf
index ec63418..eef98f2 100644
--- a/conf/machine/am57xx-evm.conf
+++ b/conf/machine/am57xx-evm.conf
@@ -14,8 +14,8 @@ SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
 
 KERNEL_DEVICETREE = "am57xx-beagle-x15.dtb am57xx-beagle-x15-revb1.dtb \
                     am57xx-evm.dtb am57xx-evm-reva3.dtb \
-                    am571x-idk.dtb \
-                    am572x-idk.dtb"
+                    am571x-idk.dtb am571x-idk-lcd-osd101t2045.dtb am571x-idk-lcd-osd101t2587.dtb \
+                    am572x-idk.dtb am572x-idk-lcd-osd101t2045.dtb am572x-idk-lcd-osd101t2587.dtb"
 
 UBOOT_MACHINE = "am57xx_evm_config"
 
diff --git a/conf/machine/dra7xx-evm.conf b/conf/machine/dra7xx-evm.conf
index 6049914..86d2dbf 100644
--- a/conf/machine/dra7xx-evm.conf
+++ b/conf/machine/dra7xx-evm.conf
@@ -12,10 +12,10 @@ SERIAL_CONSOLE = ""
 SERIAL_CONSOLES = "115200;ttyS0 115200;ttyO0"
 SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
 
-KERNEL_DEVICETREE = "dra7-evm.dtb \
-                    dra72-evm.dtb \
-                    dra72-evm-revc.dtb \
-                    dra71-evm.dtb"
+KERNEL_DEVICETREE = "dra7-evm.dtb dra7-evm-lcd-lg.dtb dra7-evm-lcd-osd101t2045.dtb dra7-evm-lcd-osd101t2587.dtb \
+                    dra72-evm.dtb dra72-evm-lcd-lg.dtb dra72-evm-lcd-osd101t2045.dtb dra72-evm-lcd-osd101t2587.dtb \
+                    dra72-evm-revc.dtb dra72-evm-revc-lcd-osd101t2045.dtb dra72-evm-revc-lcd-osd101t2587.dtb \
+                    dra71-evm.dtb dra71-evm-lcd-auo-g101evn01.0.dtb"
 
 UBOOT_MACHINE = "dra7xx_evm_config"
 
diff --git a/conf/machine/k2g-evm.conf b/conf/machine/k2g-evm.conf
index b8e55e4..d7bf609 100644
--- a/conf/machine/k2g-evm.conf
+++ b/conf/machine/k2g-evm.conf
@@ -6,7 +6,7 @@ require conf/machine/include/k2g.inc
 
 MACHINE_FEATURES += "alsa opencl"
 
-KERNEL_DEVICETREE = "keystone-k2g-evm.dtb keystone-k2g-ice.dtb"
+KERNEL_DEVICETREE = "keystone-k2g-evm.dtb keystone-k2g-evm-lcd.dtb keystone-k2g-ice.dtb"
 
 UBOOT_MACHINE = "k2g_evm_config"
 
-- 
2.7.4



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

* Re: [morty/master][PATCH 1/2] linux-ti-staging: update to 4.9.10
  2017-02-15  6:31 [morty/master][PATCH 1/2] linux-ti-staging: update to 4.9.10 Denys Dmytriyenko
  2017-02-15  6:31 ` [morty/master][PATCH 2/2] conf/machine: add LCD-specific DTB entries for dra7/am57/k2g Denys Dmytriyenko
@ 2017-02-15 13:37 ` Dan Murphy
  1 sibling, 0 replies; 3+ messages in thread
From: Dan Murphy @ 2017-02-15 13:37 UTC (permalink / raw)
  To: Denys Dmytriyenko, meta-ti

Denys

On 02/15/2017 12:31 AM, Denys Dmytriyenko wrote:
> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> ---
>  recipes-kernel/linux/linux-ti-staging-rt_4.9.bb | 2 +-
>  recipes-kernel/linux/linux-ti-staging_4.9.bb    | 4 ++--
>  2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/recipes-kernel/linux/linux-ti-staging-rt_4.9.bb b/recipes-kernel/linux/linux-ti-staging-rt_4.9.bb
> index 1355558..ecef4e6 100644
> --- a/recipes-kernel/linux/linux-ti-staging-rt_4.9.bb
> +++ b/recipes-kernel/linux/linux-ti-staging-rt_4.9.bb
> @@ -6,4 +6,4 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-4.9:"
>  
>  BRANCH = "ti-rt-linux-4.9.y"
>  
> -SRCREV = "fca7cc6d34a3d18cbe5f54b77c0f5db12081acf8"
> +SRCREV = "eade06c1ea60e9069e35715b7b057eddae85a8e9"
> diff --git a/recipes-kernel/linux/linux-ti-staging_4.9.bb b/recipes-kernel/linux/linux-ti-staging_4.9.bb
> index 0c15c76..4f75415 100644
> --- a/recipes-kernel/linux/linux-ti-staging_4.9.bb
> +++ b/recipes-kernel/linux/linux-ti-staging_4.9.bb
> @@ -53,8 +53,8 @@ S = "${WORKDIR}/git"
>  
>  BRANCH = "ti-lsk-linux-4.9.y"
>  
> -SRCREV = "b4aa954ead9260eaf7138755fc9d062a9f4630eb"
> -PV = "4.9.9+git${SRCPV}"
> +SRCREV = "74790f16e5ca9cb3dbbe8baa6086f35f7095694d"

I sent a similar patch but with an updated SHAs for both
You can take either one

> +PV = "4.9.10+git${SRCPV}"
>  
>  # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
>  MACHINE_KERNEL_PR_append = "a"


-- 
------------------
Dan Murphy



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

end of thread, other threads:[~2017-02-15 13:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-15  6:31 [morty/master][PATCH 1/2] linux-ti-staging: update to 4.9.10 Denys Dmytriyenko
2017-02-15  6:31 ` [morty/master][PATCH 2/2] conf/machine: add LCD-specific DTB entries for dra7/am57/k2g Denys Dmytriyenko
2017-02-15 13:37 ` [morty/master][PATCH 1/2] linux-ti-staging: update to 4.9.10 Dan Murphy

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.