From d48959a54199c313db99663d322ec0f51e481c0d Mon Sep 17 00:00:00 2001 From: Chris Huang Date: Tue, 16 Apr 2024 19:31:44 -0700 Subject: [PATCH] recipes-kernel: linux-tn-imx/linux-imx: update kernel 1. ARM64: dts: imx93-axon-wb: add lvds panel VXT-VL15613676YL-C03 support 2. ARM64: dts: imx93-axon-wb: add tevi-ap1302 support 3. ARM64: dts: imx93-axon-wb: remove camera related node in imx93-axon.dtsi 4. ARM64: dts: imx8mp-tek/tep: adding the pcie ref clock property for pcie phy clock 5. ARM64: dts: imx93-axon-wb: add 5/7 inch lcd panel support 6. media: tevs: add AR0145 camera./media: tevs: add "remove" callback function. 7. ARM64: dts: imx8mp-edm-g-wizard: adding the pcie ref clock property for pcie phy clock 8. media: tc358743: add the MEDIA_BUS_FMT_UYVY8_1X16 format type to fitting the media format. --- recipes-kernel/linux/linux-imx_%.bbappend | 2 +- recipes-kernel/linux/linux-tn-imx_6.1.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-imx_%.bbappend b/recipes-kernel/linux/linux-imx_%.bbappend index 0da23bfa..f6bf213b 100644 --- a/recipes-kernel/linux/linux-imx_%.bbappend +++ b/recipes-kernel/linux/linux-imx_%.bbappend @@ -5,5 +5,5 @@ SRC_URI:append:tn-camera = " \ " SRCBRANCH:tn-camera = "tn-imx_6.1.55_2.2.0-next" KERNEL_SRC:tn-camera = "git://github.com/TechNexion/linux-tn-imx.git;protocol=https;branch=${SRCBRANCH}" -SRCREV:tn-camera = "4ce21f30076b1014fbf051ac8be01f94b4d6a88e" +SRCREV:tn-camera = "af6b1a093228948f61dc43a3dc246e45325bac55" DELTA_KERNEL_DEFCONFIG:tn-camera = "tn-camera.cfg" diff --git a/recipes-kernel/linux/linux-tn-imx_6.1.bb b/recipes-kernel/linux/linux-tn-imx_6.1.bb index aea0587f..c826affc 100644 --- a/recipes-kernel/linux/linux-tn-imx_6.1.bb +++ b/recipes-kernel/linux/linux-tn-imx_6.1.bb @@ -25,7 +25,7 @@ KERNEL_SRC ?= "git://github.com/TechNexion/linux-tn-imx.git;protocol=https;branc KBRANCH = "${SRCBRANCH}" SRCBRANCH = "tn-imx_6.1.55_2.2.0-next" LOCALVERSION = "${@'-%s' % '-'.join(d.getVar('KBRANCH', True).split('_')[2:]).lower()}" -SRCREV = "4ce21f30076b1014fbf051ac8be01f94b4d6a88e" +SRCREV = "af6b1a093228948f61dc43a3dc246e45325bac55" SRC_URI:append:virtualization = " file://0001-ARM64-configs-tn_imx8_defconfig-btrfs-fuse-overlayfs.patch"