diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2019-10-14 17:27:19 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-10-21 09:07:06 -0300 |
commit | d0e584d95524e754f5777d2585dd3c56dfd12cc3 (patch) | |
tree | abc62986fc37fb776af65c4926a38d6fd39a414b | |
parent | cd773422f2ef07b5db6fdc1ef10014ce3e94a27c (diff) | |
download | meta-freescale-d0e584d95524e754f5777d2585dd3c56dfd12cc3.tar.gz |
linux-qoriq/4.19: update to 4aba815
*update to lsdk 1909 tag
include the following changes:
4aba815 - staging: fsl_ppfe/eth: Disable termination of CRC fwd.
9bdf467 - mtd: fsl-quadspi: Introduce variable to fix different invalid master Id
f5ed002 - arm64: dts: ls1028a: fix dwc pci over smmu
14cc20f - arm: dts: ls1021a: fix that FlexTimer cannot wakeup system in deep sleep
572de99 - Documentation: dt: binding: fsl: Add 'fsl,ippdexpcr1-alt-addr' property
2d350cf - soc: fsl: handle RCPM errata A-008646 on SoC LS1021A
48c27bb - enetc: Fix deadlock during PTP RX timestamping
5256acc - felix: Remove unused include, fix compile warn
3c28990 - ocelot: Warn if cpu side interfaces are not up
aa5a410 - ocelot: Fix NULL pointer on LAG slave removal
fc3331f - ocelot: Don't handle netdev events for other netdevs
e3853b6 - mmc: sdhci-of-esdhc: add erratum A011334 support in ls1028a 1.0 SoC
f0556ce - mmc: sdhci-of-esdhc: use 1/2 periperhal clock for ls1028a
5561974 - mmc: sdhci-of-esdhc: set the sd clock divisor value above 3
3fd48be - felix: skip probing if device is disabled in DT
8580d65 - enetc: Handle USXGMII protocol
e373389 - enetc: Fix 10G PCS PHY access
8181067 - drivers: net: phy: aquantia: enable USX AN for USXGMII protocol
b4cc304 - drivers: net: phy: aquantia: fix system side protocol misconfiguration
62eec62 - TSN: modify DSCP attribute type of netlink
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
-rw-r--r-- | recipes-kernel/linux/linux-qoriq_4.19.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-qoriq_4.19.bb b/recipes-kernel/linux/linux-qoriq_4.19.bb index bfea4bdf..aed29df6 100644 --- a/recipes-kernel/linux/linux-qoriq_4.19.bb +++ b/recipes-kernel/linux/linux-qoriq_4.19.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" | |||
8 | 8 | ||
9 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/linux;nobranch=1 \ | 9 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/linux;nobranch=1 \ |
10 | " | 10 | " |
11 | SRCREV = "1a4cab2c597de7ac87c6ab4ce2a42e5e5adb3c0b" | 11 | SRCREV = "4aba815fd6404a9620a66c8a3c2af4ba2a6a701a" |
12 | 12 | ||
13 | SRC_URI += " file://0001-Makfefile-add-cflags.patch \ | 13 | SRC_URI += " file://0001-Makfefile-add-cflags.patch \ |
14 | " | 14 | " |