From patchwork Wed Oct 19 07:26:50 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 78198 Delivered-To: patch@linaro.org Received: by 10.140.97.247 with SMTP id m110csp106862qge; Wed, 19 Oct 2016 00:25:47 -0700 (PDT) X-Received: by 10.28.62.73 with SMTP id l70mr1348919wma.133.1476861947412; Wed, 19 Oct 2016 00:25:47 -0700 (PDT) Return-Path: Received: from theia.denx.de (theia.denx.de. [85.214.87.163]) by mx.google.com with ESMTP id z131si3226868wmz.35.2016.10.19.00.25.45; Wed, 19 Oct 2016 00:25:47 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 85.214.87.163 as permitted sender) client-ip=85.214.87.163; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@nifty.com; spf=pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 85.214.87.163 as permitted sender) smtp.mailfrom=u-boot-bounces@lists.denx.de Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 498B9A754A; Wed, 19 Oct 2016 09:25:38 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gR9rhHfoaq1n; Wed, 19 Oct 2016 09:25:37 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 4831CA7544; Wed, 19 Oct 2016 09:25:30 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id EEE67A7548 for ; Wed, 19 Oct 2016 09:25:05 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uRz2j5P2E_5b for ; Wed, 19 Oct 2016 09:25:01 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from conuserg-11.nifty.com (conuserg-11.nifty.com [210.131.2.78]) by theia.denx.de (Postfix) with ESMTPS id 78E5FA7544 for ; Wed, 19 Oct 2016 09:24:55 +0200 (CEST) Received: from beagle.diag.org (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-11.nifty.com with ESMTP id u9J7OOx6005814; Wed, 19 Oct 2016 16:24:28 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-11.nifty.com u9J7OOx6005814 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1476861868; bh=lWSwRV2BlMNeVvucEWdWfc3B85/zXb2vH0qUQ+2rD6A=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=cfMJJa+zdvfy8CBJPf9cBvTUqfSTZodkQIcUMH+cDXIOd+9l4aAApM7sR/5BYiAtT Wm7cG49bvEiQr/gCOYWBLdJr8N3vDHTm+dcKSQ1CJqr5cQwQXsH/RMf34RZn2WagfP erfvxxccDCK3vcIZBao2yxJYkF6bUtJ2986QjJ4CTIM00XI+aL2mMKVOGRBNNxxmZ8 IN4GWBLSIeGPELKwOKnLGZPwO/FEcTnuGT4J3Oy2KYhpoSK2W5zV87WzHGpSrwTNfd y7BoD4D8wd78xTWmzDD7DZ1q/aYSEljfKd2XnT27viofLX+BkIs72DEOiDtPyXAruB +apCICCIzfZNA== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Wed, 19 Oct 2016 16:26:50 +0900 Message-Id: <1476862011-17643-2-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1476862011-17643-1-git-send-email-yamada.masahiro@socionext.com> References: <1476862011-17643-1-git-send-email-yamada.masahiro@socionext.com> Cc: Albert Aribaud Subject: [U-Boot] [PATCH 2/2] ARM: uniphier: enable SSC for {C, S2, M, VP, GP}PLL for LD20 SoC X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" For Electro-Magnetic Compatibility. Signed-off-by: Masahiro Yamada --- arch/arm/mach-uniphier/clk/pll-ld20.c | 6 ++++++ 1 file changed, 6 insertions(+) -- 1.9.1 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot diff --git a/arch/arm/mach-uniphier/clk/pll-ld20.c b/arch/arm/mach-uniphier/clk/pll-ld20.c index 5e545da..fd68f31 100644 --- a/arch/arm/mach-uniphier/clk/pll-ld20.c +++ b/arch/arm/mach-uniphier/clk/pll-ld20.c @@ -24,6 +24,12 @@ int uniphier_ld20_pll_init(const struct uniphier_board_data *bd) mdelay(1); + uniphier_ld20_sscpll_ssc_en(SC_CPLLCTRL); + uniphier_ld20_sscpll_ssc_en(SC_SPLL2CTRL); + uniphier_ld20_sscpll_ssc_en(SC_MPLLCTRL); + uniphier_ld20_sscpll_ssc_en(SC_VPPLLCTRL); + uniphier_ld20_sscpll_ssc_en(SC_GPPLLCTRL); + if (dpll_ssc_rate > 0) { uniphier_ld20_sscpll_ssc_en(SC_DPLL0CTRL); uniphier_ld20_sscpll_ssc_en(SC_DPLL1CTRL);