mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 04:56:13 +02:00
arm64: dts: qcom: sc7280: Add touchscreen and touchpad support for evoker
Change touchpad and touchscreen node for evoker Touchpad: SA461D-1011 Touchscreen: GT7986U Signed-off-by: Sheng-Liang Pan <sheng-liang.pan@quanta.corp-partner.google.com> Reviewed-by: Douglas Anderson <dianders@chromium.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@somainline.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20221107173954.v11.3.I3ac715e729f6f9b5a3e3001b155df4f9d14e6186@changeid
This commit is contained in:
parent
ef4fc701d4
commit
928263d174
|
|
@ -23,16 +23,15 @@ ap_tp_i2c: &i2c0 {
|
|||
status = "okay";
|
||||
clock-frequency = <400000>;
|
||||
|
||||
trackpad: trackpad@2c {
|
||||
compatible = "hid-over-i2c";
|
||||
reg = <0x2c>;
|
||||
trackpad: trackpad@15 {
|
||||
compatible = "elan,ekth3000";
|
||||
reg = <0x15>;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&tp_int_odl>;
|
||||
|
||||
interrupt-parent = <&tlmm>;
|
||||
interrupts = <7 IRQ_TYPE_EDGE_FALLING>;
|
||||
|
||||
hid-descr-addr = <0x20>;
|
||||
vcc-supply = <&pp3300_z1>;
|
||||
|
||||
wakeup-source;
|
||||
|
|
@ -43,9 +42,9 @@ ts_i2c: &i2c13 {
|
|||
status = "okay";
|
||||
clock-frequency = <400000>;
|
||||
|
||||
ap_ts: touchscreen@10 {
|
||||
compatible = "elan,ekth6915";
|
||||
reg = <0x10>;
|
||||
ap_ts: touchscreen@5d {
|
||||
compatible = "goodix,gt7986u", "goodix,gt7375p";
|
||||
reg = <0x5d>;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&ts_int_conn>, <&ts_rst_conn>;
|
||||
|
||||
|
|
@ -54,7 +53,7 @@ ap_ts: touchscreen@10 {
|
|||
|
||||
reset-gpios = <&tlmm 54 GPIO_ACTIVE_LOW>;
|
||||
|
||||
vcc33-supply = <&ts_avdd>;
|
||||
vdd-supply = <&ts_avdd>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user