arm64: tegra: Fix up compatible for Tegra234 GPCDMA
authorThierry Reding <treding@nvidia.com>
Wed, 7 Sep 2022 16:19:43 +0000 (18:19 +0200)
committerThierry Reding <treding@nvidia.com>
Thu, 15 Sep 2022 19:30:37 +0000 (21:30 +0200)
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: Thierry Reding <treding@nvidia.com>
arch/arm64/boot/dts/nvidia/tegra234.dtsi

index 248507e..4c75fa8 100644 (file)
@@ -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>;