Re: [PATCHv3] clk: davinci: add COMPILE_TEST support

From: Rosen Penev

Date: Wed Sep 02 2026 - 18:27:50 EST


On Wed Sep 2, 2026 at 3:05 PM PDT, Brian Masney wrote:
> Hi Rosen,
>
> On Wed, Aug 12, 2026 at 11:40:01AM -0700, Rosen Penev wrote:
>> Add a driver-scoped Kconfig symbol for the DaVinci clock drivers so
>> they can be built through COMPILE_TEST without selecting the ARM
>> DaVinci platform symbols.
>>
>> Keep the existing ARM platform behavior by defaulting the new symbol
>> from ARCH_DAVINCI, and use it for the davinci clock Makefile entries.
>> ARCH_DAVINCI_DA850 is the only remaining DaVinci platform symbol, so a
>> single COMMON_CLK_DAVINCI symbol suffices; the whole directory builds
>> together just fine.
>>
>> Assisted-by: Codex:GPT-5.5
>> Signed-off-by: Rosen Penev <rosenp@xxxxxxxxx>
>> Reviewed-by: Brian Masney <bmasney@xxxxxxxxxx>
>
> This doesn't apply against the latest clk tree. Can you post a new
> version that applies? I'll be able to pick it up.
Sent v4.
>
> Thanks,
>
> Brian