Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Tero Kristo and committed by
Tony Lindgren
f270bf9d 1f5ffc93

+1
+1
arch/arm/boot/dts/am4372.dtsi
··· 248 248 compatible = "ti,emif-am4372"; 249 249 reg = <0x4c000000 0x1000000>; 250 250 ti,hwmods = "emif"; 251 + interrupts = <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>; 251 252 ti,no-idle; 252 253 sram = <&pm_sram_code 253 254 &pm_sram_data>;