diff options
author | Addepalli, Siva <siva.addepalli@amd.com> | 2023-08-01 12:52:41 +0530 |
---|---|---|
committer | Siva Addepalli <siva.addepalli@amd.com> | 2023-08-01 13:57:19 +0530 |
commit | c987893c08206de529d442132171700eae2c7db2 (patch) | |
tree | 8d7806af211f1d4daf78f947df3dad60914870dc | |
parent | e9f31d49b10c066ba225815cc9e4be2fa804b543 (diff) | |
download | meta-xilinx-c987893c08206de529d442132171700eae2c7db2.tar.gz |
linux-xlnx : Updated SRCREV for 2023.2_7999
drivers: iio: adc: xadc: Correct Write edge in CFG
mtd: spi-nor: Avoid writing EAR register for flashes less than 16MB
mtd: spi-nor: Use nor->info->id[0] for manufacturer id
arm64: xilinx: Do not use _ in DT node names
arm64: zynqmp: Use s/gtr_sel/gtr-sel/ for DT node name
arm64: zynqmp: Use s/heartbeat_led/heartbeat-led/ for DT node name
arm64: xilinx: Replace _ from clock node names by -
arm64: zynqmp: Rename xlnx,mio_bank to xlnx,mio-bank for DLC21
arm64: versal-net: Remove xlnx,device_id property from VNX
arm64: versal-net: Remove ref_clk node from VNX board
staging: xilinx-tsn: Remove duplicated linux/clk.h
Signed-off-by: Siva Addepalli <siva.addepalli@amd.com>
-rw-r--r-- | meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2023.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2023.2.bb b/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2023.2.bb index a5699392..5f0766cf 100644 --- a/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2023.2.bb +++ b/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2023.2.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | LINUX_VERSION = "6.1.30" | 1 | LINUX_VERSION = "6.1.30" |
2 | YOCTO_META ?= "git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.1;destsuffix=yocto-kmeta" | 2 | YOCTO_META ?= "git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.1;destsuffix=yocto-kmeta" |
3 | KBRANCH="xlnx_rebase_v6.1_LTS" | 3 | KBRANCH="xlnx_rebase_v6.1_LTS" |
4 | SRCREV = "aa9aa548cbbf1381f28ac2d8dd9dfa04067dfc95" | 4 | SRCREV = "c759d488e0395bfb603ea4c3f6700f5bf7ee6325" |
5 | SRCREV_meta = "185bcfcbe480c742247d9117011794c69682914f" | 5 | SRCREV_meta = "185bcfcbe480c742247d9117011794c69682914f" |
6 | 6 | ||
7 | KCONF_AUDIT_LEVEL="0" | 7 | KCONF_AUDIT_LEVEL="0" |