Skip to content

Commit bd04848

Browse files
committed
ARM: tegra: Add host1x hotflush reset on Tegra124
Add the host1x memory client hotflush reset on Tegra124. Signed-off-by: Thierry Reding <[email protected]>
1 parent b59e114 commit bd04848

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm/boot/dts/tegra124.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@
9494
interrupt-names = "syncpt", "host1x";
9595
clocks = <&tegra_car TEGRA124_CLK_HOST1X>;
9696
clock-names = "host1x";
97-
resets = <&tegra_car 28>;
98-
reset-names = "host1x";
97+
resets = <&tegra_car 28>, <&mc TEGRA124_MC_RESET_HC>;
98+
reset-names = "host1x", "mc";
9999
iommus = <&mc TEGRA_SWGROUP_HC>;
100100

101101
#address-cells = <2>;

0 commit comments

Comments
 (0)