projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd1a3b7
)
arm64: dts: meson-axg: add audio arb reset controller
author
Jerome Brunet
<jbrunet@baylibre.com>
Tue, 24 Jul 2018 12:52:28 +0000
(14:52 +0200)
committer
Kevin Hilman
<khilman@baylibre.com>
Tue, 24 Jul 2018 22:53:55 +0000
(15:53 -0700)
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>
arch/arm64/boot/dts/amlogic/meson-axg.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi
b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi
index 11589469fb1d88efb3aa819a4d698544c21eb69a..aaa6aca3962a355c3191f67d664d3b9a79003ebf 100644
(file)
--- 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 {