Commit cdc233fb authored by Dmitry Osipenko's avatar Dmitry Osipenko Committed by Thierry Reding

ARM: tegra: Connect SMMU with Video Decoder Engine on Tegra30

Enable IOMMU support for the video decoder.
Signed-off-by: default avatarDmitry Osipenko <digetx@gmail.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent a4563f5b
...@@ -422,6 +422,7 @@ vde@6001a000 { ...@@ -422,6 +422,7 @@ vde@6001a000 {
clocks = <&tegra_car TEGRA30_CLK_VDE>; clocks = <&tegra_car TEGRA30_CLK_VDE>;
reset-names = "vde", "mc"; reset-names = "vde", "mc";
resets = <&tegra_car 61>, <&mc TEGRA30_MC_RESET_VDE>; resets = <&tegra_car 61>, <&mc TEGRA30_MC_RESET_VDE>;
iommus = <&mc TEGRA_SWGROUP_VDE>;
}; };
apbmisc@70000800 { apbmisc@70000800 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment