Re: [Question] Ask for arm arch timer

From: Rob Herring
Date: Wed Oct 16 2013 - 08:59:34 EST


[adding Will and Catalin...]

On 10/16/2013 07:39 AM, Neil Zhang wrote:
> Hi Rob,
> I saw your following patch called clocksource_of_init() directly in time_init() for arm64.
> My question is that what should we do if there are some Soc special work need to be done before arch timer can be used?
> Thanks in advance.

If the timer itself is different, then you should have a different DT
compatible string which you can use to trigger additional initialization.

Integration level initialization like enabling clocks would need
something different as no machine descriptors exist for arm64.

Another option would be do the setup in secure world or the bootloader.

Can you be more specific what initialization is needed.

Rob

> commit 0583fe478a7d93be2c814b7e50d6e81c287edfe8
> Author: Rob Herring <rob.herring@xxxxxxxxxxx>
> Date: Wed Apr 10 18:27:51 2013 -0500
>
> ARM: convert arm/arm64 arch timer to use CLKSRC_OF init
>
>
> Best Regards,
> Neil Zhang
>
>

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/