mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-04 00:06:36 +00:00
arm64: tegra: Add EMC general interrupt on Tegra194
Add the missing EMC general interrupt for the external memory controller on Tegra194. Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
c2fee44399
commit
cc9396676c
1 changed files with 1 additions and 0 deletions
|
@ -592,6 +592,7 @@
|
|||
compatible = "nvidia,tegra194-emc";
|
||||
reg = <0x0 0x02c60000 0x0 0x90000>,
|
||||
<0x0 0x01780000 0x0 0x80000>;
|
||||
interrupts = <GIC_SPI 224 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&bpmp TEGRA194_CLK_EMC>;
|
||||
clock-names = "emc";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue