mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 00:22:00 +02:00
arm64: dts: socfpga: agilex5: add VGIC maintenance interrupt
Add VGIC maintenance interrupt and interrupt-parent property for interrupt controller, required to run Linux in virtualized environment. Signed-off-by: Niravkumar L Rabara <niravkumar.l.rabara@intel.com> Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
This commit is contained in:
parent
d37c471666
commit
d07eddcd45
|
|
@ -75,8 +75,11 @@ intc: interrupt-controller@1d000000 {
|
|||
#address-cells = <2>;
|
||||
#size-cells = <2>;
|
||||
interrupt-controller;
|
||||
interrupt-parent = <&intc>;
|
||||
#redistributor-regions = <1>;
|
||||
redistributor-stride = <0x0 0x20000>;
|
||||
/* VGIC maintenance interrupt */
|
||||
interrupts = <GIC_PPI 25 IRQ_TYPE_LEVEL_HIGH>;
|
||||
|
||||
its: msi-controller@1d040000 {
|
||||
compatible = "arm,gic-v3-its";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user