Skip to content

Commit e5d343d

Browse files
committed
arm64: dts: apple: j293: Add missing speaker amp IRQs
Signed-off-by: Hector Martin <marcan@marcan.st>
1 parent c809fb8 commit e5d343d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

arch/arm64/boot/dts/apple/t8103-j293.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@
111111
shutdown-gpios = <&pinctrl_ap 181 GPIO_ACTIVE_HIGH>;
112112
#sound-dai-cells = <0>;
113113
sound-name-prefix = "Left Rear";
114+
interrupts-extended = <&pinctrl_ap 182 IRQ_TYPE_LEVEL_LOW>;
114115
ti,imon-slot-no = <8>;
115116
ti,vmon-slot-no = <10>;
116117
};
@@ -121,6 +122,7 @@
121122
shutdown-gpios = <&pinctrl_ap 181 GPIO_ACTIVE_HIGH>;
122123
#sound-dai-cells = <0>;
123124
sound-name-prefix = "Left Front";
125+
interrupts-extended = <&pinctrl_ap 182 IRQ_TYPE_LEVEL_LOW>;
124126
ti,imon-slot-no = <0>;
125127
ti,vmon-slot-no = <2>;
126128
ti,sdout-force-zero-mask = <0xf0f0>;
@@ -149,6 +151,7 @@
149151
shutdown-gpios = <&pinctrl_ap 181 GPIO_ACTIVE_HIGH>;
150152
#sound-dai-cells = <0>;
151153
sound-name-prefix = "Right Rear";
154+
interrupts-extended = <&pinctrl_ap 182 IRQ_TYPE_LEVEL_LOW>;
152155
ti,imon-slot-no = <12>;
153156
ti,vmon-slot-no = <14>;
154157
};
@@ -159,6 +162,7 @@
159162
shutdown-gpios = <&pinctrl_ap 181 GPIO_ACTIVE_HIGH>;
160163
#sound-dai-cells = <0>;
161164
sound-name-prefix = "Right Front";
165+
interrupts-extended = <&pinctrl_ap 182 IRQ_TYPE_LEVEL_LOW>;
162166
ti,imon-slot-no = <4>;
163167
ti,vmon-slot-no = <6>;
164168
ti,sdout-force-zero-mask = <0x0f0f>;

0 commit comments

Comments
 (0)