arm64: dts: qcom: hamoa: Fix pcie4_port0_ep endpoint stub location - #1675
Conversation
…ocation The pcie4_port0_ep endpoint stub was incorrectly added inside the pcie5_port0 child node due to a context-matching error during patch application. Move it to the correct pcie4_port0 child node. Fixes: 2d51788 ("FROMLIST: arm64: dts: qcom: hamoa: Add graph port/endpoint anchors to pcie4_port0 and uart14") Signed-off-by: Wei Deng <wei.deng@oss.qualcomm.com>
|
Superseded by #1674 (full rewrite with corrected P1). |
🔨 Build Failure Analysis — PR #1675PR: #1675
Verdict0 of 2 failures are introduced by this PR; both are pre-existing integration conflicts. The build never reached compilation — it failed during the automerge phase when integrating the topic branch with the baseline. The PR itself only modifies 📎 Detailed analysis: Full report |
🔨 Build Failure Analysis — PR #1675PR: #1675
VerdictThis is not a compilation failure. The build failed during the automerge step due to 2 merge conflicts introduced by this PR when merging topic branch 📎 Detailed analysis: Full report |
PR #1675 — validate-patchPR: #1675
Final Summary
|
PR #1675 — checker-log-analyzerPR: #1675
Detailed report: Full report
|
The pcie4_port0_ep endpoint stub was incorrectly added inside the
pcie5_port0 child node due to a context-matching error during patch
application. Move it to the correct pcie4_port0 child node.
Only hamoa.dtsi changes (5 insertions, 5 deletions — moving the stub
from pcie5_port0 to pcie4_port0).
Fixes: 2d51788 ("FROMLIST: arm64: dts: qcom: hamoa: Add graph port/endpoint anchors to pcie4_port0 and uart14")
CRs-Fixed: 4630764