Commit bdd57390 authored by Soren Brinkmann's avatar Soren Brinkmann Committed by Michal Simek

ARM64: zynqmp: DT: Add interrupt-controller property to GPIO

GPIO can be used as interrupt-controller. Add the missing properties to
the GPIO node.
Signed-off-by: default avatarSoren Brinkmann <soren.brinkmann@xilinx.com>
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 8005c49d
......@@ -133,6 +133,8 @@ gpio: gpio@ff0a0000 {
clocks = <&misc_clk>;
interrupt-parent = <&gic>;
interrupts = <0 16 4>;
interrupt-controller;
#interrupt-cells = <2>;
reg = <0x0 0xff0a0000 0x1000>;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment