Skip to content

Commit 4096a5e

Browse files
committed
arm64: apple: t600x: Move dart_sio* to dieX
j375d uses SIO on the second die for DP audio for its dcpexts. Signed-off-by: Janne Grunau <j@jannau.net>
1 parent ccd4ca9 commit 4096a5e

2 files changed

Lines changed: 18 additions & 18 deletions

File tree

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

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -233,24 +233,6 @@
233233
phandle = <&display>;
234234
};
235235

236-
sio_dart_0: iommu@39b004000 {
237-
compatible = "apple,t6000-dart";
238-
reg = <0x3 0x9b004000 0x0 0x4000>;
239-
interrupt-parent = <&aic>;
240-
interrupts = <AIC_IRQ 0 1130 IRQ_TYPE_LEVEL_HIGH>;
241-
#iommu-cells = <1>;
242-
power-domains = <&ps_sio_cpu>;
243-
};
244-
245-
sio_dart_1: iommu@39b008000 {
246-
compatible = "apple,t6000-dart";
247-
reg = <0x3 0x9b008000 0x0 0x8000>;
248-
interrupt-parent = <&aic>;
249-
interrupts = <AIC_IRQ 0 1130 IRQ_TYPE_LEVEL_HIGH>;
250-
#iommu-cells = <1>;
251-
power-domains = <&ps_sio_cpu>;
252-
};
253-
254236
fpwm0: pwm@39b030000 {
255237
compatible = "apple,t6000-fpwm", "apple,s5l-fpwm";
256238
reg = <0x3 0x9b030000 0x0 0x4000>;

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,24 @@
414414
<AIC_IRQ DIE_NO 573 IRQ_TYPE_LEVEL_HIGH>;
415415
};
416416

417+
DIE_NODE(sio_dart_0): iommu@39b004000 {
418+
compatible = "apple,t6000-dart";
419+
reg = <0x3 0x9b004000 0x0 0x4000>;
420+
interrupt-parent = <&aic>;
421+
interrupts = <AIC_IRQ DIE_NO 1130 IRQ_TYPE_LEVEL_HIGH>;
422+
#iommu-cells = <1>;
423+
power-domains = <&DIE_NODE(ps_sio_cpu)>;
424+
};
425+
426+
DIE_NODE(sio_dart_1): iommu@39b008000 {
427+
compatible = "apple,t6000-dart";
428+
reg = <0x3 0x9b008000 0x0 0x8000>;
429+
interrupt-parent = <&aic>;
430+
interrupts = <AIC_IRQ DIE_NO 1130 IRQ_TYPE_LEVEL_HIGH>;
431+
#iommu-cells = <1>;
432+
power-domains = <&DIE_NODE(ps_sio_cpu)>;
433+
};
434+
417435
DIE_NODE(pinctrl_ap): pinctrl@39b028000 {
418436
compatible = "apple,t6000-pinctrl", "apple,pinctrl";
419437
reg = <0x3 0x9b028000 0x0 0x4000>;

0 commit comments

Comments
 (0)