Adding missing dts changes

Change-Id: I164f209444d71cd49a27ec647e31cfa7e5083faa
This commit is contained in:
Florian Leeber 2022-01-24 22:41:50 +01:00
parent 98813c6d79
commit 05769181a3
2 changed files with 34 additions and 23 deletions

View file

@ -641,30 +641,40 @@
/* Display */
&i2c_5 {
synaptics@20 {
status = "disabled";
};
synaptics-rmi-ts@20 {
compatible = "synaptics,s3320";
reg = <0x20>;
interrupt-parent = <&tlmm>;
interrupts = <125 0x2008>;
vcc_i2c_1v8-supply = <&pm8998_l6>;
vdd_2v8-supply = <&pm8998_l28>;
synaptics,tx-rx-num = <17 30>;
synaptics,vdd-voltage = <1808000 1808000>;
synaptics,avdd-voltage = <3008000 3008000>;
synaptics,vdd-current = <40000>;
synaptics,avdd-current = <20000>;
synaptics,display-coords = <1080 1920>;
synaptics,reset-gpio = <&tlmm 89 0x00>;
synaptics,irq-gpio = <&tlmm 125 0x2008>;
oem,support_hw_poweroff;
pinctrl-names = "pmx_ts_active", "pmx_ts_suspend";
pinctrl-0 = <&ts_active>;
pinctrl-1 = <&ts_int_suspend &ts_reset_suspend>;
};
/delete-node/ synaptics@20;
touchscreen@20 {
compatible = "syna,rmi4-i2c";
reg = <0x20>;
#address-cells = <1>;
#size-cells = <0>;
interrupt-parent = <&tlmm>;
interrupts = <125 IRQ_TYPE_EDGE_FALLING>;
pinctrl-names = "default";
pinctrl-0 = <&ts_active>;
vdd-supply = <&pm8998_l28>;
vio-supply = <&pm8998_l6>;
syna,reset-delay-ms = <20>;
syna,startup-delay-ms = <20>;
rmi4-f01@1 {
reg = <0x01>;
syna,nosleep-mode = <1>;
};
rmi4_f12: rmi4-f12@12 {
reg = <0x12>;
syna,rezero-wait-ms = <20>;
syna,sensor-type = <1>;
touchscreen-x-mm = <68>;
touchscreen-y-mm = <122>;
};
};
};
&pcie0_clkreq_default {
mux {
pins = "gpio36";

View file

@ -659,6 +659,7 @@
};
&i2c_5 {
/delete-node/ synaptics@20;
touchscreen@20 {
compatible = "syna,rmi4-i2c";
reg = <0x20>;