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

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
......@@ -23,7 +23,6 @@ bus@0 {
gpcdma: dma-controller@2600000 {
compatible = "nvidia,tegra234-gpcdma",
"nvidia,tegra194-gpcdma",
"nvidia,tegra186-gpcdma";
reg = <0x2600000 0x210000>;
resets = <&bpmp TEGRA234_RESET_GPCDMA>;
......
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