Skip to content
Commit e715eb2e authored by Catalin Marinas's avatar Catalin Marinas
Browse files

vexpress: Initialise the sysregs before setting up the clocks

Following arm64 commit bc3ee18a

 (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.

Signed-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
Tested-by: default avatarWill Deacon <will.deacon@arm.com>
Acked-by: default avatarWill Deacon <will.deacon@arm.com>
Tested-by: default avatarPawel Moll <pawel.moll@arm.com>
Acked-by: default avatarPawel Moll <pawel.moll@arm.com>
Cc: Mike Turquette <mturquette@linaro.org>
parent 7a8d1ec1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment