]> git.baikalelectronics.ru Git - uboot.git/commit
clk: Allow clock defaults to be set also during re-reloc state
authorAndreas Dannenberg <dannenberg@ti.com>
Wed, 17 Oct 2018 08:13:14 +0000 (13:43 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 16 Nov 2018 18:34:36 +0000 (13:34 -0500)
commita906294154561fc5cebc582d45f1703a818feaef
tree2a05ed69173b0035068e9f0798d02181d5600868
parentc25c10fc913607c8ef6b9e241b6d653b9bb64f6f
clk: Allow clock defaults to be set also during re-reloc state

The earlier commit 20f64e78180 ("clk: implement clk_set_defaults()")
which introduced the functionality for setting clock defaults such as
rates and parents will skip the processing when executing in a re-reloc
state. This for example can prevent the assigning of clock parents
when running in SPL code. Go ahead and remove this limitation.

Signed-off-by: Andreas Dannenberg <dannenberg@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
drivers/clk/clk-uclass.c