We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62657fe commit 71cc373Copy full SHA for 71cc373
arch/arm64/boot/dts/qcom/msm8939-asus-z00t.dts
@@ -108,8 +108,7 @@
108
compatible = "invensense,mpu6515";
109
reg = <0x68>;
110
111
- interrupt-parent = <&tlmm>;
112
- interrupts = <36 IRQ_TYPE_EDGE_RISING>;
+ interrupts-extended = <&tlmm 36 IRQ_TYPE_EDGE_RISING>;
113
114
vdd-supply = <&pm8916_l8>;
115
vddio-supply = <&pm8916_l6>;
@@ -130,8 +129,7 @@
130
129
compatible = "edt,edt-ft5306";
131
reg = <0x38>;
132
133
134
- interrupts = <13 IRQ_TYPE_EDGE_FALLING>;
+ interrupts-extended = <&tlmm 13 IRQ_TYPE_EDGE_FALLING>;
135
136
reset-gpios = <&tlmm 12 GPIO_ACTIVE_LOW>;
137
@@ -391,4 +389,3 @@
391
389
bias-pull-up;
392
390
};
393
394
-
0 commit comments