arm64: tegra: Update compatible for Tegra234 GPCDMA
Use the compatible specific to Tegra234 for GPCDMA to support additional features. Signed-off-by: Akhil R <akhilrajeev@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
4bb39ca25b
commit
f7b93a0886
|
@ -22,8 +22,9 @@ bus@0 {
|
|||
ranges = <0x0 0x0 0x0 0x40000000>;
|
||||
|
||||
gpcdma: dma-controller@2600000 {
|
||||
compatible = "nvidia,tegra194-gpcdma",
|
||||
"nvidia,tegra186-gpcdma";
|
||||
compatible = "nvidia,tegra234-gpcdma",
|
||||
"nvidia,tegra194-gpcdma",
|
||||
"nvidia,tegra186-gpcdma";
|
||||
reg = <0x2600000 0x210000>;
|
||||
resets = <&bpmp TEGRA234_RESET_GPCDMA>;
|
||||
reset-names = "gpcdma";
|
||||
|
|
Loading…
Reference in New Issue