soc: arm: xilinx_zynq7000: Move GIC version to DT
Move the GIC version to the device tree for xilinx_zynq7000 to improve readability Signed-off-by: Piotr Wojnarowski <pwojnarowski@antmicro.com>
This commit is contained in:
parent
f2b5ebf098
commit
95c1a7e83f
3 changed files with 1 additions and 3 deletions
|
@ -40,7 +40,7 @@
|
|||
};
|
||||
|
||||
gic: interrupt-controller@f8f01000 {
|
||||
compatible = "arm,gic";
|
||||
compatible = "arm,gic-v1", "arm,gic";
|
||||
status = "okay";
|
||||
reg = <0xf8f01000 0x1000>,
|
||||
<0xf8f00100 0x100>;
|
||||
|
|
|
@ -8,7 +8,6 @@ config SOC_SERIES_XILINX_XC7ZXXX
|
|||
select SOC_FAMILY_XILINX_ZYNQ7000
|
||||
select ARM
|
||||
select CPU_CORTEX_A9
|
||||
select GIC_V1
|
||||
select ARM_ARCH_TIMER_ERRATUM_740657 if ARM_ARCH_TIMER
|
||||
help
|
||||
Enable support for the Xilinx Zynq-7000 (XC7Zxxx)
|
||||
|
|
|
@ -8,7 +8,6 @@ config SOC_SERIES_XILINX_XC7ZXXXS
|
|||
select SOC_FAMILY_XILINX_ZYNQ7000
|
||||
select ARM
|
||||
select CPU_CORTEX_A9
|
||||
select GIC_V1
|
||||
select ARM_ARCH_TIMER_ERRATUM_740657 if ARM_ARCH_TIMER
|
||||
help
|
||||
Enable support for the Xilinx Zynq-7000S (XC7ZxxxS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue