mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-10-03 11:41:38 +02:00
ARM64: zynqmp: Add interrupt-controller property to gpio nodes
GPIO driver supports an input interrupt that's why gpio node itself can be labeled as interrupt controller. Reported-by: John Linn <linnj@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
908690098c
commit
7c38ca36cb
@ -581,6 +581,8 @@
|
|||||||
compatible = "xlnx,zynqmp-gpio-1.0";
|
compatible = "xlnx,zynqmp-gpio-1.0";
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
#gpio-cells = <0x2>;
|
#gpio-cells = <0x2>;
|
||||||
|
#interrupt-cells = <2>;
|
||||||
|
interrupt-controller;
|
||||||
interrupt-parent = <&gic>;
|
interrupt-parent = <&gic>;
|
||||||
interrupts = <0 16 4>;
|
interrupts = <0 16 4>;
|
||||||
reg = <0x0 0xff0a0000 0x1000>;
|
reg = <0x0 0xff0a0000 0x1000>;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user