diff options
| author | Mark Hatle <mark.hatle@xilinx.com> | 2022-02-05 07:41:51 -0800 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@xilinx.com> | 2022-02-05 09:55:26 -0800 |
| commit | 5ff3d8ad926de27a11f12e9ab18845fe81747b90 (patch) | |
| tree | ce6f631c370b8165564f1a1eef0992b0c27dcb25 /meta-xilinx-core/recipes-kernel/dp/kernel-module-dp_git.bb | |
| parent | e941e10d9f22e5f7dbbdc293dc7f6e59ff63b8f0 (diff) | |
| download | meta-xilinx-5ff3d8ad926de27a11f12e9ab18845fe81747b90.tar.gz | |
kernel-module-dp: Update to latest SRCREV
Changelog:
xfmc: Correct the mcdp6000_reset_cr_path function
xfmc: Fix mcdp6000_read_reg and mcdp6000_modify_reg functions
xfmc: Add support for different MCDP6000 revisions
xfmc: Fix retimer function pointer sequence
xfmc: implement mcdp6000 functions
xfmc: Implement retimer configuration functions
vphy: Implement prbs mode enable/disable function
xvphy: update the direction flag of RX/TX instances
xfmc: Add changes to Make xilinx-vfmc driver
xfmc: remove fmc calls from video phy driver
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Diffstat (limited to 'meta-xilinx-core/recipes-kernel/dp/kernel-module-dp_git.bb')
| -rwxr-xr-x | meta-xilinx-core/recipes-kernel/dp/kernel-module-dp_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-kernel/dp/kernel-module-dp_git.bb b/meta-xilinx-core/recipes-kernel/dp/kernel-module-dp_git.bb index 1ecab893..88a2876d 100755 --- a/meta-xilinx-core/recipes-kernel/dp/kernel-module-dp_git.bb +++ b/meta-xilinx-core/recipes-kernel/dp/kernel-module-dp_git.bb | |||
| @@ -11,7 +11,7 @@ S = "${WORKDIR}/git" | |||
| 11 | 11 | ||
| 12 | BRANCH ?= "master" | 12 | BRANCH ?= "master" |
| 13 | REPO ?= "git://github.com/xilinx/dp-modules.git;protocol=https" | 13 | REPO ?= "git://github.com/xilinx/dp-modules.git;protocol=https" |
| 14 | SRCREV ?= "a2e918016fa22902d58c862afe4a76efe09c6610" | 14 | SRCREV ?= "c57b2ce95ee6c86f35caecbc7007644ff8f6d337" |
| 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}" |
