Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 66d58a8f authored by Jerome Brunet's avatar Jerome Brunet Committed by Kevin Hilman
Browse files

arm64: dts: meson-axg: add audio arb reset controller



Add the audio memory arbiter which control the access of the audio
fifos to the DDR.

Signed-off-by: default avatarJerome Brunet <jbrunet@baylibre.com>
Signed-off-by: default avatarKevin Hilman <khilman@baylibre.com>
parent fd1a3b7e
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -189,6 +189,13 @@

				resets = <&reset RESET_AUDIO>;
			};

			arb: reset-controller@280 {
				compatible = "amlogic,meson-axg-audio-arb";
				reg = <0x0 0x280 0x0 0x4>;
				#reset-cells = <1>;
				clocks = <&clkc_audio AUD_CLKID_DDR_ARB>;
			};
		};

		cbus: bus@ffd00000 {