]> git.dujemihanovic.xyz Git - u-boot.git/commit
arch: arm: use dt and UCLASS_IRQ to get gic details
authorRayagonda Kokatanur <rayagonda.kokatanur@broadcom.com>
Sun, 26 Jul 2020 17:07:32 +0000 (22:37 +0530)
committerTom Rini <trini@konsulko.com>
Wed, 29 Jul 2020 14:37:11 +0000 (10:37 -0400)
commita76bfe5693b7657d76b93422ec2dabca8e3a2180
tree08f851df933c924a02b46a66a4b4eec5c78401ac
parent7aa17569b0438e8987256ed135db3428ea5f8e04
arch: arm: use dt and UCLASS_IRQ to get gic details

Use device tree and UCLASS_IRQ driver to get following
Generic Interrupt Controller (GIC) details,

-GIC Distributor interface (GICD) base address and
-GIC Redistributors (GICR) base address.

Signed-off-by: Rayagonda Kokatanur <rayagonda.kokatanur@broadcom.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/arm/lib/gic-v3-its.c