Skip to content

Commit 71cc373

Browse files
Apply suggestions from code review
Co-authored-by: Raymond Hackley <raymondhackley@protonmail.com>
1 parent 62657fe commit 71cc373

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

arch/arm64/boot/dts/qcom/msm8939-asus-z00t.dts

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,7 @@
108108
compatible = "invensense,mpu6515";
109109
reg = <0x68>;
110110

111-
interrupt-parent = <&tlmm>;
112-
interrupts = <36 IRQ_TYPE_EDGE_RISING>;
111+
interrupts-extended = <&tlmm 36 IRQ_TYPE_EDGE_RISING>;
113112

114113
vdd-supply = <&pm8916_l8>;
115114
vddio-supply = <&pm8916_l6>;
@@ -130,8 +129,7 @@
130129
compatible = "edt,edt-ft5306";
131130
reg = <0x38>;
132131

133-
interrupt-parent = <&tlmm>;
134-
interrupts = <13 IRQ_TYPE_EDGE_FALLING>;
132+
interrupts-extended = <&tlmm 13 IRQ_TYPE_EDGE_FALLING>;
135133

136134
reset-gpios = <&tlmm 12 GPIO_ACTIVE_LOW>;
137135

@@ -391,4 +389,3 @@
391389
bias-pull-up;
392390
};
393391
};
394-

0 commit comments

Comments
 (0)