diff options
author | Roger Quadros <rogerq@ti.com> | 2016-04-07 13:25:28 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-04-13 00:32:02 +0300 |
commit | ffee5bf3186ef5226d2202c6142c74af74dfa88b (patch) | |
tree | 6f3f74eb17b322419f172451d6acf22b22f6d96b /arch/arm/boot/dts/omap2420.dtsi | |
parent | 354fe2e74b3be653f2a0a850a9bce437c5f9bddb (diff) | |
download | linux-ffee5bf3186ef5226d2202c6142c74af74dfa88b.tar.xz |
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 { |