Commit cc939667 authored by Thierry Reding's avatar Thierry Reding
Browse files

arm64: tegra: Add EMC general interrupt on Tegra194



Add the missing EMC general interrupt for the external memory controller
on Tegra194.

Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent c2fee443
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -592,6 +592,7 @@
				compatible = "nvidia,tegra194-emc";
				compatible = "nvidia,tegra194-emc";
				reg = <0x0 0x02c60000 0x0 0x90000>,
				reg = <0x0 0x02c60000 0x0 0x90000>,
				      <0x0 0x01780000 0x0 0x80000>;
				      <0x0 0x01780000 0x0 0x80000>;
				interrupts = <GIC_SPI 224 IRQ_TYPE_LEVEL_HIGH>;
				clocks = <&bpmp TEGRA194_CLK_EMC>;
				clocks = <&bpmp TEGRA194_CLK_EMC>;
				clock-names = "emc";
				clock-names = "emc";