soc: arm: cyclonev: Move GIC version to DT
Move the GIC version to the device tree for cyclonev to improve readability Signed-off-by: Piotr Wojnarowski <pwojnarowski@antmicro.com>
This commit is contained in:
parent
bca43d3eaf
commit
48ba2aec6a
2 changed files with 1 additions and 2 deletions
|
@ -39,7 +39,7 @@
|
|||
};
|
||||
|
||||
intc: intc@fffed000 {
|
||||
compatible = "arm,gic";
|
||||
compatible = "arm,gic-v1", "arm,gic";
|
||||
#interrupt-cells = <4>;
|
||||
interrupt-controller;
|
||||
reg = <0xfffed000 0x1000>,
|
||||
|
|
|
@ -7,7 +7,6 @@ config SOC_SERIES_CYCLONE5
|
|||
bool "Intel SoC FPGA Cyclone5 Series"
|
||||
select ARM
|
||||
select CPU_CORTEX_A9
|
||||
select GIC_V1
|
||||
select SOC_FAMILY_INTEL_SOCFPGA_STD
|
||||
select ARM_ARCH_TIMER_ERRATUM_740657 if ARM_ARCH_TIMER
|
||||
select HAS_SPI_DW if SPI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue