Skip to content

Commit 6972990

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 0222c29 commit 6972990

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
@@ -227,6 +227,24 @@
227227
<AIC_IRQ DIE_NO 573 IRQ_TYPE_LEVEL_HIGH>;
228228
};
229229

230+
DIE_NODE(sio_dart_0): iommu@39b004000 {
231+
compatible = "apple,t6000-dart";
232+
reg = <0x3 0x9b004000 0x0 0x4000>;
233+
interrupt-parent = <&aic>;
234+
interrupts = <AIC_IRQ DIE_NO 1130 IRQ_TYPE_LEVEL_HIGH>;
235+
#iommu-cells = <1>;
236+
power-domains = <&DIE_NODE(ps_sio_cpu)>;
237+
};
238+
239+
DIE_NODE(sio_dart_1): iommu@39b008000 {
240+
compatible = "apple,t6000-dart";
241+
reg = <0x3 0x9b008000 0x0 0x8000>;
242+
interrupt-parent = <&aic>;
243+
interrupts = <AIC_IRQ DIE_NO 1130 IRQ_TYPE_LEVEL_HIGH>;
244+
#iommu-cells = <1>;
245+
power-domains = <&DIE_NODE(ps_sio_cpu)>;
246+
};
247+
230248
DIE_NODE(pinctrl_ap): pinctrl@39b028000 {
231249
compatible = "apple,t6000-pinctrl", "apple,pinctrl";
232250
reg = <0x3 0x9b028000 0x0 0x4000>;

0 commit comments

Comments
 (0)