Skip to content

Commit

Permalink
soc: arm64: am6x: Move GIC version to DT
Browse files Browse the repository at this point in the history
Move the GIC version to the device tree for am6x
to improve readability

Signed-off-by: Piotr Wojnarowski <[email protected]>
  • Loading branch information
p-woj authored and nashif committed Jun 17, 2023
1 parent 0e537bc commit 6b004bc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion dts/arm64/ti/ti_am62x_a53.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
};

gic: interrupt-controller@1800000 {
compatible = "arm,gic";
compatible = "arm,gic-v3", "arm,gic";
reg = <0x01800000 0x10000>, /* GICD */
<0x01880000 0xc0000>; /* GICR */
interrupt-controller;
Expand Down
1 change: 0 additions & 1 deletion soc/arm64/ti_sitara/am6x/Kconfig.series
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ config SOC_SERIES_AM6X_A53
select ARM64
select CPU_CORTEX_A53
select ARM_ARCH_TIMER
select GIC_V3
help
Enable support for AM6X A53 Series.

0 comments on commit 6b004bc

Please sign in to comment.