Re: [PATCH v2 03/12] ARM: davinci: enable the clocksource driver for DT mode

From: David Lechner
Date: Mon Feb 04 2019 - 21:16:40 EST


On 2/4/19 11:17 AM, Bartosz Golaszewski wrote:
From: Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx>

Switch all davinci boards using device tree to using the new
clocksource driver: remove the previous OF_TIMER_DECLARE() from
mach-davinci and select davinci-timer to be built for
davinci_all_defconfig.

I don't see how this patch is related to davinci_all_defconfig.
It looks like the new driver is just selected when ARCH_DAVINCI
is selected in Kconfig.


Signed-off-by: Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx>
---