summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonios Christidis <a-christidis@ti.com>2026-01-22 13:35:22 -0600
committerRyan Eatmon <reatmon@ti.com>2026-01-23 10:15:24 -0600
commit5470b4f4d44535237246de09d03f66cda6ecb97b (patch)
treec9dcabd12ce8ed57a352c4df09e1541cf504d5b6
parent85c3cc60bea8bae345c22eda82fc81d5cc9bcbc1 (diff)
downloadmeta-ti-5470b4f4d44535237246de09d03f66cda6ecb97b.tar.gz
ti-gc320-driver: Port module for kernel 6.18
Port the kernel module for gc320 driver to build on linux kernel 6.18. The overall version of the driver remains the same. Signed-off-by: Antonios Christidis <a-christidis@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-ti-bsp/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb b/meta-ti-bsp/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb
index 3acdd130..336f4ce4 100644
--- a/meta-ti-bsp/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb
+++ b/meta-ti-bsp/recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb
@@ -8,9 +8,9 @@ inherit module features_check
8REQUIRED_MACHINE_FEATURES = "gc320" 8REQUIRED_MACHINE_FEATURES = "gc320"
9 9
10# Need to branch out with ${PV} var 10# Need to branch out with ${PV} var
11BRANCH = "ti-${PV}-k6.12" 11BRANCH = "ti-${PV}-k6.18"
12 12
13SRCREV = "83afddf9dbf6a8458267b4dae21ee35bfb11f3d1" 13SRCREV = "a7e9a51e89c97fbea974c7d674aa0a95d7c96403"
14 14
15SRC_URI = "git://git.ti.com/git/graphics/ti-gc320-driver.git;protocol=https;branch=${BRANCH}" 15SRC_URI = "git://git.ti.com/git/graphics/ti-gc320-driver.git;protocol=https;branch=${BRANCH}"
16 16