mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 04:59:05 +00:00
ARM: dts: msm: Enable touch for amoled idps on diwali
Enable touch for amoled idps on diwali platform. Change-Id: Ib9501fcbb1b1d9111d43a814d3423c206c653dbe
This commit is contained in:
@@ -3,3 +3,36 @@
|
||||
|
||||
&soc {
|
||||
};
|
||||
|
||||
&qupv3_se0_i2c {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&qupv3_se0_spi {
|
||||
status = "ok";
|
||||
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
qcom,spi-touch-active = "focaltech,fts_ts";
|
||||
|
||||
focaltech@0 {
|
||||
compatible = "focaltech,fts_ts";
|
||||
reg = <0x0>;
|
||||
spi-max-frequency = <6000000>;
|
||||
interrupt-parent = <&tlmm>;
|
||||
interrupts = <51 0x2008>;
|
||||
focaltech,reset-gpio = <&tlmm 17 0x00>;
|
||||
focaltech,irq-gpio = <&tlmm 51 0x2008>;
|
||||
focaltech,display-coords = <0 0 1080 2340>;
|
||||
focaltech,max-touch-number = <5>;
|
||||
focaltech,ic-type = <0x3658D488>;
|
||||
focaltech,touch-type = "primary";
|
||||
|
||||
vdd-supply = <&L3C>;
|
||||
|
||||
pinctrl-names = "pmx_ts_active", "pmx_ts_suspend", "pmx_ts_release";
|
||||
pinctrl-0 = <&ts_active>;
|
||||
pinctrl-1 = <&ts_int_suspend &ts_reset_suspend>;
|
||||
pinctrl-2 = <&ts_release>;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user