aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorBryan Brattlof <bb@ti.com>2024-12-10 14:59:25 -0600
committerNishanth Menon <nm@ti.com>2025-01-02 10:17:04 -0600
commit6f0232577e260cdbc25508e27bb0b75ade7e7ebc (patch)
tree09524d14a7209fee02827d62f2c50263ac5601bf
parentarm64: dts: ti: k3-am62: Remove duplicate GICR reg (diff)
downloadwireguard-linux-6f0232577e260cdbc25508e27bb0b75ade7e7ebc.tar.xz
wireguard-linux-6f0232577e260cdbc25508e27bb0b75ade7e7ebc.zip
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: 5fc6b1b62639 ("arm64: dts: ti: Introduce AM62A7 family of SoCs") Reported-by: Bin Liu <b-liu@ti.com> Signed-off-by: Bryan Brattlof <bb@ti.com> Link: https://lore.kernel.org/r/20241210-am62-gic-fixup-v1-2-758b4d5b4a0a@ti.com Signed-off-by: Nishanth Menon <nm@ti.com>
-rw-r--r--arch/arm64/boot/dts/ti/k3-am62a-main.dtsi1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/ti/k3-am62a-main.dtsi b/arch/arm64/boot/dts/ti/k3-am62a-main.dtsi
index a93e2cd7b8c7..a1daba7b1fad 100644
--- a/arch/arm64/boot/dts/ti/k3-am62a-main.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am62a-main.dtsi
@@ -18,7 +18,6 @@
compatible = "arm,gic-v3";
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 */