提交 cd0c2edf 编写于 作者: T Thierry Reding

arm64: tegra: Move audio IOMMU properties to ADMAIF node

The ADMAIF node represents the device that accesses memory in the Tegra
audio subsystem, so that's where the iommus and interconnects properties
should reside. Move them out of the sound card node and into the ADMAIF
node to properly reflect the memory data path.
Signed-off-by: NThierry Reding <treding@nvidia.com>
上级 5710e16a
...@@ -286,6 +286,10 @@ ...@@ -286,6 +286,10 @@
"rx19", "tx19", "rx19", "tx19",
"rx20", "tx20"; "rx20", "tx20";
status = "disabled"; status = "disabled";
interconnects = <&mc TEGRA194_MEMORY_CLIENT_APEDMAR &emc>,
<&mc TEGRA194_MEMORY_CLIENT_APEDMAW &emc>;
interconnect-names = "dma-mem", "write";
iommus = <&smmu TEGRA194_SID_APE>;
}; };
tegra_i2s1: i2s@2901000 { tegra_i2s1: i2s@2901000 {
...@@ -2919,11 +2923,6 @@ ...@@ -2919,11 +2923,6 @@
* for 8x and 11.025x sample rate streams. * for 8x and 11.025x sample rate streams.
*/ */
assigned-clock-rates = <258000000>; assigned-clock-rates = <258000000>;
interconnects = <&mc TEGRA194_MEMORY_CLIENT_APEDMAR &emc>,
<&mc TEGRA194_MEMORY_CLIENT_APEDMAW &emc>;
interconnect-names = "dma-mem", "write";
iommus = <&smmu TEGRA194_SID_APE>;
}; };
tcu: serial { tcu: serial {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册