Commit b59e1149 authored by Thierry Reding's avatar Thierry Reding

ARM: tegra: Add memory client hotflush resets on Tegra114

Add the host1x, gr2d and gr3d memory client hotflush resets on Tegra114.
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 9ca9a608
...@@ -38,8 +38,8 @@ host1x@50000000 { ...@@ -38,8 +38,8 @@ host1x@50000000 {
interrupt-names = "syncpt", "host1x"; interrupt-names = "syncpt", "host1x";
clocks = <&tegra_car TEGRA114_CLK_HOST1X>; clocks = <&tegra_car TEGRA114_CLK_HOST1X>;
clock-names = "host1x"; clock-names = "host1x";
resets = <&tegra_car 28>; resets = <&tegra_car 28>, <&mc TEGRA114_MC_RESET_HC>;
reset-names = "host1x"; reset-names = "host1x", "mc";
iommus = <&mc TEGRA_SWGROUP_HC>; iommus = <&mc TEGRA_SWGROUP_HC>;
#address-cells = <1>; #address-cells = <1>;
...@@ -52,8 +52,8 @@ gr2d@54140000 { ...@@ -52,8 +52,8 @@ gr2d@54140000 {
reg = <0x54140000 0x00040000>; reg = <0x54140000 0x00040000>;
interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&tegra_car TEGRA114_CLK_GR2D>; clocks = <&tegra_car TEGRA114_CLK_GR2D>;
resets = <&tegra_car 21>; resets = <&tegra_car 21>, <&mc TEGRA114_MC_RESET_2D>;
reset-names = "2d"; reset-names = "2d", "mc";
iommus = <&mc TEGRA_SWGROUP_G2>; iommus = <&mc TEGRA_SWGROUP_G2>;
}; };
...@@ -62,8 +62,8 @@ gr3d@54180000 { ...@@ -62,8 +62,8 @@ gr3d@54180000 {
compatible = "nvidia,tegra114-gr3d"; compatible = "nvidia,tegra114-gr3d";
reg = <0x54180000 0x00040000>; reg = <0x54180000 0x00040000>;
clocks = <&tegra_car TEGRA114_CLK_GR3D>; clocks = <&tegra_car TEGRA114_CLK_GR3D>;
resets = <&tegra_car 24>; resets = <&tegra_car 24>, <&mc TEGRA114_MC_RESET_3D>;
reset-names = "3d"; reset-names = "3d", "mc";
iommus = <&mc TEGRA_SWGROUP_NV>; iommus = <&mc TEGRA_SWGROUP_NV>;
}; };
......
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