Commit 914ed1f5 authored by Thierry Reding's avatar Thierry Reding

arm64: tegra: Add host1x hotflush reset on Tegra210

Add the host1x memory client hotflush reset on Tegra210.
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 6de481e5
......@@ -93,8 +93,8 @@ host1x@50000000 {
interrupt-names = "syncpt", "host1x";
clocks = <&tegra_car TEGRA210_CLK_HOST1X>;
clock-names = "host1x";
resets = <&tegra_car 28>;
reset-names = "host1x";
resets = <&tegra_car 28>, <&mc TEGRA210_MC_RESET_HC>;
reset-names = "host1x", "mc";
#address-cells = <2>;
#size-cells = <2>;
......
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