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

arm64: tegra: Add interrupt for memory controller on Tegra186



The memory controller can be interrupted by certain conditions. Add the
interrupt to the device tree node to allow drivers to trap these
conditions.

Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 47cd385e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -142,6 +142,7 @@ agic: interrupt-controller@2a40000 {
	memory-controller@2c00000 {
		compatible = "nvidia,tegra186-mc";
		reg = <0x0 0x02c00000 0x0 0xb0000>;
		interrupts = <GIC_SPI 223 IRQ_TYPE_LEVEL_HIGH>;
		status = "disabled";
	};