diff options
author | Rajesh Gugulothu <rajesh.gugulothu@amd.com> | 2023-07-26 22:32:26 +0530 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2023-07-27 10:08:07 -0500 |
commit | 996b89069cd5a4deb39edcfea9a6900266923f8e (patch) | |
tree | b6c2b48b713441dd773569c92911336d13b218a9 | |
parent | 2224a9d7324c4de88cfde8cbef6d6cc9532023d3 (diff) | |
download | meta-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.bb | 2 |
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 | ||
12 | BRANCH ?= "master" | 12 | BRANCH ?= "master" |
13 | REPO ?= "git://github.com/Xilinx/hdmi-modules.git;protocol=https" | 13 | REPO ?= "git://github.com/Xilinx/hdmi-modules.git;protocol=https" |
14 | SRCREV = "1c6330f02fea68992e22400fdbc8c0d0e63e2958" | 14 | SRCREV = "82209b0021a7b5d7ef71a859eed4bafeb541ed08" |
15 | 15 | ||
16 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" | 16 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" |
17 | SRC_URI = "${REPO};${BRANCHARG}" | 17 | SRC_URI = "${REPO};${BRANCHARG}" |