Fix probe failure on Shikra IQS board#761
Conversation
|
Merge Check Failed: No Change Task Found No associated change tasks found for CR 4582518 on any of the following entities: Entities:
CR: 4582518 Please ensure the CR has a change task associated with at least one of the entities for this branch. |
9d8f626 to
c1ce29c
Compare
|
Merge Check Failed: CR Not Eligible for Merge CR 4582518 is not eligible for merge. The parent software image for kernel.qli.2.0 is not development complete. Entity: Please ensure the CR passes both CCT (ComponentChangeTasks) and ICT (Integration Change Tasks) validations. |
c1ce29c to
faa7eae
Compare
PR #761 — validate-patchPR: #761
Final SummaryCommit 1: prune.config: Enable the TI DP83867 PHY driver
Commit 2: arm64: dts: qcom: shikra-iqs-evk: Remove GPIO138 from reserved ranges
Overall Assessment:
|
PR #761 — checker-log-analyzerPR: #761
Detailed report: Full report
|
faa7eae to
0644d03
Compare
PR #761 — validate-patchPR: #761
Final SummaryPATCH 1/2 (prune.config):
PATCH 2/2 (shikra-iqs-evk DTS):
Overall Assessment:
|
PR #761 — checker-log-analyzerPR: #761
Detailed report: Full report
|
66210b6 to
c94f725
Compare
PR #761 — validate-patchPR: #761
Final SummaryCommit 1/2 (prune.config):
Commit 2/2 (FROMLIST DTS):
Action required: Verify the lore link is correct and accessible. If the patch has been posted upstream, ensure the Link: tag points to a valid, fetchable message-ID. Consider adding a Fixes: tag if this resolves a specific regression.
|
PR #761 — checker-log-analyzerPR: #761
Detailed report: Full report
|
|
qli-2.0 GA Critical Fix |
|
Validation result:
Without this PR, IQS probe for ethernet will fail due to GPIO138 being a reserved GPIO (introduced by 234030f). |
The Shikra EVK boards have an RGMII TI PHY connected to the dual EMACs of the SoC. Remove its config from prune.config to enable its driver. Signed-off-by: Mohd Ayaan Anwar <mohd.anwar@oss.qualcomm.com>
c94f725 to
fe7238c
Compare
PR #761 — validate-patchPR: #761
Final Summary
|
PR #761 — checker-log-analyzerPR: #761
Detailed report: Full report
|
|
@ayaan-anwar please get approval on the PR |
…ult state GPIO138 is a reserved GPIO, with its access protected by TZ. Remove it from ethernet1_default_state so that its probe doesn't fail due to Kernel access to GPIO138 being restricted. Link: https://lore.kernel.org/netdev/20260612-shikra_ethernet-v1-9-f0f4a1d19929@oss.qualcomm.com/ Signed-off-by: Mohd Ayaan Anwar <mohd.anwar@oss.qualcomm.com>
fe7238c to
4579d23
Compare
|
@ayaan-anwar jira is not approved : |
PR #761 — validate-patchPR: #761
Final Summary
|
PR #761 — checker-log-analyzerPR: #761
Detailed report: Full report
|
GPIO138 is a reserved GPIO, with its access protected by TZ. Remove it from ethernet1_default_state so that its probe doesn't fail due to Kernel access to GPIO138 being restricted. Also enable the TI PHY config (by removing it from prune.config) so that the ethernet interface is brought up properly with the DP83867 driver instead of the generic PHY driver.
CRs-Fixed: 4582518
QLIJIRA for commit 2: https://jira-dc.qualcomm.com/jira/browse/QLIJIRA-142