diff options
author | Nishanth Menon <nm@ti.com> | 2014-08-26 01:15:34 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-08-26 01:15:34 +0200 |
commit | e49d519c456f4fb6f4a0473bc04ba30bb805fce5 (patch) | |
tree | 9e6f4546193332c38121bce9fabca99cd98044c7 /arch/arm/plat-samsung | |
parent | mtd: nand: omap: Fix 1-bit Hamming code scheme, omap_calculate_ecc() (diff) | |
download | linux-e49d519c456f4fb6f4a0473bc04ba30bb805fce5.tar.xz linux-e49d519c456f4fb6f4a0473bc04ba30bb805fce5.zip |
ARM: dts: DRA7: fix interrupt-cells for GPIO
GPIO modules are also interrupt sources. However, they require both the
GPIO number and IRQ type to function properly.
By declaring that GPIO uses interrupt-cells=<1>, we essentially do not
allow users of the nodes to use the interrupt property appropritely.
With this change, the following now works:
interrupt-parent = <&gpio6>;
interrupts = <5 IRQ_TYPE_LEVEL_LOW>;
Fixes: 6e58b8f1daaf ('ARM: dts: DRA7: Add the dts files for dra7 SoC and dra7-evm board')
Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/plat-samsung')
0 files changed, 0 insertions, 0 deletions