Commit 4556b160 authored by Michal Simek's avatar Michal Simek

arm64: dts: zynqmp: Add missing gpio-controller to ps gpio

Add missing gpio-controller property to ps gpio.
This was found via DT schema validation.
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent e7abd894
......@@ -410,6 +410,7 @@ gpio: gpio@ff0a0000 {
compatible = "xlnx,zynqmp-gpio-1.0";
status = "disabled";
#gpio-cells = <0x2>;
gpio-controller;
interrupt-parent = <&gic>;
interrupts = <0 16 4>;
interrupt-controller;
......
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