]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
ARM: uniphier: enable SSC for DPLL (DRAM PLL) on LD11 SoC
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 8 Oct 2016 04:25:23 +0000 (13:25 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 10 Oct 2016 01:03:23 +0000 (10:03 +0900)
For Electro-Magnetic Compatibility test.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arm/mach-uniphier/clk/pll-ld11.c

index 8a4a748cfdb240c3f04ccb975a578380c9c7aa92..7746deb72d1d1067ac1ca28d0313d2473e54ec34 100644 (file)
@@ -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);