Skip to content

Commit 3579121

Browse files
committed
fixup! arm64: dts: apple: Add AOP and subdevices
Signed-off-by: Janne Grunau <j@jannau.net>
1 parent 2226650 commit 3579121

4 files changed

Lines changed: 12 additions & 0 deletions

File tree

arch/arm64/boot/dts/apple/t600x-die0.dtsi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@
193193
interrupt-names = "send-empty", "send-not-empty",
194194
"recv-empty", "recv-not-empty";
195195
#mbox-cells = <0>;
196+
status = "disabled";
196197
};
197198

198199
aop_dart: iommu@293808000 {
@@ -201,6 +202,7 @@
201202
#iommu-cells = <1>;
202203
interrupt-parent = <&aic>;
203204
interrupts = <AIC_IRQ 0 597 IRQ_TYPE_LEVEL_HIGH>;
205+
status = "disabled";
204206
};
205207

206208
aop_admac: dma-controller@293980000 {
@@ -219,6 +221,7 @@
219221
<&aic AIC_IRQ 0 600 IRQ_TYPE_LEVEL_HIGH>,
220222
<0>;
221223
iommus = <&aop_dart 7>;
224+
status = "disabled";
222225
};
223226

224227
aop: aop@293c00000 {

arch/arm64/boot/dts/apple/t602x-die0.dtsi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@
196196
interrupt-names = "send-empty", "send-not-empty",
197197
"recv-empty", "recv-not-empty";
198198
#mbox-cells = <0>;
199+
status = "disabled";
199200
};
200201

201202
aop_dart: iommu@2a6808000 {
@@ -204,6 +205,7 @@
204205
#iommu-cells = <1>;
205206
interrupt-parent = <&aic>;
206207
interrupts = <AIC_IRQ 0 628 IRQ_TYPE_LEVEL_HIGH>;
208+
status = "disabled";
207209
};
208210

209211
aop_admac: dma-controller@2a6980000 {
@@ -222,6 +224,7 @@
222224
<&aic AIC_IRQ 0 631 IRQ_TYPE_LEVEL_HIGH>,
223225
<0>;
224226
iommus = <&aop_dart 10>;
227+
status = "disabled";
225228
};
226229

227230
aop: aop@2a6c00000 {

arch/arm64/boot/dts/apple/t8103.dtsi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1323,6 +1323,7 @@
13231323
interrupt-names = "send-empty", "send-not-empty",
13241324
"recv-empty", "recv-not-empty";
13251325
#mbox-cells = <0>;
1326+
status = "disabled";
13261327
};
13271328

13281329
aop_dart: iommu@24a808000 {
@@ -1331,6 +1332,7 @@
13311332
#iommu-cells = <1>;
13321333
interrupt-parent = <&aic>;
13331334
interrupts = <AIC_IRQ 300 IRQ_TYPE_LEVEL_HIGH>;
1335+
status = "disabled";
13341336
};
13351337

13361338
aop_admac: dma-controller@24a980000 {
@@ -1349,6 +1351,7 @@
13491351
<&aic AIC_IRQ 321 IRQ_TYPE_LEVEL_HIGH>,
13501352
<0>;
13511353
iommus = <&aop_dart 7>;
1354+
status = "disabled";
13521355
};
13531356

13541357
aop: aop@24ac00000 {

arch/arm64/boot/dts/apple/t8112.dtsi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1409,6 +1409,7 @@
14091409
interrupt-names = "send-empty", "send-not-empty",
14101410
"recv-empty", "recv-not-empty";
14111411
#mbox-cells = <0>;
1412+
status = "disabled";
14121413
};
14131414

14141415
aop_dart: iommu@24a808000 {
@@ -1417,6 +1418,7 @@
14171418
#iommu-cells = <1>;
14181419
interrupt-parent = <&aic>;
14191420
interrupts = <AIC_IRQ 338 IRQ_TYPE_LEVEL_HIGH>;
1421+
status = "disabled";
14201422
};
14211423

14221424
aop_admac: dma-controller@24a980000 {
@@ -1435,6 +1437,7 @@
14351437
<&aic AIC_IRQ 359 IRQ_TYPE_LEVEL_HIGH>,
14361438
<0>;
14371439
iommus = <&aop_dart 10>;
1440+
status = "disabled";
14381441
};
14391442

14401443
aop: aop@24ac00000 {

0 commit comments

Comments
 (0)