summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRajesh Gugulothu <rajesh.gugulothu@amd.com>2023-07-26 22:32:26 +0530
committerMark Hatle <mark.hatle@amd.com>2023-07-27 10:08:07 -0500
commit996b89069cd5a4deb39edcfea9a6900266923f8e (patch)
treeb6c2b48b713441dd773569c92911336d13b218a9
parent2224a9d7324c4de88cfde8cbef6d6cc9532023d3 (diff)
downloadmeta-xilinx-996b89069cd5a4deb39edcfea9a6900266923f8e.tar.gz
kernel-module-hdmi: Update the SRCREV for hdmi-modules
Changelog: dt-bindings: hdmi-tx-ss: Fix the phy instance names dt-bindings: hdmi-rx-ss: Fix the phy instance names dt-bindings: vphy: Update phy lane nodes as per the IP phy: Fix max lanes supported by video phy in HDMI 2.O mode Revert "Create 0001-hdmitx-Fixed-hdmi-compilation-with-kernel-6.1.patch" Create 0001-hdmitx-Fixed-hdmi-compilation-with-kernel-6.1.patc Signed-off-by: Rajesh Gugulothu <rajesh.gugulothu@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r--meta-xilinx-core/recipes-kernel/hdmi/kernel-module-hdmi_2023.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-kernel/hdmi/kernel-module-hdmi_2023.2.bb b/meta-xilinx-core/recipes-kernel/hdmi/kernel-module-hdmi_2023.2.bb
index 6e00b6fd..eba5d465 100644
--- a/meta-xilinx-core/recipes-kernel/hdmi/kernel-module-hdmi_2023.2.bb
+++ b/meta-xilinx-core/recipes-kernel/hdmi/kernel-module-hdmi_2023.2.bb
@@ -11,7 +11,7 @@ S = "${WORKDIR}/git"
11 11
12BRANCH ?= "master" 12BRANCH ?= "master"
13REPO ?= "git://github.com/Xilinx/hdmi-modules.git;protocol=https" 13REPO ?= "git://github.com/Xilinx/hdmi-modules.git;protocol=https"
14SRCREV = "1c6330f02fea68992e22400fdbc8c0d0e63e2958" 14SRCREV = "82209b0021a7b5d7ef71a859eed4bafeb541ed08"
15 15
16BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" 16BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}"
17SRC_URI = "${REPO};${BRANCHARG}" 17SRC_URI = "${REPO};${BRANCHARG}"