Skip to content

Commit b312855

Browse files
committed
fixup! arm64: dts: apple: t8112: Add mtp device nodes for j413/j493
1 parent 53fe89e commit b312855

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

arch/arm64/boot/dts/apple/t8112-j413.dts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,10 @@
210210
status = "okay";
211211
};
212212
&mtp_hid {
213+
apple,afe-reset-gpios = <&smc_gpio 8 GPIO_ACTIVE_LOW>;
214+
apple,stm-reset-gpios = <&smc_gpio 24 GPIO_ACTIVE_LOW>;
215+
213216
multi-touch {
214-
apple,afe-reset-gpios = <&smc_gpio 8 GPIO_ACTIVE_LOW>;
215217
firmware-name = "apple/tpmtfw-j413.bin";
216218
};
217219

@@ -221,7 +223,6 @@
221223
};
222224

223225
stm {
224-
apple,stm-reset-gpios = <&smc_gpio 24 GPIO_ACTIVE_LOW>;
225226
};
226227

227228
actuator {

arch/arm64/boot/dts/apple/t8112-j493.dts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,10 @@
198198
status = "okay";
199199
};
200200
&mtp_hid {
201+
apple,afe-reset-gpios = <&smc_gpio 8 GPIO_ACTIVE_LOW>;
202+
apple,stm-reset-gpios = <&smc_gpio 24 GPIO_ACTIVE_LOW>;
203+
201204
multi-touch {
202-
apple,afe-reset-gpios = <&smc_gpio 8 GPIO_ACTIVE_LOW>;
203205
firmware-name = "apple/tpmtfw-j493.bin";
204206
};
205207

@@ -209,7 +211,6 @@
209211
};
210212

211213
stm {
212-
apple,stm-reset-gpios = <&smc_gpio 24 GPIO_ACTIVE_LOW>;
213214
};
214215

215216
actuator {

0 commit comments

Comments
 (0)