Skip to content

Commit c3ab652

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

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

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

Lines changed: 6 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 1";
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 = <0xf0f0f0>;
@@ -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
};
@@ -123,6 +125,7 @@
123125
shutdown-gpios = <&pinctrl_ap 88 GPIO_ACTIVE_HIGH>;
124126
#sound-dai-cells = <0>;
125127
sound-name-prefix = "Left Woofer 2";
128+
interrupts-extended = <&pinctrl_ap 11 IRQ_TYPE_LEVEL_LOW>;
126129
ti,imon-slot-no = <16>;
127130
ti,vmon-slot-no = <18>;
128131
};
@@ -135,6 +138,7 @@
135138
shutdown-gpios = <&pinctrl_ap 88 GPIO_ACTIVE_HIGH>;
136139
#sound-dai-cells = <0>;
137140
sound-name-prefix = "Right Woofer 1";
141+
interrupts-extended = <&pinctrl_ap 11 IRQ_TYPE_LEVEL_LOW>;
138142
ti,imon-slot-no = <4>;
139143
ti,vmon-slot-no = <6>;
140144
ti,sdout-force-zero-mask = <0x0f0f0f>;
@@ -146,6 +150,7 @@
146150
shutdown-gpios = <&pinctrl_ap 88 GPIO_ACTIVE_HIGH>;
147151
#sound-dai-cells = <0>;
148152
sound-name-prefix = "Right Tweeter";
153+
interrupts-extended = <&pinctrl_ap 11 IRQ_TYPE_LEVEL_LOW>;
149154
ti,imon-slot-no = <12>;
150155
ti,vmon-slot-no = <14>;
151156
};
@@ -156,6 +161,7 @@
156161
shutdown-gpios = <&pinctrl_ap 88 GPIO_ACTIVE_HIGH>;
157162
#sound-dai-cells = <0>;
158163
sound-name-prefix = "Right Woofer 2";
164+
interrupts-extended = <&pinctrl_ap 11 IRQ_TYPE_LEVEL_LOW>;
159165
ti,imon-slot-no = <20>;
160166
ti,vmon-slot-no = <22>;
161167
};

0 commit comments

Comments
 (0)