From: William Zhang Date: Wed, 24 Aug 2022 04:44:33 +0000 (-0700) Subject: timer: bcmbca: use arm global timer for bcm63138 SoC X-Git-Tag: v2025.01-rc5-pxa1908~1228^2 X-Git-Url: http://git.dujemihanovic.xyz/html/index.html?a=commitdiff_plain;h=21545a8cbf9ef3c47a1a8c347ad31e759b00b0c7;p=u-boot.git timer: bcmbca: use arm global timer for bcm63138 SoC As STI timer is renamed to ARM A9 global timer, change BCM63138 to use the new global timer config symbol name. This patch applies on top of the my previous patch [1]. [1]: https://lists.denx.de/pipermail/u-boot/2022-August/491060.html Signed-off-by: William Zhang --- diff --git a/arch/arm/mach-bcmbca/Kconfig b/arch/arm/mach-bcmbca/Kconfig index 27b243cbc3..62b371612b 100644 --- a/arch/arm/mach-bcmbca/Kconfig +++ b/arch/arm/mach-bcmbca/Kconfig @@ -29,7 +29,7 @@ config BCM4912 config BCM63138 bool "Support for Broadcom 63138 Family" select TIMER - select STI_TIMER + select ARM_GLOBAL_TIMER select CPU_V7A select DM_SERIAL select BCM6345_SERIAL