diff options
author | Roger Quadros <rogerq@ti.com> | 2016-04-07 12:25:28 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-04-12 23:32:02 +0200 |
commit | ffee5bf3186ef5226d2202c6142c74af74dfa88b (patch) | |
tree | 6f3f74eb17b322419f172451d6acf22b22f6d96b /arch/arm/boot/dts/omap2420.dtsi | |
parent | ARM: dts: omap4-kc1: Power off support (diff) | |
download | linux-ffee5bf3186ef5226d2202c6142c74af74dfa88b.tar.xz linux-ffee5bf3186ef5226d2202c6142c74af74dfa88b.zip |
ARM: dts: omap24xx: Enable gpio and interrupt controller for GPMC
GPMC driver provides interrupts and gpio for the GPMC_WAIT pins.
Mark it as gpio and interrupt capable.
Signed-off-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap2420.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap2420.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap2420.dtsi b/arch/arm/boot/dts/omap2420.dtsi index 5b9a376cc31e..fb712b9aa874 100644 --- a/arch/arm/boot/dts/omap2420.dtsi +++ b/arch/arm/boot/dts/omap2420.dtsi @@ -130,6 +130,10 @@ gpmc,num-cs = <8>; gpmc,num-waitpins = <4>; ti,hwmods = "gpmc"; + interrupt-controller; + #interrupt-cells = <2>; + gpio-controller; + #gpio-cells = <2>; }; mcbsp1: mcbsp@48074000 { |