soc: arm: renesas_rcar: Move GIC version to DT
Move the GIC version to the device tree for renesas_rcar to improve readability Signed-off-by: Piotr Wojnarowski <pwojnarowski@antmicro.com>
This commit is contained in:
parent
48ba2aec6a
commit
0835a99fac
2 changed files with 1 additions and 2 deletions
|
@ -31,7 +31,7 @@
|
|||
};
|
||||
|
||||
gic: interrupt-controller@f1110000 {
|
||||
compatible = "arm,gic";
|
||||
compatible = "arm,gic-v2", "arm,gic";
|
||||
reg = <0xf1110000 0x1000>,
|
||||
<0xf1120000 0x20000>,
|
||||
<0xf1140000 0x20000>,
|
||||
|
|
|
@ -6,7 +6,6 @@ config SOC_SERIES_RCAR_GEN3
|
|||
select ARM
|
||||
select CPU_CORTEX_R7
|
||||
select PLATFORM_SPECIFIC_INIT
|
||||
select GIC_V2
|
||||
select CPU_HAS_DCLS
|
||||
select SOC_FAMILY_RCAR
|
||||
select CLOCK_CONTROL_RCAR_CPG_MSSR if CLOCK_CONTROL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue