Skip to content

Commit b59e114

Browse files
committed
ARM: tegra: Add memory client hotflush resets on Tegra114
Add the host1x, gr2d and gr3d memory client hotflush resets on Tegra114. Signed-off-by: Thierry Reding <[email protected]>
1 parent 9ca9a60 commit b59e114

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

arch/arm/boot/dts/tegra114.dtsi

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
interrupt-names = "syncpt", "host1x";
3939
clocks = <&tegra_car TEGRA114_CLK_HOST1X>;
4040
clock-names = "host1x";
41-
resets = <&tegra_car 28>;
42-
reset-names = "host1x";
41+
resets = <&tegra_car 28>, <&mc TEGRA114_MC_RESET_HC>;
42+
reset-names = "host1x", "mc";
4343
iommus = <&mc TEGRA_SWGROUP_HC>;
4444

4545
#address-cells = <1>;
@@ -52,8 +52,8 @@
5252
reg = <0x54140000 0x00040000>;
5353
interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
5454
clocks = <&tegra_car TEGRA114_CLK_GR2D>;
55-
resets = <&tegra_car 21>;
56-
reset-names = "2d";
55+
resets = <&tegra_car 21>, <&mc TEGRA114_MC_RESET_2D>;
56+
reset-names = "2d", "mc";
5757

5858
iommus = <&mc TEGRA_SWGROUP_G2>;
5959
};
@@ -62,8 +62,8 @@
6262
compatible = "nvidia,tegra114-gr3d";
6363
reg = <0x54180000 0x00040000>;
6464
clocks = <&tegra_car TEGRA114_CLK_GR3D>;
65-
resets = <&tegra_car 24>;
66-
reset-names = "3d";
65+
resets = <&tegra_car 24>, <&mc TEGRA114_MC_RESET_3D>;
66+
reset-names = "3d", "mc";
6767

6868
iommus = <&mc TEGRA_SWGROUP_NV>;
6969
};

0 commit comments

Comments
 (0)