Adding missing dts changes
Change-Id: I164f209444d71cd49a27ec647e31cfa7e5083faa
This commit is contained in:
parent
98813c6d79
commit
05769181a3
2 changed files with 34 additions and 23 deletions
|
@ -641,30 +641,40 @@
|
||||||
|
|
||||||
/* Display */
|
/* Display */
|
||||||
&i2c_5 {
|
&i2c_5 {
|
||||||
synaptics@20 {
|
/delete-node/ synaptics@20;
|
||||||
status = "disabled";
|
touchscreen@20 {
|
||||||
};
|
compatible = "syna,rmi4-i2c";
|
||||||
synaptics-rmi-ts@20 {
|
reg = <0x20>;
|
||||||
compatible = "synaptics,s3320";
|
#address-cells = <1>;
|
||||||
reg = <0x20>;
|
#size-cells = <0>;
|
||||||
interrupt-parent = <&tlmm>;
|
|
||||||
interrupts = <125 0x2008>;
|
interrupt-parent = <&tlmm>;
|
||||||
vcc_i2c_1v8-supply = <&pm8998_l6>;
|
interrupts = <125 IRQ_TYPE_EDGE_FALLING>;
|
||||||
vdd_2v8-supply = <&pm8998_l28>;
|
|
||||||
synaptics,tx-rx-num = <17 30>;
|
pinctrl-names = "default";
|
||||||
synaptics,vdd-voltage = <1808000 1808000>;
|
pinctrl-0 = <&ts_active>;
|
||||||
synaptics,avdd-voltage = <3008000 3008000>;
|
|
||||||
synaptics,vdd-current = <40000>;
|
vdd-supply = <&pm8998_l28>;
|
||||||
synaptics,avdd-current = <20000>;
|
vio-supply = <&pm8998_l6>;
|
||||||
synaptics,display-coords = <1080 1920>;
|
|
||||||
synaptics,reset-gpio = <&tlmm 89 0x00>;
|
syna,reset-delay-ms = <20>;
|
||||||
synaptics,irq-gpio = <&tlmm 125 0x2008>;
|
syna,startup-delay-ms = <20>;
|
||||||
oem,support_hw_poweroff;
|
|
||||||
pinctrl-names = "pmx_ts_active", "pmx_ts_suspend";
|
rmi4-f01@1 {
|
||||||
pinctrl-0 = <&ts_active>;
|
reg = <0x01>;
|
||||||
pinctrl-1 = <&ts_int_suspend &ts_reset_suspend>;
|
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 {
|
&pcie0_clkreq_default {
|
||||||
mux {
|
mux {
|
||||||
pins = "gpio36";
|
pins = "gpio36";
|
||||||
|
|
|
@ -659,6 +659,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
&i2c_5 {
|
&i2c_5 {
|
||||||
|
/delete-node/ synaptics@20;
|
||||||
touchscreen@20 {
|
touchscreen@20 {
|
||||||
compatible = "syna,rmi4-i2c";
|
compatible = "syna,rmi4-i2c";
|
||||||
reg = <0x20>;
|
reg = <0x20>;
|
||||||
|
|
Loading…
Add table
Reference in a new issue