diff mbox series

[master,3/4] linux-bb.org_6.12: upgrade to the latest 6.12.34

Message ID 20250809234616.3626274-3-denis@denix.org
State Under Review
Delegated to: Ryan Eatmon
Headers show
Series [master,1/4] linux-bb.org_6.6: update to the latest | expand

Commit Message

Denys Dmytriyenko Aug. 9, 2025, 11:46 p.m. UTC
From: Denys Dmytriyenko <denys@konsulko.com>

Upgrade BB.org 6.12 kernel to the latest 6.12.34 tags.

Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 .../recipes-kernel/linux/linux-bb.org_6.12.bb | 23 +++++++++++--------
 1 file changed, 14 insertions(+), 9 deletions(-)
diff mbox series

Patch

diff --git a/meta-beagle/recipes-kernel/linux/linux-bb.org_6.12.bb b/meta-beagle/recipes-kernel/linux/linux-bb.org_6.12.bb
index 625a4a39..2e57de2b 100644
--- a/meta-beagle/recipes-kernel/linux/linux-bb.org_6.12.bb
+++ b/meta-beagle/recipes-kernel/linux/linux-bb.org_6.12.bb
@@ -19,7 +19,6 @@  KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT} ${EXTRA_DTC_ARGS}"
 
 # Extra DT overlays/capes
 KERNEL_DEVICETREE:append:armv7a = " \
-    ti/omap/AM335X-PRU-UIO-00A0.dtbo \
     ti/omap/BB-ADC-00A0.dtbo \
     ti/omap/BB-BBBW-WL1835-00A0.dtbo \
     ti/omap/BB-BBGG-WL1835-00A0.dtbo \
@@ -53,16 +52,22 @@  KERNEL_DEVICETREE:append:armv7a = " \
     ti/omap/PB-MIKROBUS-1.dtbo \
 "
 
+KERNEL_DEVICETREE:append:aarch64 = " \
+    ti/BONE-I2C1.dtbo \
+    ti/BONE-I2C2.dtbo \
+    ti/BONE-I2C3.dtbo \
+"
+
 S = "${UNPACKDIR}/${BB_GIT_DEFAULT_DESTSUFFIX}"
 
-# 6.12.22 version for 32-bit
-SRCREV:armv7a = "d7f560ef48a867b94959f040b4c3c57053f4e32d"
-PV:armv7a = "6.12.22+git"
-BRANCH:armv7a = "v6.12.22-ti-arm32-r10"
+# 6.12.34 version for 32-bit
+SRCREV:armv7a = "9e419b26243bd7efcd103ae0f6456f828592b34b"
+PV:armv7a = "6.12.34+git"
+BRANCH:armv7a = "v6.12.34-ti-arm32-r12"
 
-# 6.12.22 version for 64-bit
-SRCREV:aarch64 = "9e43fd19ece3affb9406e87ec3df733b91b77a4f"
-PV:aarch64 = "6.12.22+git"
-BRANCH:aarch64 = "v6.12.22-ti-arm64-r35"
+# 6.12.34 version for 64-bit
+SRCREV:aarch64 = "9ca36b8c54806a037f357efcd40eaa8399798b05"
+PV:aarch64 = "6.12.34+git"
+BRANCH:aarch64 = "v6.12.34-ti-arm64-r46"
 
 KERNEL_GIT_URI = "git://github.com/beagleboard/linux.git"