aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Reding <[email protected]>2019-12-22 15:10:33 +0100
committerThierry Reding <[email protected]>2020-01-09 19:14:14 +0100
commitb72d52a1b60bf8e4973523582fbb5be7775ab4c2 (patch)
tree923aca00dcc6be61390e57b9d85dc8a049f6fc84
parent47cd385e08eac6f48b5e1cbac6939c100fd0f3fb (diff)
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: Thierry Reding <[email protected]>
-rw-r--r--arch/arm64/boot/dts/nvidia/tegra186.dtsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/nvidia/tegra186.dtsi b/arch/arm64/boot/dts/nvidia/tegra186.dtsi
index 7893d78a0fb6..365f7ce9f715 100644
--- a/arch/arm64/boot/dts/nvidia/tegra186.dtsi
+++ b/arch/arm64/boot/dts/nvidia/tegra186.dtsi
@@ -142,6 +142,7 @@
memory-controller@2c00000 {
compatible = "nvidia,tegra186-mc";
reg = <0x0 0x02c00000 0x0 0xb0000>;
+ interrupts = <GIC_SPI 223 IRQ_TYPE_LEVEL_HIGH>;
status = "disabled";
};