diff options
author | Michael Walle <michael@walle.cc> | 2021-10-27 19:54:54 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-10-31 15:46:29 +0300 |
commit | 60b9b47d295b9f197d1dee2f893a8c49fcbee10e (patch) | |
tree | 8ca2f917d4f36abdd60ca5cda823e69b48565879 /arch/arm/Kconfig | |
parent | a84cea06bb8fff69810a890ac0e4b47ea5726512 (diff) | |
download | u-boot-60b9b47d295b9f197d1dee2f893a8c49fcbee10e.tar.xz |
Revert "arch: arm: use dt and UCLASS_SYSCON to get gic lpi details"
Stop using the device tree as a source for ad-hoc information.
This reverts commit 2ae7adc659f7fca9ea65df4318e5bca2b8274310.
Signed-off-by: Michael Walle <michael@walle.cc>
[trini: Also make board/broadcom/bcmns3/ns3.c fail clearly now]
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 02f8306f15..86c1ebde05 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -82,8 +82,6 @@ config GICV3 config GIC_V3_ITS bool "ARM GICV3 ITS" - select REGMAP - select SYSCON select IRQ help ARM GICV3 Interrupt translation service (ITS). |