Commit f7b93a08 authored by Akhil R's avatar Akhil R Committed by Thierry Reding
Browse files

arm64: tegra: Update compatible for Tegra234 GPCDMA



Use the compatible specific to Tegra234 for GPCDMA to support
additional features.

Signed-off-by: default avatarAkhil R <akhilrajeev@nvidia.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 4bb39ca2
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -22,7 +22,8 @@ bus@0 {
		ranges = <0x0 0x0 0x0 0x40000000>;

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