Skip to content

Commit 6f02325

Browse files
bryanbrattlofnmenon
authored andcommitted
arm64: dts: ti: k3-am62a: Remove duplicate GICR reg
The GIC Redistributor control range is mapped twice. Remove the extra entry from the reg range. Fixes: 5fc6b1b ("arm64: dts: ti: Introduce AM62A7 family of SoCs") Reported-by: Bin Liu <[email protected]> Signed-off-by: Bryan Brattlof <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Nishanth Menon <[email protected]>
1 parent 72c691d commit 6f02325

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/arm64/boot/dts/ti/k3-am62a-main.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
compatible = "arm,gic-v3";
1919
reg = <0x00 0x01800000 0x00 0x10000>, /* GICD */
2020
<0x00 0x01880000 0x00 0xc0000>, /* GICR */
21-
<0x00 0x01880000 0x00 0xc0000>, /* GICR */
2221
<0x01 0x00000000 0x00 0x2000>, /* GICC */
2322
<0x01 0x00010000 0x00 0x1000>, /* GICH */
2423
<0x01 0x00020000 0x00 0x2000>; /* GICV */

0 commit comments

Comments
 (0)