[dunfell/master] linux-ti-mainline: Bump kernel version to v5.18

Message ID 20220608171958.19272-1-nm@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [dunfell/master] linux-ti-mainline: Bump kernel version to v5.18 | expand

Commit Message

Nishanth Menon June 8, 2022, 5:19 p.m. UTC
This adds up numerous fixes for various k3 platforms, adds platform such
as AM62x, J721S2.

While at it, bump the ti-upstream-tools repo as this sync up gives us:
- Switch over to 4k as default, configs needed for containers for k3 platforms
  among other config updates
- Enable fixes for various pinmuxes and overlays for system test images.

Signed-off-by: Nishanth Menon <nm@ti.com>
---
 recipes-bsp/u-boot/u-boot-ti-mainline_git.bb  | 6 +++---
 recipes-kernel/linux/linux-ti-mainline_git.bb | 8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

Comments

Denys Dmytriyenko June 8, 2022, 7:19 p.m. UTC | #1
On Wed, Jun 08, 2022 at 12:19:58PM -0500, Nishanth Menon wrote:
> This adds up numerous fixes for various k3 platforms, adds platform such
> as AM62x, J721S2.
> 
> While at it, bump the ti-upstream-tools repo as this sync up gives us:
> - Switch over to 4k as default, configs needed for containers for k3 platforms
>   among other config updates
> - Enable fixes for various pinmuxes and overlays for system test images.
> 
> Signed-off-by: Nishanth Menon <nm@ti.com>

Reviewed-by: Denys Dmytriyenko <denys@konsulko.com>


> ---
>  recipes-bsp/u-boot/u-boot-ti-mainline_git.bb  | 6 +++---
>  recipes-kernel/linux/linux-ti-mainline_git.bb | 8 ++++----
>  2 files changed, 7 insertions(+), 7 deletions(-)
> 
> diff --git a/recipes-kernel/linux/linux-ti-mainline_git.bb b/recipes-kernel/linux/linux-ti-mainline_git.bb
> index 4a5034fd048c..48c8bd4f440a 100644
> --- a/recipes-kernel/linux/linux-ti-mainline_git.bb
> +++ b/recipes-kernel/linux/linux-ti-mainline_git.bb
> @@ -20,9 +20,9 @@ S = "${WORKDIR}/git"
>  BRANCH = "master"
>  TOOLS_BRANCH = "master"
>  
> -# 5.15 Mainline version
> -SRCREV = "8bb7eca972ad531c9b149c0a51ab43a417385813"
> -PV = "5.15+git${SRCPV}"
> +# 5.18 Mainline version
> +SRCREV = "4b0986a3613c92f4ec1bdc7f60ec66fea135991f"
> +PV = "5.18+git${SRCPV}"
>  
>  # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
>  MACHINE_KERNEL_PR_append = "b"
> @@ -36,7 +36,7 @@ SRC_URI += " \
>      file://defconfig \
>  "
>  
> -SRCREV_ti-upstream-tools = "0f60697843bba6f8d721b14da92b1652563ccb95"
> +SRCREV_ti-upstream-tools = "2536a656f0fb620bae9e3a0793a23caee0e11023"
>  SRCREV_FORMAT = "linux"
>  
>  KERNEL_DEVICETREE = ""
> -- 
> 2.31.1
>

Patch

diff --git a/recipes-kernel/linux/linux-ti-mainline_git.bb b/recipes-kernel/linux/linux-ti-mainline_git.bb
index 4a5034fd048c..48c8bd4f440a 100644
--- a/recipes-kernel/linux/linux-ti-mainline_git.bb
+++ b/recipes-kernel/linux/linux-ti-mainline_git.bb
@@ -20,9 +20,9 @@  S = "${WORKDIR}/git"
 BRANCH = "master"
 TOOLS_BRANCH = "master"
 
-# 5.15 Mainline version
-SRCREV = "8bb7eca972ad531c9b149c0a51ab43a417385813"
-PV = "5.15+git${SRCPV}"
+# 5.18 Mainline version
+SRCREV = "4b0986a3613c92f4ec1bdc7f60ec66fea135991f"
+PV = "5.18+git${SRCPV}"
 
 # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
 MACHINE_KERNEL_PR_append = "b"
@@ -36,7 +36,7 @@  SRC_URI += " \
     file://defconfig \
 "
 
-SRCREV_ti-upstream-tools = "0f60697843bba6f8d721b14da92b1652563ccb95"
+SRCREV_ti-upstream-tools = "2536a656f0fb620bae9e3a0793a23caee0e11023"
 SRCREV_FORMAT = "linux"
 
 KERNEL_DEVICETREE = ""