[PATCH 1/2] arm64: dts: ti: k3-am62: remove duplicate GICR reg
Bryan Brattlof
bb at ti.com
Tue Dec 10 12:59:24 PST 2024
The GIC Redistributor control register range is mapped twice. Remove the
extra entry from the reg range.
Reported-by: Bin Liu <b-liu at ti.com>
Signed-off-by: Bryan Brattlof <bb at ti.com>
---
arch/arm64/boot/dts/ti/k3-am62-main.dtsi | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm64/boot/dts/ti/k3-am62-main.dtsi b/arch/arm64/boot/dts/ti/k3-am62-main.dtsi
index 7cd727d10a5f2..7d355aa73ea21 100644
--- a/arch/arm64/boot/dts/ti/k3-am62-main.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am62-main.dtsi
@@ -23,7 +23,6 @@ gic500: interrupt-controller at 1800000 {
interrupt-controller;
reg = <0x00 0x01800000 0x00 0x10000>, /* GICD */
<0x00 0x01880000 0x00 0xc0000>, /* GICR */
- <0x00 0x01880000 0x00 0xc0000>, /* GICR */
<0x01 0x00000000 0x00 0x2000>, /* GICC */
<0x01 0x00010000 0x00 0x1000>, /* GICH */
<0x01 0x00020000 0x00 0x2000>; /* GICV */
--
2.47.1
More information about the linux-arm-kernel
mailing list