Skip to content

Commit e56b4d4

Browse files
committed
Merge tag 'v5.9-clk-samsung-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/snawrocki/clk into clk-fixes
Pull a Samsung clk driver fix from Sylwester Nawrocki: - fix for a regression in v5.9-rc1 on Odroid XU3/XU4, i.e. booting failure due to the DRAM controller root clock being disabled * tag 'v5.9-clk-samsung-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/snawrocki/clk: clk: samsung: Keep top BPLL mux on Exynos542x enabled
2 parents d2249bf + 0212a04 commit e56b4d4

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

drivers/clk/samsung/clk-exynos5420.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1655,6 +1655,11 @@ static void __init exynos5x_clk_init(struct device_node *np,
16551655
* main G3D clock enablement status.
16561656
*/
16571657
clk_prepare_enable(__clk_lookup("mout_sw_aclk_g3d"));
1658+
/*
1659+
* Keep top BPLL mux enabled permanently to ensure that DRAM operates
1660+
* properly.
1661+
*/
1662+
clk_prepare_enable(__clk_lookup("mout_bpll"));
16581663

16591664
samsung_clk_of_add_provider(np, ctx);
16601665
}

0 commit comments

Comments
 (0)