Topic/glymur sdcard dt v2#1466
Conversation
🔨 Build Failure Analysis — PR #1466PR: #1466
VerdictThis is not a compilation failure but a merge conflict during integration. 3 conflicts are in files modified by this PR; 98 conflicts are in unrelated files indicating the PR branch needs rebasing against the current baseline (19b282f417584cfe14ce6a262122c51553d026ec). 📎 Detailed analysis: Full report |
🔨 Build Failure Analysis — PR #1466PR: #1466
VerdictThis is NOT a compilation failure. The build failed during the automerge phase when integrating the PR branch 📎 Detailed analysis: Full report |
PR #1466 — validate-patchPR: #1466
Final Summary
|
PR #1466 — checker-log-analyzerPR: #1466
Detailed report: Full report
|
… voltage for SD-card SD cards may need 1.8v VDDIO also to be supported, to accommodate this requirement reduce the min voltage to 1.8v for `vreg_l2b_e0` which supplies to VDDIO pin of SD card. NOTE - Since this SD card is the only client on this regulator, this change should not have any side effect on any other clients. moreover, SD card driver takes care to explicitly vote for the regulator voltage based on the SD card detection sequence. Also for stable operation of the SD card increase VDD voltage supplied by `vreg_l9b_e0` to 2.96v. Signed-off-by: Kamal Wadhwa <kamal.wadhwa@oss.qualcomm.com> Signed-off-by: Monish Chunara <monish.chunara@oss.qualcomm.com> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Link: https://lore.kernel.org/all/20260702094056.3755467-2-mchunara@oss.qualcomm.com/ Signed-off-by: Pradeep P V K <pradeep.pragallapati@oss.qualcomm.com>
Document the Glymur-specific SDHCI compatible in the sdhci-msm binding. Use "qcom,sdhci-msm-v5" as the fallback compatible for the MSM SDHCI v5 controller used on Glymur. Signed-off-by: Monish Chunara <monish.chunara@oss.qualcomm.com> Link: https://lore.kernel.org/all/20260703-loutish-stimulating-hummingbird-aada5e@quoll/ Signed-off-by: Pradeep P V K <pradeep.pragallapati@oss.qualcomm.com>
Add support for SD card on Glymur SoC and enable the required pinctrl configurations. Co-developed-by: Sachin Rathore <sachin.rathore@oss.qualcomm.com> Signed-off-by: Sachin Rathore <sachin.rathore@oss.qualcomm.com> Signed-off-by: Monish Chunara <monish.chunara@oss.qualcomm.com> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Link: https://lore.kernel.org/all/20260702094056.3755467-4-mchunara@oss.qualcomm.com/ Signed-off-by: Pradeep P V K <pradeep.pragallapati@oss.qualcomm.com>
Enable SD card for Glymur CRD platform. Configure the vmmc/vqmmc regulators and gpio-based card detection for the platform. Co-developed-by: Sachin Rathore <sachin.rathore@oss.qualcomm.com> Signed-off-by: Sachin Rathore <sachin.rathore@oss.qualcomm.com> Signed-off-by: Monish Chunara <monish.chunara@oss.qualcomm.com> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Link: https://lore.kernel.org/all/20260702094056.3755467-5-mchunara@oss.qualcomm.com/ Signed-off-by: Pradeep P V K <pradeep.pragallapati@oss.qualcomm.com>
8669cbc to
f0b96c3
Compare
🔨 Build Failure Analysis — PR #1466PR: #1466
Verdict3 of 106 merge conflicts are introduced by this PR; 103 are pre-existing integration issues in the base branch. 📎 Detailed analysis: Full report |
🔨 Build Failure Analysis — PR #1466PR: #1466
Verdict3 of 99 merge conflicts are directly introduced by this PR's changes to Glymur device tree files; 96 are pre-existing conflicts in the integration branch unrelated to the PR. 📎 Detailed analysis: Full report |
SDCARD dt changes for Glymur CRD platform.