[PATCH] vexpress: Initialise the sysregs before setting up the clocks
Catalin Marinas
catalin.marinas at arm.com
Thu May 1 14:46:10 PDT 2014
On 1 May 2014, at 21:16, Sergei Shtylyov <sergei.shtylyov at cogentembedded.com> wrote:
> On 05/01/2014 06:05 PM, Catalin Marinas wrote:
>
>> Following arm64 commit bc3ee18a7a57 (arm64: init: Move of_clk_init to
>> time_init()), vexpress_osc_of_setup() is called via of_clk_init() long
>> before initcalls are issued. Initialising the vexpress oscillators
>> requires the vespress sysregs to be already initialised, so this patch
>> adds an explicit call to vexpress_sysreg_of_early_init() in vexpress
>> oscillator setup function. In addition, vexpress_sysreg_init() is
>> changed to a device_initcall() as the core_initcall() is no longer
>> required.
>
> I don't see that last change in this patch…
Please see my reply to Tixy. I dropped the change but forgot the log.
Catalin
More information about the linux-arm-kernel
mailing list