From 10e9a743b2de82c58d0fbf4ee40e9b14ab9d84e7 Mon Sep 17 00:00:00 2001 From: Eric Lee Date: Fri, 26 Mar 2021 12:02:45 +0800 Subject: [PATCH] Fix the HDMI HPD hog Polarity --- recipes-kernel/linux/linux-smarcimx8mq_5.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-smarcimx8mq_5.4.bb b/recipes-kernel/linux/linux-smarcimx8mq_5.4.bb index be0036d..017a4ae 100644 --- a/recipes-kernel/linux/linux-smarcimx8mq_5.4.bb +++ b/recipes-kernel/linux/linux-smarcimx8mq_5.4.bb @@ -19,7 +19,7 @@ KERNEL_DEFCONFIG = "${S}/arch/arm64/configs/smarcimx8mq_defconfig" KERNEL_SRC ?= "git@git.embedian.com:developer/smarc-fsl-linux-kernel.git;protocol=git" SRC_URI = "${EMB_KERNEL_MIRROR};protocol=ssh;branch=${SRCBRANCH}" -SRCREV = "1d88e012a5edcff3ec5bde0dbc0bd98ae58b09d5" +SRCREV = "20e4a4a682fa4dab359d3457f5a73b47c73d553b" S = "${WORKDIR}/git" -- 1.9.1