diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2018-07-24 14:52:28 +0200 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2018-07-24 15:53:55 -0700 |
commit | 66d58a8f57bf8aa886d3dab728c74873fa361868 (patch) | |
tree | c2c085a0a85df38f98332d0627de8d50ab06eeb1 /arch/arm64 | |
parent | fd1a3b7e51ddf2eae1ae98232fc038cddb4cec38 (diff) | |
download | linux-stable-66d58a8f57bf8aa886d3dab728c74873fa361868.tar.gz linux-stable-66d58a8f57bf8aa886d3dab728c74873fa361868.tar.bz2 linux-stable-66d58a8f57bf8aa886d3dab728c74873fa361868.zip |
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: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-axg.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi index 11589469fb1d..aaa6aca3962a 100644 --- a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi @@ -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 { |