Commit 4f41e9d5 authored by Thierry Reding's avatar Thierry Reding
Browse files

arm64: tegra: Fix up compatible for Tegra234 GPCDMA



There is no need to list the Tegra194-specific compatible for Tegra234
because the backwards-compatibility goes back all the way to Tegra186.

Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 1d61cbb7
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -23,7 +23,6 @@

		gpcdma: dma-controller@2600000 {
			compatible = "nvidia,tegra234-gpcdma",
				     "nvidia,tegra194-gpcdma",
				     "nvidia,tegra186-gpcdma";
			reg = <0x2600000 0x210000>;
			resets = <&bpmp TEGRA234_RESET_GPCDMA>;