mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 17:13:52 +02:00
arm64: dts: qcom: msm8917-xiaomi-wingtech: Add goodix touch
There are variants from MSM8917 wingtech xiaomis what are using goodix touch controller instead of focaltech. Add goodix node for make it able to use touch on all variants. Signed-off-by: Barnabás Czémán <barnabas.czeman@mainlining.org> Link: https://lore.kernel.org/r/20260315-riva-common-v3-3-897f130786ed@mainlining.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
d6ec514509
commit
f6a8c753ed
|
|
@ -102,6 +102,22 @@ edt_ft5306: touchscreen@38 {
|
|||
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
goodix_gt911: touchscreen@5d {
|
||||
compatible = "goodix,gt911";
|
||||
reg = <0x5d>;
|
||||
interrupts-extended = <&tlmm 65 IRQ_TYPE_LEVEL_LOW>;
|
||||
irq-gpios = <&tlmm 65 GPIO_ACTIVE_HIGH>;
|
||||
reset-gpios = <&tlmm 64 GPIO_ACTIVE_HIGH>;
|
||||
pinctrl-0 = <&tsp_int_rst_default>;
|
||||
pinctrl-names = "default";
|
||||
AVDD28-supply = <&pm8937_l10>;
|
||||
VDDIO-supply = <&pm8937_l5>;
|
||||
touchscreen-size-x = <720>;
|
||||
touchscreen-size-y = <1280>;
|
||||
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
|
||||
&pm8937_gpios {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user