Skip to content

Commit cf63a91

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 a01786c commit cf63a91

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
@@ -248,24 +248,6 @@
248248
phandle = <&display>;
249249
};
250250

251-
sio_dart_0: iommu@39b004000 {
252-
compatible = "apple,t6000-dart";
253-
reg = <0x3 0x9b004000 0x0 0x4000>;
254-
interrupt-parent = <&aic>;
255-
interrupts = <AIC_IRQ 0 1130 IRQ_TYPE_LEVEL_HIGH>;
256-
#iommu-cells = <1>;
257-
power-domains = <&ps_sio_cpu>;
258-
};
259-
260-
sio_dart_1: iommu@39b008000 {
261-
compatible = "apple,t6000-dart";
262-
reg = <0x3 0x9b008000 0x0 0x8000>;
263-
interrupt-parent = <&aic>;
264-
interrupts = <AIC_IRQ 0 1130 IRQ_TYPE_LEVEL_HIGH>;
265-
#iommu-cells = <1>;
266-
power-domains = <&ps_sio_cpu>;
267-
};
268-
269251
fpwm0: pwm@39b030000 {
270252
compatible = "apple,t6000-fpwm", "apple,s5l-fpwm";
271253
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
@@ -408,6 +408,24 @@
408408
<AIC_IRQ DIE_NO 573 IRQ_TYPE_LEVEL_HIGH>;
409409
};
410410

411+
DIE_NODE(sio_dart_0): iommu@39b004000 {
412+
compatible = "apple,t6000-dart";
413+
reg = <0x3 0x9b004000 0x0 0x4000>;
414+
interrupt-parent = <&aic>;
415+
interrupts = <AIC_IRQ DIE_NO 1130 IRQ_TYPE_LEVEL_HIGH>;
416+
#iommu-cells = <1>;
417+
power-domains = <&DIE_NODE(ps_sio_cpu)>;
418+
};
419+
420+
DIE_NODE(sio_dart_1): iommu@39b008000 {
421+
compatible = "apple,t6000-dart";
422+
reg = <0x3 0x9b008000 0x0 0x8000>;
423+
interrupt-parent = <&aic>;
424+
interrupts = <AIC_IRQ DIE_NO 1130 IRQ_TYPE_LEVEL_HIGH>;
425+
#iommu-cells = <1>;
426+
power-domains = <&DIE_NODE(ps_sio_cpu)>;
427+
};
428+
411429
DIE_NODE(pinctrl_ap): pinctrl@39b028000 {
412430
compatible = "apple,t6000-pinctrl", "apple,pinctrl";
413431
reg = <0x3 0x9b028000 0x0 0x4000>;

0 commit comments

Comments
 (0)