soc: arm64: intel_socfpga: Move GIC version to DT
Move the GIC version to the device tree for intel_socfpga to improve readability Signed-off-by: Piotr Wojnarowski <pwojnarowski@antmicro.com>
This commit is contained in:
parent
7908d7556c
commit
2ba2e1dc3a
@ -41,7 +41,7 @@
|
||||
};
|
||||
|
||||
gic: interrupt-controller@fffc1000 {
|
||||
compatible = "arm,gic";
|
||||
compatible = "arm,gic-v2", "arm,gic";
|
||||
reg = <0xfffc1000 0x1000>,
|
||||
<0xfffc2000 0x2000>;
|
||||
interrupt-controller;
|
||||
|
||||
@ -5,7 +5,6 @@ config SOC_SERIES_AGILEX
|
||||
bool "Intel SoC FPGA Agilex Series"
|
||||
select ARM64
|
||||
select CPU_CORTEX_A53
|
||||
select GIC_V2
|
||||
select SOC_FAMILY_INTEL_SOCFPGA
|
||||
help
|
||||
Enable support for Intel SoC FPGA Series
|
||||
|
||||
Loading…
Reference in New Issue
Block a user