diff options
| author | Mark Hatle <mark.hatle@xilinx.com> | 2022-02-05 07:38:55 -0800 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@xilinx.com> | 2022-02-05 07:40:04 -0800 |
| commit | 1a6c9055f41a047ce40f4e967f18dd1d055deb7d (patch) | |
| tree | 58f419cccd25cc734b9eaa64c2f901469c2f5cf7 | |
| parent | 49d0754cbe3fee42ca3137a57b117219298ac7ef (diff) | |
| download | meta-xilinx-1a6c9055f41a047ce40f4e967f18dd1d055deb7d.tar.gz | |
kernel-mdoule-dp: Update to 2022.1 release branch and 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
Revert "phy: Call phy configuraton functions based on direction flag"
phy: Add dp141 driver to fmc modules
phy: Call phy configuraton functions based on direction flag
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| -rwxr-xr-x | meta-xilinx-core/recipes-kernel/dp/kernel-module-dp_git.bb | 4 |
1 files changed, 2 insertions, 2 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..d75c0147 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 | |||
| @@ -9,9 +9,9 @@ PV = "${XLNX_DP_VERSION}" | |||
| 9 | 9 | ||
| 10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
| 11 | 11 | ||
| 12 | BRANCH ?= "master" | 12 | BRANCH ?= "xlnx_rel_v2022.1" |
| 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 ?= "9a025fdb7134a8af12de8d69f5a428c8284ae9b3" |
| 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}" |
