FROMLIST: arm64: dts: qcom: glymur-crd: Add FocalTech ft3d81 touchscr…#1328
FROMLIST: arm64: dts: qcom: glymur-crd: Add FocalTech ft3d81 touchscr…#1328pradyot7 wants to merge 1 commit into
Conversation
…een support The touchscreen module on Glymur/Mahua CRDs is different from the one used on Hamoa CRDs and requires the reset-gpios to be wired to the device. Without this in place the reset line will remain permanently asserted during resume leaving the device offline and causing all I2C transactions to fail with -ENXIO. i2c_hid_of 3-0038: failed to change power setting. i2c_hid_of 3-0038: PM: dpm_run_callback(): i2c_hid_core_pm_resume [i2c_hid] returns -6 i2c_hid_of 3-0038: PM: failed to resume async: error -6 The touchscreen on Glymur/Mahua-CRD is a focaltech ft3d81, which is hardware-compatible with the ft8112. we have added the required change in DT. Fixes: e6bf559 ("arm64: dts: qcom: glymur-crd: Enable keyboard, trackpad and touchscreen") Link: https://lore.kernel.org/linux-arm-msm/20260603-arm64-dts-glymur-crd-add-reset-gpio-to-v3-2-3453ef577bcf@oss.qualcomm.com/ Signed-off-by: Pradyot Kumar Nayak <pradyot.nayak@oss.qualcomm.com>
🔨 Build Failure Analysis — PR #1328PR: #1328
VerdictThis is not a compilation error. The build failed during the pre-merge integration phase due to a merge conflict in 📎 Detailed analysis: Full report |
🔨 Build Failure Analysis — PR #1328PR: #1328
VerdictThis is NOT a compilation failure. The build failed during the merge/integration phase due to a pre-existing merge conflict in 📎 Detailed analysis: Full report |
PR #1328 — validate-patchPR: #1328
Final Summary
Recommendation: Request upstream comparison when network access is available. Address commit message style issues (capitalization, imperative mood). Clarify why commit message mentions reset-gpios but diff only changes compatible string — if this is part of a series, the commit message should reference the companion patch.
|
PR #1328 — checker-log-analyzerPR: #1328
Detailed report: Full report
|
…een support
The touchscreen module on Glymur/Mahua CRDs is different from the one used on Hamoa CRDs and requires the reset-gpios to be wired to the device. Without this in place the reset line will remain permanently asserted during resume leaving the device offline and causing all I2C transactions to fail with -ENXIO.
i2c_hid_of 3-0038: failed to change power setting. i2c_hid_of 3-0038: PM: dpm_run_callback():
i2c_hid_core_pm_resume [i2c_hid] returns -6
i2c_hid_of 3-0038: PM: failed to resume async: error -6
The touchscreen on Glymur/Mahua-CRD is a focaltech ft3d81, which is hardware-compatible with the ft8112.
we have added the required change in DT.
Fixes: e6bf559 ("arm64: dts: qcom: glymur-crd: Enable keyboard, trackpad and touchscreen")
Link: https://lore.kernel.org/linux-arm-msm/20260603-arm64-dts-glymur-crd-add-reset-gpio-to-v3-2-3453ef577bcf@oss.qualcomm.com/