Skip to content

Commit

Permalink
ARM: zynq: Sync with Linux kernel
Browse files Browse the repository at this point in the history
Use the same position as is used in Linux kernel.

Signed-off-by: Michal Simek <[email protected]>
  • Loading branch information
Michal Simek committed Nov 21, 2016
1 parent 87f7f6e commit 885ed58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/dts/zynq-7000.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@
gpio0: gpio@e000a000 {
compatible = "xlnx,zynq-gpio-1.0";
#gpio-cells = <2>;
#interrupt-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 885ed58

Please sign in to comment.