]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: dts: ti: k3-j721s2: Fix overlapping GICD memory region
authorMatt Ranostay <mranostay@ti.com>
Fri, 17 Jun 2022 15:13:04 +0000 (08:13 -0700)
committerNishanth Menon <nm@ti.com>
Sat, 18 Jun 2022 01:23:56 +0000 (20:23 -0500)
commit6aeaaf543132b710c8c8112b867138a3f2d90297
tree9216f6ba5d52fa82cb68e78e840e651738995f0c
parentf040cca4b0da0180bf9de9141ef5c95f60f85182
arm64: dts: ti: k3-j721s2: Fix overlapping GICD memory region

GICD region was overlapping with GICR causing the latter to not map
successfully, and in turn the gic-v3 driver would fail to initialize.

This issue was hidden till commit 00fe6daa2d44 ("irqchip/gic-v3: Claim
iomem resources") replaced of_iomap() calls with of_io_request_and_map()
that internally called request_mem_region().

Respective console output before this patchset:

[    0.000000] GICv3: /bus@100000/interrupt-controller@1800000: couldn't map region 0

Fixes: 6401a6b1dfc8 ("arm64: dts: ti: Add initial support for J721S2 SoC")
Cc: linux-stable@vger.kernel.org
Cc: Marc Zyngier <maz@kernel.org>
Cc: Robin Murphy <robin.murphy@arm.com>
Cc: Nishanth Menon <nm@ti.com>
Signed-off-by: Matt Ranostay <mranostay@ti.com>
Acked-by: Marc Zyngier <maz@kernel.org>
Signed-off-by: Nishanth Menon <nm@ti.com>
Link: https://lore.kernel.org/r/20220617151304.446607-1-mranostay@ti.com
arch/arm64/boot/dts/ti/k3-j721s2-main.dtsi