Skip to content
Snippets Groups Projects
Commit 9e826b68 authored by Michal Simek's avatar Michal Simek
Browse files

ARM64: zynqmp: Sync gpio node properties


Keep dtsi in sync with mainline kernel.

Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent c0f277f3
No related branches found
No related tags found
No related merge requests found
......@@ -553,10 +553,10 @@
compatible = "xlnx,zynqmp-gpio-1.0";
status = "disabled";
#gpio-cells = <0x2>;
#interrupt-cells = <2>;
interrupt-controller;
interrupt-parent = <&gic>;
interrupts = <0 16 4>;
interrupt-controller;
#interrupt-cells = <2>;
reg = <0x0 0xff0a0000 0x1000>;
power-domains = <&pd_gpio>;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment