arm64: dts: apple: Rename dart-sio* to sio-dart*
All the other DARTs are named foo-dart, so let's keep things consistent. Fixes: 51979fbb7fb8 ("arm64: dts: apple: t600x: Add MCA and its support") Fixes: 8a3df85ad87d ("arm64: dts: apple: t8103: Add MCA and its support") Reviewed-by: Sven Peter <sven@svenpeter.dev> Reviewed-by: Mark Kettenis <kettenis@openbsd.org> Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
parent
9742350931
commit
63bf0b66dd
@ -53,7 +53,7 @@
|
||||
interrupts = <AIC_IRQ 0 631 IRQ_TYPE_LEVEL_HIGH>;
|
||||
};
|
||||
|
||||
dart_sio_0: iommu@39b004000 {
|
||||
sio_dart_0: iommu@39b004000 {
|
||||
compatible = "apple,t6000-dart";
|
||||
reg = <0x3 0x9b004000 0x0 0x4000>;
|
||||
interrupt-parent = <&aic>;
|
||||
@ -62,7 +62,7 @@
|
||||
power-domains = <&ps_sio_cpu>;
|
||||
};
|
||||
|
||||
dart_sio_1: iommu@39b008000 {
|
||||
sio_dart_1: iommu@39b008000 {
|
||||
compatible = "apple,t6000-dart";
|
||||
reg = <0x3 0x9b008000 0x0 0x8000>;
|
||||
interrupt-parent = <&aic>;
|
||||
@ -179,7 +179,7 @@
|
||||
<&aic AIC_IRQ 0 1118 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<0>,
|
||||
<0>;
|
||||
iommus = <&dart_sio_0 2>, <&dart_sio_1 2>;
|
||||
iommus = <&sio_dart_0 2>, <&sio_dart_1 2>;
|
||||
power-domains = <&ps_sio_adma>;
|
||||
resets = <&ps_audio_p>;
|
||||
};
|
||||
|
@ -318,7 +318,7 @@
|
||||
#performance-domain-cells = <0>;
|
||||
};
|
||||
|
||||
dart_sio: iommu@235004000 {
|
||||
sio_dart: iommu@235004000 {
|
||||
compatible = "apple,t8103-dart";
|
||||
reg = <0x2 0x35004000 0x0 0x4000>;
|
||||
interrupt-parent = <&aic>;
|
||||
@ -431,7 +431,7 @@
|
||||
<0>,
|
||||
<0>;
|
||||
#dma-cells = <1>;
|
||||
iommus = <&dart_sio 2>;
|
||||
iommus = <&sio_dart 2>;
|
||||
power-domains = <&ps_sio_adma>;
|
||||
resets = <&ps_audio_p>;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user