forked from Minki/linux
arm: Xilinx ZynqMP dt patches for v4.5
- Label GPIO controller as interrupt controller -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEABECAAYFAlZus2EACgkQykllyylKDCEfZwCdHZEn5t3e73R3pgctM8fiuInZ 3lMAni1qDWL4G4PVGVoibUBNTgZ3hSNT =/W1/ -----END PGP SIGNATURE----- Merge tag 'zynqmp-dt-for-4.5' of https://github.com/Xilinx/linux-xlnx into next/dt64 arm: Xilinx ZynqMP dt patches for v4.5 - Label GPIO controller as interrupt controller * tag 'zynqmp-dt-for-4.5' of https://github.com/Xilinx/linux-xlnx: ARM64: zynqmp: DT: Add interrupt-controller property to GPIO Signed-off-by: Olof Johansson <olof@lixom.net>
This commit is contained in:
commit
5b30ffc29d
@ -133,6 +133,8 @@
|
|||||||
clocks = <&misc_clk>;
|
clocks = <&misc_clk>;
|
||||||
interrupt-parent = <&gic>;
|
interrupt-parent = <&gic>;
|
||||||
interrupts = <0 16 4>;
|
interrupts = <0 16 4>;
|
||||||
|
interrupt-controller;
|
||||||
|
#interrupt-cells = <2>;
|
||||||
reg = <0x0 0xff0a0000 0x1000>;
|
reg = <0x0 0xff0a0000 0x1000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user