aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTero Kristo <t-kristo@ti.com>2018-02-26 10:04:59 -0500
committerTony Lindgren <tony@atomide.com>2018-03-01 13:21:02 -0500
commit1f5ffc934bfe9521c8045fb995eb5faa07f6371c (patch)
tree64593f737c247e76a55bb0bf80b63df6b950e67a
parent5fe3c0fa0d54877c65e7c9b4442aeeb25cdf469a (diff)
ARM: dts: am33xx: add emif interrupt info
The EMIF instance on am33xx 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>
-rw-r--r--arch/arm/boot/dts/am33xx.dtsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi
index 77c618829734..9cd62bc2ca35 100644
--- a/arch/arm/boot/dts/am33xx.dtsi
+++ b/arch/arm/boot/dts/am33xx.dtsi
@@ -962,6 +962,7 @@
962 compatible = "ti,emif-am3352"; 962 compatible = "ti,emif-am3352";
963 reg = <0x4c000000 0x1000000>; 963 reg = <0x4c000000 0x1000000>;
964 ti,hwmods = "emif"; 964 ti,hwmods = "emif";
965 interrupts = <101>;
965 sram = <&pm_sram_code 966 sram = <&pm_sram_code
966 &pm_sram_data>; 967 &pm_sram_data>;
967 ti,no-idle; 968 ti,no-idle;