Skip to content

Commit 22ab51c

Browse files
committed
arm64: dts: apple: j493: Add missing speaker amp IRQs
Signed-off-by: Hector Martin <marcan@marcan.st>
1 parent c3ab652 commit 22ab51c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@
106106
shutdown-gpios = <&pinctrl_ap 88 GPIO_ACTIVE_HIGH>;
107107
#sound-dai-cells = <0>;
108108
sound-name-prefix = "Left Rear";
109+
interrupts-extended = <&pinctrl_ap 11 IRQ_TYPE_LEVEL_LOW>;
109110
ti,imon-slot-no = <8>;
110111
ti,vmon-slot-no = <10>;
111112
};
@@ -116,6 +117,7 @@
116117
shutdown-gpios = <&pinctrl_ap 88 GPIO_ACTIVE_HIGH>;
117118
#sound-dai-cells = <0>;
118119
sound-name-prefix = "Left Front";
120+
interrupts-extended = <&pinctrl_ap 11 IRQ_TYPE_LEVEL_LOW>;
119121
ti,imon-slot-no = <0>;
120122
ti,vmon-slot-no = <2>;
121123
ti,sdout-force-zero-mask = <0xf0f0>;
@@ -129,6 +131,7 @@
129131
shutdown-gpios = <&pinctrl_ap 88 GPIO_ACTIVE_HIGH>;
130132
#sound-dai-cells = <0>;
131133
sound-name-prefix = "Right Rear";
134+
interrupts-extended = <&pinctrl_ap 11 IRQ_TYPE_LEVEL_LOW>;
132135
ti,imon-slot-no = <12>;
133136
ti,vmon-slot-no = <14>;
134137
};
@@ -139,6 +142,7 @@
139142
shutdown-gpios = <&pinctrl_ap 88 GPIO_ACTIVE_HIGH>;
140143
#sound-dai-cells = <0>;
141144
sound-name-prefix = "Right Front";
145+
interrupts-extended = <&pinctrl_ap 11 IRQ_TYPE_LEVEL_LOW>;
142146
ti,imon-slot-no = <4>;
143147
ti,vmon-slot-no = <6>;
144148
ti,sdout-force-zero-mask = <0x0f0f>;

0 commit comments

Comments
 (0)