Skip to content
Snippets Groups Projects
Commit 6c22742d authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

ARM: uniphier: enable SSC for DPLL (DRAM PLL) on LD11 SoC


For Electro-Magnetic Compatibility test.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent dacdb240
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,7 @@ void uniphier_ld11_pll_init(void)
uniphier_ld20_sscpll_ssc_en(SC_CPLLCTRL);
uniphier_ld20_sscpll_ssc_en(SC_MPLLCTRL);
uniphier_ld20_sscpll_ssc_en(SC_VSPLLCTRL);
uniphier_ld20_sscpll_ssc_en(SC_DPLLCTRL);
uniphier_ld20_vpll27_init(SC_VPLL27FCTRL);
uniphier_ld20_vpll27_init(SC_VPLL27ACTRL);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment