diff options
author | Roger Quadros <rogerq@ti.com> | 2016-02-23 19:37:17 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-02-26 21:12:45 +0300 |
commit | 488f270d90e17738a35c2b41c1c3f708f614fdb3 (patch) | |
tree | 62cf27f3cd4ce2e37167725a64222b67aa17448e /arch/arm/boot/dts/dra7.dtsi | |
parent | 92e963f50fc74041b5e9e744c330dca48e04f08d (diff) | |
download | linux-488f270d90e17738a35c2b41c1c3f708f614fdb3.tar.xz |
ARM: dts: dra7: Fix NAND device nodes
Add compatible id, GPMC register resource and interrupt
resource to NAND controller nodes.
The GPMC node will provide an interrupt controller for the
NAND IRQs.
Signed-off-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/dra7.dtsi')
-rw-r--r-- | arch/arm/boot/dts/dra7.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi index c4d9175b90dc..51ddc981b00b 100644 --- a/arch/arm/boot/dts/dra7.dtsi +++ b/arch/arm/boot/dts/dra7.dtsi @@ -1438,6 +1438,8 @@ gpmc,num-waitpins = <2>; #address-cells = <2>; #size-cells = <1>; + interrupt-controller; + #interrupt-cells = <2>; status = "disabled"; }; |