Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: tegra: Add host1x hotflush reset on Tegra124

Add the host1x memory client hotflush reset on Tegra124.

Signed-off-by: Thierry Reding <treding@nvidia.com>

+2 -2
+2 -2
arch/arm/boot/dts/tegra124.dtsi
··· 94 94 interrupt-names = "syncpt", "host1x"; 95 95 clocks = <&tegra_car TEGRA124_CLK_HOST1X>; 96 96 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"; 99 99 iommus = <&mc TEGRA_SWGROUP_HC>; 100 100 101 101 #address-cells = <2>;