ARM: dts: omap5: 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>
This commit is contained in:
Roger Quadros 2016-04-07 13:25:30 +03:00 committed by Tony Lindgren
parent 8c75b76601
commit e99d413fab

View File

@ -398,6 +398,10 @@ gpmc: gpmc@50000000 {
ti,hwmods = "gpmc";
clocks = <&l3_iclk_div>;
clock-names = "fck";
interrupt-controller;
#interrupt-cells = <2>;
gpio-controller;
#gpio-cells = <2>;
};
i2c1: i2c@48070000 {