mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 22:52:19 +02:00
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: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
1d61cbb790
commit
4f41e9d542
|
|
@ -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>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user