Skip to content

Commit 5217faa

Browse files
committed
arm64: dts: apple: j413: Add missing speaker amp IRQs
Signed-off-by: Hector Martin <marcan@marcan.st>
1 parent 60b4957 commit 5217faa

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
102102
shutdown-gpios = <&pinctrl_ap 88 GPIO_ACTIVE_HIGH>;
103103
#sound-dai-cells = <0>;
104104
sound-name-prefix = "Left Woofer";
105+
interrupts-extended = <&pinctrl_ap 11 IRQ_TYPE_LEVEL_LOW>;
105106
ti,imon-slot-no = <0>;
106107
ti,vmon-slot-no = <2>;
107108
ti,sdout-force-zero-mask = <0xf0f0>;
@@ -113,6 +114,7 @@
113114
shutdown-gpios = <&pinctrl_ap 88 GPIO_ACTIVE_HIGH>;
114115
#sound-dai-cells = <0>;
115116
sound-name-prefix = "Left Tweeter";
117+
interrupts-extended = <&pinctrl_ap 11 IRQ_TYPE_LEVEL_LOW>;
116118
ti,imon-slot-no = <8>;
117119
ti,vmon-slot-no = <10>;
118120
};
@@ -125,6 +127,7 @@
125127
shutdown-gpios = <&pinctrl_ap 88 GPIO_ACTIVE_HIGH>;
126128
#sound-dai-cells = <0>;
127129
sound-name-prefix = "Right Woofer";
130+
interrupts-extended = <&pinctrl_ap 11 IRQ_TYPE_LEVEL_LOW>;
128131
ti,imon-slot-no = <4>;
129132
ti,vmon-slot-no = <6>;
130133
ti,sdout-force-zero-mask = <0x0f0f>;
@@ -136,6 +139,7 @@
136139
shutdown-gpios = <&pinctrl_ap 88 GPIO_ACTIVE_HIGH>;
137140
#sound-dai-cells = <0>;
138141
sound-name-prefix = "Right Tweeter";
142+
interrupts-extended = <&pinctrl_ap 11 IRQ_TYPE_LEVEL_LOW>;
139143
ti,imon-slot-no = <12>;
140144
ti,vmon-slot-no = <14>;
141145
};

0 commit comments

Comments
 (0)