Skip to content

Commit 13d2c4a

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 24461dc commit 13d2c4a

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
@@ -251,24 +251,6 @@
251251
phandle = <&display>;
252252
};
253253

254-
sio_dart_0: iommu@39b004000 {
255-
compatible = "apple,t6000-dart";
256-
reg = <0x3 0x9b004000 0x0 0x4000>;
257-
interrupt-parent = <&aic>;
258-
interrupts = <AIC_IRQ 0 1130 IRQ_TYPE_LEVEL_HIGH>;
259-
#iommu-cells = <1>;
260-
power-domains = <&ps_sio_cpu>;
261-
};
262-
263-
sio_dart_1: iommu@39b008000 {
264-
compatible = "apple,t6000-dart";
265-
reg = <0x3 0x9b008000 0x0 0x8000>;
266-
interrupt-parent = <&aic>;
267-
interrupts = <AIC_IRQ 0 1130 IRQ_TYPE_LEVEL_HIGH>;
268-
#iommu-cells = <1>;
269-
power-domains = <&ps_sio_cpu>;
270-
};
271-
272254
fpwm0: pwm@39b030000 {
273255
compatible = "apple,t6000-fpwm", "apple,s5l-fpwm";
274256
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)