Skip to content

Commit 72c691d

Browse files
bryanbrattlofnmenon
authored andcommitted
arm64: dts: ti: k3-am62: Remove duplicate GICR reg
The GIC Redistributor control register range is mapped twice. Remove the extra entry from the reg range. Fixes: f1d1733 ("arm64: dts: ti: Introduce base support for AM62x SoC") 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 89d8dbe commit 72c691d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
interrupt-controller;
2424
reg = <0x00 0x01800000 0x00 0x10000>, /* GICD */
2525
<0x00 0x01880000 0x00 0xc0000>, /* GICR */
26-
<0x00 0x01880000 0x00 0xc0000>, /* GICR */
2726
<0x01 0x00000000 0x00 0x2000>, /* GICC */
2827
<0x01 0x00010000 0x00 0x1000>, /* GICH */
2928
<0x01 0x00020000 0x00 0x2000>; /* GICV */

0 commit comments

Comments
 (0)