diff options
author | Tero Kristo <t-kristo@ti.com> | 2018-02-26 18:05:00 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-03-01 21:22:04 +0300 |
commit | f270bf9dce82dfa0317ffd47ecfe4f304accffe8 (patch) | |
tree | d80833026080783aabcb2372e5d003c08367f6f6 /arch/arm/boot/dts/am4372.dtsi | |
parent | 1f5ffc934bfe9521c8045fb995eb5faa07f6371c (diff) | |
download | linux-f270bf9dce82dfa0317ffd47ecfe4f304accffe8.tar.xz |
ARM: dts: am43xx: add emif interrupt info
The EMIF instance on am43xx supports interrupts, so add the info for
completeness sake. Right now, the driver does not use this for anything,
but it is possible it would be used in future.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am4372.dtsi')
-rw-r--r-- | arch/arm/boot/dts/am4372.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi index 9a541cd12e0a..f0cbd86312dc 100644 --- a/arch/arm/boot/dts/am4372.dtsi +++ b/arch/arm/boot/dts/am4372.dtsi @@ -248,6 +248,7 @@ compatible = "ti,emif-am4372"; reg = <0x4c000000 0x1000000>; ti,hwmods = "emif"; + interrupts = <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>; ti,no-idle; sram = <&pm_sram_code &pm_sram_data>; |