FROMLIST: net: stmmac: qcom-ethqos: set initial RGMII link clock to lowest speed - #1787
Conversation
|
Dev Completion validation failed CR: 4601298 The change task for this CR could not be moved to Dev Complete because of the error above. Please resolve the issue in Orbit and re-run the failed Orbit check. |
…owest speed On probe the RGMII link clock is initialised at SPEED_1000, which translates to a 250 MHz source clock even when no PHY link is present, drawing unnecessary power. Initialise at SPEED_10 instead; fix_mac_speed updates the rate once a link is established. Link: https://lore.kernel.org/netdev/20260908-shikra_ethernet-v2-7-bbe3389d0652@oss.qualcomm.com/ Reviewed-by: Maxime Chevallier <maxime.chevallier@bootlin.com> Signed-off-by: Mohd Ayaan Anwar <mohd.anwar@oss.qualcomm.com>
dbd57ae to
c30d92f
Compare
PR #1787 — validate-patchPR: #1787
Final Summary
|
PR #1787 — checker-log-analyzerPR: #1787
Detailed report: Full report
|
🔨 Build Failure Analysis — PR #1787PR: #1787
VerdictThis is not a compilation error. The build failed during the automerge step due to a merge conflict in a devicetree binding file that is completely unrelated to the PR's changes to the ethernet driver. 📎 Detailed analysis: Full report |
🔨 Build Failure Analysis — PR #1787PR: #1787
VerdictThis PR introduces zero build errors. The build failure is caused by pre-existing merge conflicts in the integration workflow between unrelated topic branches. The file modified by this PR ( 📎 Detailed analysis: Full report |
On probe the RGMII link clock is initialised at SPEED_1000, which translates to a 250 MHz source clock even when no PHY link is present, drawing unnecessary power.
Initialise at SPEED_10 instead; fix_mac_speed updates the rate once a link is established.
Link: https://lore.kernel.org/netdev/20260908-shikra_ethernet-v2-7-bbe3389d0652@oss.qualcomm.com
Reviewed-by: Maxime Chevallier maxime.chevallier@bootlin.com
CRs-Fixed: 4601298