Commit 47a08153 authored by Sameer Pujar's avatar Sameer Pujar Committed by Thierry Reding
Browse files

arm64: tegra: Add ASRC device on Tegra186 and later



Asynchronous Sample Rate Converter (ASRC) is a client of AHUB and is
present on Tegra186 and later generations of Tegra SoC. Add this device
on the relevant SoC DTSI files.

Signed-off-by: default avatarSameer Pujar <spujar@nvidia.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 6d9d19af
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -516,6 +516,13 @@
				sound-name-prefix = "MIXER1";
				status = "disabled";
			};

			tegra_asrc: asrc@2910000 {
				compatible = "nvidia,tegra186-asrc";
				reg = <0x2910000 0x2000>;
				sound-name-prefix = "ASRC1";
				status = "disabled";
			};
		};
	};

+8 −0
Original line number Diff line number Diff line
@@ -569,6 +569,14 @@
					sound-name-prefix = "MIXER1";
					status = "disabled";
				};

				tegra_asrc: asrc@2910000 {
					compatible = "nvidia,tegra194-asrc",
						     "nvidia,tegra186-asrc";
					reg = <0x2910000 0x2000>;
					sound-name-prefix = "ASRC1";
					status = "disabled";
				};
			};
		};

+8 −0
Original line number Diff line number Diff line
@@ -378,6 +378,14 @@
					iommus = <&smmu_niso0 TEGRA234_SID_APE>;
					status = "disabled";
				};

				tegra_asrc: asrc@2910000 {
					compatible = "nvidia,tegra234-asrc",
						     "nvidia,tegra186-asrc";
					reg = <0x2910000 0x2000>;
					sound-name-prefix = "ASRC1";
					status = "disabled";
				};
			};

			adma: dma-controller@2930000 {