-
Notifications
You must be signed in to change notification settings - Fork 341
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xiaomi-markw Atmel touchscreen #428
Comments
I believe those devices have multi-sourced touchscreens, in which case it's non-trivial for lk2nd to detect which specific touchscreen is there. One could probably write a fixup driver and try talking to the touchscreen before boot to figure out which one it is, but this obviously requires someone with the hardware on hand as well as some know-how to correctly detect the present touchscreen. If I recall correctly, the suggestion for now was to manually build a fixed up verison of lk2nd for a given device. |
Yeah. And I don't speak C good enough yet so I can't do it... Current workaround is to do this: From cbf06795e5d6d1c6f60372dc3b2628fd7e15ca48 Mon Sep 17 00:00:00 2001
From: alex <alekseipesorin@outlook.com>
Date: Sat, 14 Sep 2024 16:54:27 +0300
Subject: [PATCH] atmel
---
lk2nd/device/dts/msm8953/msm8953-xiaomi-markw.dts | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/lk2nd/device/dts/msm8953/msm8953-xiaomi-markw.dts b/lk2nd/device/dts/msm8953/msm8953-xiaomi-markw.dts
index d9d6216..fd14219 100644
--- a/lk2nd/device/dts/msm8953/msm8953-xiaomi-markw.dts
+++ b/lk2nd/device/dts/msm8953/msm8953-xiaomi-markw.dts
@@ -21,7 +21,8 @@
qcom,mdss_dsi_nt35596_ebbg_1080p_video {
compatible = "mdss,nt35596-ebbg";
- touchscreen-compatible = "edt,edt-ft5336";
+ // touchscreen-compatible = "edt,edt-ft5336";
+ touchscreen-compatible = "atmel,maxtouch";
};
qcom,mdss_dsi_r63350_1080p_video {
compatible = "mdss,r63350";
--
2.34.1 |
That is why comments were there in msm8953 fork to be able to make custom build for atmel variants easily |
Yeah lol |
Hello! This technically isn't required for Android, but please somehow make markw hardware revisions with the
atmel,maxtouch
touch panel work in the dt. This is required for pmOS. Thanks.The text was updated successfully, but these errors were encountered: