mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 04:59:05 +00:00
Merge kernel.lnx.5.4-200915 into msm-5.10. Change-Id: If85db2d0b92b484f2e439d72bee8c5e1056baa3f
18 lines
465 B
Plaintext
18 lines
465 B
Plaintext
|
|
&qupv3_se4_i2c {
|
|
status = "ok";
|
|
st_fts@49 {
|
|
compatible = "st,fts";
|
|
reg = <0x49>;
|
|
st,x-flip = <1>;
|
|
st,y-flip = <1>;
|
|
st,regulator_dvdd = "vdd";
|
|
st,regulator_avdd = "avdd";
|
|
st,trusted-touch-mode = "vm_mode";
|
|
st,touch-environment = "tvm";
|
|
st,trusted-touch-spi-irq = <566>;
|
|
st,trusted-touch-io-bases = <0xF114000 0xF115000 0xF116000 0xF117000 0x990000 0x00910000>;
|
|
st,trusted-touch-io-sizes = <0x1000 0x1000 0x1000 0x1000 0x1000 0x4000>;
|
|
};
|
|
};
|