* [PATCH] clocksource/drivers/exynos_mct: Enable building on ARTPEC
@ 2022-03-07 8:37 Vincent Whitchurch
2022-03-07 8:46 ` Krzysztof Kozlowski
0 siblings, 1 reply; 2+ messages in thread
From: Vincent Whitchurch @ 2022-03-07 8:37 UTC (permalink / raw)
To: krzysztof.kozlowski, Daniel Lezcano, Thomas Gleixner
Cc: kernel, alim.akhtar, linux-samsung-soc, linux-arm-kernel,
Vincent Whitchurch, linux-kernel
This timer block is used on ARTPEC-8.
Signed-off-by: Vincent Whitchurch <vincent.whitchurch@axis.com>
---
drivers/clocksource/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig
index ae95d06a4a8f..2ea981ef23af 100644
--- a/drivers/clocksource/Kconfig
+++ b/drivers/clocksource/Kconfig
@@ -419,7 +419,7 @@ config ATMEL_TCB_CLKSRC
config CLKSRC_EXYNOS_MCT
bool "Exynos multi core timer driver" if COMPILE_TEST
depends on ARM || ARM64
- depends on ARCH_EXYNOS || COMPILE_TEST
+ depends on ARCH_ARTPEC || ARCH_EXYNOS || COMPILE_TEST
help
Support for Multi Core Timer controller on Exynos SoCs.
--
2.34.1
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] clocksource/drivers/exynos_mct: Enable building on ARTPEC
2022-03-07 8:37 [PATCH] clocksource/drivers/exynos_mct: Enable building on ARTPEC Vincent Whitchurch
@ 2022-03-07 8:46 ` Krzysztof Kozlowski
0 siblings, 0 replies; 2+ messages in thread
From: Krzysztof Kozlowski @ 2022-03-07 8:46 UTC (permalink / raw)
To: Vincent Whitchurch, Daniel Lezcano, Thomas Gleixner
Cc: kernel, alim.akhtar, linux-samsung-soc, linux-arm-kernel,
linux-kernel
On 07/03/2022 09:37, Vincent Whitchurch wrote:
> This timer block is used on ARTPEC-8.
>
> Signed-off-by: Vincent Whitchurch <vincent.whitchurch@axis.com>
> ---
> drivers/clocksource/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig
> index ae95d06a4a8f..2ea981ef23af 100644
> --- a/drivers/clocksource/Kconfig
> +++ b/drivers/clocksource/Kconfig
> @@ -419,7 +419,7 @@ config ATMEL_TCB_CLKSRC
> config CLKSRC_EXYNOS_MCT
> bool "Exynos multi core timer driver" if COMPILE_TEST
> depends on ARM || ARM64
> - depends on ARCH_EXYNOS || COMPILE_TEST
> + depends on ARCH_ARTPEC || ARCH_EXYNOS || COMPILE_TEST
This looks ok, but please also provide compatible in the bindings (if
driver stays the same) on top of my patches specifying number of interrupts:
https://github.com/krzk/linux/commits/n/dt-bindings-exynos-mct-v2
Best regards,
Krzysztof
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-03-07 8:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-07 8:37 [PATCH] clocksource/drivers/exynos_mct: Enable building on ARTPEC Vincent Whitchurch
2022-03-07 8:46 ` Krzysztof Kozlowski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox