Skip to content

Commit

Permalink
ARM: zynq: DT: Add interrupt-controller property to GPIO
Browse files Browse the repository at this point in the history
GPIO can be used as interrupt-controller. Add the missing properties to
the GPIO node.

Signed-off-by: Soren Brinkmann <[email protected]>
Reviewed-by: Moritz Fischer <[email protected]>
Acked-by: Linus Walleij <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
  • Loading branch information
sorenb-xlnx authored and Michal Simek committed Dec 14, 2015
1 parent 8005c49 commit e57f6e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/boot/dts/zynq-7000.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@
#gpio-cells = <2>;
clocks = <&clkc 42>;
gpio-controller;
interrupt-controller;
#interrupt-cells = <2>;
interrupt-parent = <&intc>;
interrupts = <0 20 4>;
reg = <0xe000a000 0x1000>;
Expand Down

0 comments on commit e57f6e5

Please sign in to comment.