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

Commit 5dc0f28f authored by Jerome Brunet's avatar Jerome Brunet Committed by Kevin Hilman
Browse files

arm64: dts: meson: g12a: add audio memory arbitrer



Add the audio DDR memory arbitrer of the g12a SoC family.

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

#include <dt-bindings/phy/phy.h>
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/clock/axg-audio-clkc.h>
#include <dt-bindings/clock/g12a-clkc.h>
#include <dt-bindings/clock/g12a-aoclkc.h>
#include <dt-bindings/interrupt-controller/irq.h>
@@ -707,6 +708,14 @@

					resets = <&reset RESET_AUDIO>;
				};

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

			usb3_pcie_phy: phy@46000 {