diff options
author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-03-07 13:00:28 +0530 |
---|---|---|
committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-03-07 16:47:10 +0530 |
commit | b0fc8715c663f9ff00030567a9e72c65b5c40ee7 (patch) | |
tree | 9ebe6163a05759baa2ad65a6389119e6767442b4 | |
parent | 7afb045d2cda3dd1e2690acec83f5bd90bdafe7a (diff) | |
download | meta-xilinx-b0fc8715c663f9ff00030567a9e72c65b5c40ee7.tar.gz |
linux-xlnx : Updated SRCREV for 2024.1_6147
dt-bindings: soc: xilinx: Fix zcu1275 board description
dt-bindings: soc: xilinx: Describe ZynqMP system controller
dt-bindings: soc: xilinx: Add support for KV260 CC
arm64: zynqmp: use wakeup interrupt-name for dwc3 hibernation
arm64: versal-net: Align spi-max-frequency for ipp-rev1.9
arm64: zynqmp: Add description for SC on vm-p-m1369 board
EDAC/versal: Fix the error injection
mtd: spi-nor: Store GPIO info for resetting device during resume
net: axienet: Phylink support for 10G/25G (XXV) ethernet
usb: dwc3: gadget: switch to wakeup interrupt name for hibernation support
Revert "dt-bindings: usb: dwc3: Add interrupt-names to include hibernation interrupt"
arm64: zynqmp: Remove additional compatible string for sc-revB
arm64: zynqmp: Fix gpio-key DT description
dt-bindings: fpga: Convert fpga-region binding to yaml
dt-bindings: firmware: xilinx: Describe soc-nvmem subnode
dt-bindings: firmware: xilinx: Describe missing child nodes
dt-bindings: mailbox: add Versal IPI bindings
dt-bindings: mailbox: zynqmp: extend required list
dt-bindings: zynqmp: add destination mailbox compatible
dt-bindings: pinctrl: xilinx: Rename *gpio to *gpio-grp
dt-bindings: serial: Describe ARM dcc interface
spi: spi-cadence-quadspi: Fix call trace during suspend/resume
mtd: spi-nor: Check spi controller 4-byte addressing capability
spi: spi-zynq-qspi: Export spi controller 4-byte addressing capability
mtd: spi-nor: macronix: Add support for MX66UM2G45G Macronix flash part
-rw-r--r-- | meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2024.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2024.1.bb b/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2024.1.bb index eac02a24..a228db8b 100644 --- a/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2024.1.bb +++ b/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2024.1.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | LINUX_VERSION = "6.6.10" | 1 | LINUX_VERSION = "6.6.10" |
2 | YOCTO_META ?= "git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.6;destsuffix=yocto-kmeta" | 2 | YOCTO_META ?= "git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.6;destsuffix=yocto-kmeta" |
3 | KBRANCH="xlnx_rebase_v6.6_LTS" | 3 | KBRANCH="xlnx_rebase_v6.6_LTS" |
4 | SRCREV = "a33033bade7432af01ed916b9dd7fc6e484d91b9" | 4 | SRCREV = "6405a689e2110c1d601d331462c88b87997ff46f" |
5 | SRCREV_meta = "5d0809d0d939c7738cb6e5391126c73fd0e4e865" | 5 | SRCREV_meta = "5d0809d0d939c7738cb6e5391126c73fd0e4e865" |
6 | 6 | ||
7 | KCONF_AUDIT_LEVEL="0" | 7 | KCONF_AUDIT_LEVEL="0" |