diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-05-29 12:57:48 -0400 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-06-05 08:41:15 -0700 |
commit | 6a56962e845f4e06b573dfc34efaf3693fce12e8 (patch) | |
tree | 0bffe0ebb3eda61df912cdb415d0467834e68f17 | |
parent | dfc1ab0595e8b0b412dd1d9ead19eec0430671dd (diff) | |
download | poky-6a56962e845f4e06b573dfc34efaf3693fce12e8.tar.gz |
linux-yocto/6.6: fix beaglebone ethernet
Integrating the following commit(s) to linux-yocto/6.6:
1/1 [
Author: Colin Foster
Email: colin.foster@in-advantage.com
Subject: ARM: dts: am335x-bone-common: Increase MDIO reset deassert time
Date: Fri, 31 May 2024 13:38:17 -0500
Prior to commit df16c1c51d81 ("net: phy: mdio_device: Reset device only
when necessary") MDIO reset deasserts were performed twice during boot.
Now that the second deassert is no longer performed, device probe
failures happen due to the change in timing with the following error
message:
SMSC LAN8710/LAN8720: probe of 4a101000.mdio:00 failed with error -5
Restore the original effective timing, which resolves the probe
failures.
Signed-off-by: Colin Foster <colin.foster@in-advantage.com>
Link: https://lore.kernel.org/r/20240531183817.2698445-1-colin.foster@in-advantage.com
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
]
(From OE-Core rev: c315a5739b373a33e24e3b84db3fbb4bec9b9353)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_6.6.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_6.6.bb | 22 |
3 files changed, 13 insertions, 13 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb b/meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb index c3f2c35b1f..e0006035fe 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb | |||
@@ -14,7 +14,7 @@ python () { | |||
14 | raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") | 14 | raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") |
15 | } | 15 | } |
16 | 16 | ||
17 | SRCREV_machine ?= "0588a366e1193d9ac23855c4a3c2c784d5ca512b" | 17 | SRCREV_machine ?= "4c94a7140a0416421cd82fe18703e99d7c4eec8e" |
18 | SRCREV_meta ?= "39d19bc9f333a0bfb88cd55befe70d5da87adcf8" | 18 | SRCREV_meta ?= "39d19bc9f333a0bfb88cd55befe70d5da87adcf8" |
19 | 19 | ||
20 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine;protocol=https \ | 20 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine;protocol=https \ |
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_6.6.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_6.6.bb index ae0316dade..8c0617be10 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_6.6.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_6.6.bb | |||
@@ -17,7 +17,7 @@ DEPENDS += "openssl-native util-linux-native" | |||
17 | KMETA = "kernel-meta" | 17 | KMETA = "kernel-meta" |
18 | KCONF_BSP_AUDIT_LEVEL = "2" | 18 | KCONF_BSP_AUDIT_LEVEL = "2" |
19 | 19 | ||
20 | SRCREV_machine ?= "93714069321a8e2f7d01f51038cc1d9afd64a57b" | 20 | SRCREV_machine ?= "50111c8145a573a5eb34859736492d3914d74f26" |
21 | SRCREV_meta ?= "39d19bc9f333a0bfb88cd55befe70d5da87adcf8" | 21 | SRCREV_meta ?= "39d19bc9f333a0bfb88cd55befe70d5da87adcf8" |
22 | 22 | ||
23 | PV = "${LINUX_VERSION}+git" | 23 | PV = "${LINUX_VERSION}+git" |
diff --git a/meta/recipes-kernel/linux/linux-yocto_6.6.bb b/meta/recipes-kernel/linux/linux-yocto_6.6.bb index 55304a1929..061837ec88 100644 --- a/meta/recipes-kernel/linux/linux-yocto_6.6.bb +++ b/meta/recipes-kernel/linux/linux-yocto_6.6.bb | |||
@@ -18,17 +18,17 @@ KBRANCH:qemux86-64 ?= "v6.6/standard/base" | |||
18 | KBRANCH:qemuloongarch64 ?= "v6.6/standard/base" | 18 | KBRANCH:qemuloongarch64 ?= "v6.6/standard/base" |
19 | KBRANCH:qemumips64 ?= "v6.6/standard/mti-malta64" | 19 | KBRANCH:qemumips64 ?= "v6.6/standard/mti-malta64" |
20 | 20 | ||
21 | SRCREV_machine:qemuarm ?= "00f5a7d26256a6c96f4c624ed2fcc2915baf69ed" | 21 | SRCREV_machine:qemuarm ?= "c7fc26b463b6d492177ab4f3133ac709f72959e6" |
22 | SRCREV_machine:qemuarm64 ?= "44c07335c9354d22e1059b773cc5acc6d5997acb" | 22 | SRCREV_machine:qemuarm64 ?= "a2123abde1b536e17d6f8b41c07006b1b78fc14e" |
23 | SRCREV_machine:qemuloongarch64 ?= "aa6b73545c4594842542c8943dce67fe397e91cc" | 23 | SRCREV_machine:qemuloongarch64 ?= "6a5b2ed821525dac9e4f3f5283376f02965d3a7b" |
24 | SRCREV_machine:qemumips ?= "6f7f7ea73242088f08c504a73144e7c3649548f8" | 24 | SRCREV_machine:qemumips ?= "441ff4147581f8866ccb145ee1fcecb418543a46" |
25 | SRCREV_machine:qemuppc ?= "af203c26b7349967003580d373f7bb4e32b53c5a" | 25 | SRCREV_machine:qemuppc ?= "c186535e4a16fe6524c963f40744f56d56cc37ae" |
26 | SRCREV_machine:qemuriscv64 ?= "aa6b73545c4594842542c8943dce67fe397e91cc" | 26 | SRCREV_machine:qemuriscv64 ?= "6a5b2ed821525dac9e4f3f5283376f02965d3a7b" |
27 | SRCREV_machine:qemuriscv32 ?= "aa6b73545c4594842542c8943dce67fe397e91cc" | 27 | SRCREV_machine:qemuriscv32 ?= "6a5b2ed821525dac9e4f3f5283376f02965d3a7b" |
28 | SRCREV_machine:qemux86 ?= "aa6b73545c4594842542c8943dce67fe397e91cc" | 28 | SRCREV_machine:qemux86 ?= "6a5b2ed821525dac9e4f3f5283376f02965d3a7b" |
29 | SRCREV_machine:qemux86-64 ?= "aa6b73545c4594842542c8943dce67fe397e91cc" | 29 | SRCREV_machine:qemux86-64 ?= "6a5b2ed821525dac9e4f3f5283376f02965d3a7b" |
30 | SRCREV_machine:qemumips64 ?= "98b3401fbd220385715648e6bea870482419e7c1" | 30 | SRCREV_machine:qemumips64 ?= "ef983636bee26dd17055fbff877a6ca4cd10e4ed" |
31 | SRCREV_machine ?= "aa6b73545c4594842542c8943dce67fe397e91cc" | 31 | SRCREV_machine ?= "6a5b2ed821525dac9e4f3f5283376f02965d3a7b" |
32 | SRCREV_meta ?= "39d19bc9f333a0bfb88cd55befe70d5da87adcf8" | 32 | SRCREV_meta ?= "39d19bc9f333a0bfb88cd55befe70d5da87adcf8" |
33 | 33 | ||
34 | # set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll | 34 | # set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll |