Commit 56fed763 authored by Martin Povišer's avatar Martin Povišer Committed by Hector Martin
Browse files

arm64: dts: apple: Add ADMAC resets on t8103/t600x



There's a shared reset for the ADMAC and MCA peripherals. The MCA node
already describes it, and being a shared reset it is important we
describe it on the ADMAC node too.

Signed-off-by: default avatarMartin Povišer <povik+lin@cutebit.org>
Signed-off-by: default avatarHector Martin <marcan@marcan.st>
parent d52ca601
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -181,6 +181,7 @@ admac: dma-controller@39b400000 {
				      <0>;
		iommus = <&dart_sio_0 2>, <&dart_sio_1 2>;
		power-domains = <&ps_sio_adma>;
		resets = <&ps_audio_p>;
	};

	mca: mca@39b600000 {
+1 −0
Original line number Diff line number Diff line
@@ -249,6 +249,7 @@ admac: dma-controller@238200000 {
			#dma-cells = <1>;
			iommus = <&dart_sio 2>;
			power-domains = <&ps_sio_adma>;
			resets = <&ps_audio_p>;
		};

		mca: i2s@238400000 {