diff options
author | Lihua Yao <ylhuajnu@outlook.com> | 2019-09-10 13:22:28 +0000 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2019-10-08 22:45:20 +0200 |
commit | d60d0cff4ab01255b25375425745c3cff69558ad (patch) | |
tree | 98de6d827eb75193736654d7cb4185e1e1ddb813 /arch/arm/mach-qcom | |
parent | 56c126e87e2980d5e2ca5d77b28899f8521af9d7 (diff) | |
download | kernel_replicant_linux-d60d0cff4ab01255b25375425745c3cff69558ad.tar.gz kernel_replicant_linux-d60d0cff4ab01255b25375425745c3cff69558ad.tar.bz2 kernel_replicant_linux-d60d0cff4ab01255b25375425745c3cff69558ad.zip |
ARM: dts: s3c64xx: Fix init order of clock providers
fin_pll is the parent of clock-controller@7e00f000, specify
the dependency to ensure proper initialization order of clock
providers.
without this patch:
[ 0.000000] S3C6410 clocks: apll = 0, mpll = 0
[ 0.000000] epll = 0, arm_clk = 0
with this patch:
[ 0.000000] S3C6410 clocks: apll = 532000000, mpll = 532000000
[ 0.000000] epll = 24000000, arm_clk = 532000000
Cc: <stable@vger.kernel.org>
Fixes: 3f6d439f2022 ("clk: reverse default clk provider initialization order in of_clk_init()")
Signed-off-by: Lihua Yao <ylhuajnu@outlook.com>
Reviewed-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Diffstat (limited to 'arch/arm/mach-qcom')
0 files changed, 0 insertions, 0 deletions