arm64: tegra: Add host1x hotflush reset on Tegra210

Add the host1x memory client hotflush reset on Tegra210.

Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
Thierry Reding 2021-12-17 14:53:08 +01:00
parent 6de481e5ab
commit 914ed1f565
1 changed files with 2 additions and 2 deletions

View File

@ -93,8 +93,8 @@
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>;