Skip to content

Commit 2ea0f22

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 d5a52f0 commit 2ea0f22

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
@@ -236,24 +236,6 @@
236236
phandle = <&display>;
237237
};
238238

239-
sio_dart_0: iommu@39b004000 {
240-
compatible = "apple,t6000-dart";
241-
reg = <0x3 0x9b004000 0x0 0x4000>;
242-
interrupt-parent = <&aic>;
243-
interrupts = <AIC_IRQ 0 1130 IRQ_TYPE_LEVEL_HIGH>;
244-
#iommu-cells = <1>;
245-
power-domains = <&ps_sio_cpu>;
246-
};
247-
248-
sio_dart_1: iommu@39b008000 {
249-
compatible = "apple,t6000-dart";
250-
reg = <0x3 0x9b008000 0x0 0x8000>;
251-
interrupt-parent = <&aic>;
252-
interrupts = <AIC_IRQ 0 1130 IRQ_TYPE_LEVEL_HIGH>;
253-
#iommu-cells = <1>;
254-
power-domains = <&ps_sio_cpu>;
255-
};
256-
257239
fpwm0: pwm@39b030000 {
258240
compatible = "apple,t6000-fpwm", "apple,s5l-fpwm";
259241
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)