From patchwork Fri Sep 16 18:33:08 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 76418 Delivered-To: patch@linaro.org Received: by 10.140.106.72 with SMTP id d66csp632865qgf; Fri, 16 Sep 2016 11:34:02 -0700 (PDT) X-Received: by 10.194.84.67 with SMTP id w3mr15172265wjy.148.1474050842305; Fri, 16 Sep 2016 11:34:02 -0700 (PDT) Return-Path: Received: from theia.denx.de (theia.denx.de. [85.214.87.163]) by mx.google.com with ESMTP id a9si4593758wje.165.2016.09.16.11.34.01; Fri, 16 Sep 2016 11:34:02 -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 1A296A7527; Fri, 16 Sep 2016 20:33:51 +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 Dvt4oZqMvOTE; Fri, 16 Sep 2016 20:33:50 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 91827A7548; Fri, 16 Sep 2016 20:33:42 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 578C74B6B3 for ; Fri, 16 Sep 2016 20:33:32 +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 jUjm8BKFxyuZ for ; Fri, 16 Sep 2016 20:33:32 +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-07.nifty.com (conuserg-07.nifty.com [210.131.2.74]) by theia.denx.de (Postfix) with ESMTPS id 431C34B979 for ; Fri, 16 Sep 2016 20:33:27 +0200 (CEST) Received: from grover.sesame (FL1-111-169-71-157.osk.mesh.ad.jp [111.169.71.157]) (authenticated) by conuserg-07.nifty.com with ESMTP id u8GIXENR003360; Sat, 17 Sep 2016 03:33:22 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-07.nifty.com u8GIXENR003360 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1474050802; bh=b3l+J54L8N2zPoFqtQozwXOqOS6zf3SKvKBwyT0kTRE=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Dc4EOH9XrwlOz/d2ShythExPfIgfF/r41R6O4eWcOid4ClCldPEpO17GdodWroaNv wt9SROyZq+bvUs+Ccq4pYrtf1kkA4DM2i8+ruq0jB9MOFaiFLQjKJm0mNp7w4WDsKJ 1YG9Z+iO0yB0Su7i9fnntmzu+d8OlgfkCEgPRsjHxD2+deUOTaFMTVyqRtOdFnDQRb EZhJyMzEDmYnHkPABfhGgjYsAsu5CdpdnRZRWjEVesIaO7WT9UMx5NQSBQUe5hvV16 uuEb657aCePD6Vki+hCm/dJeSLZhIDQluu0Iohx7mgFwXzntXvLO+fpAUgBR5/zNcu gIk37lkVdnlxQ== X-Nifty-SrcIP: [111.169.71.157] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Sat, 17 Sep 2016 03:33:08 +0900 Message-Id: <1474050792-23218-12-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1474050792-23218-1-git-send-email-yamada.masahiro@socionext.com> References: <1474050792-23218-1-git-send-email-yamada.masahiro@socionext.com> Subject: [U-Boot] [PATCH 11/15] ARM: uniphier: rename CONFIG_DPLL_SSC_RATE_1PER 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" Basically, this should not be configured by users. Signed-off-by: Masahiro Yamada --- arch/arm/mach-uniphier/pll/pll-init-sld8.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 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/pll/pll-init-sld8.c b/arch/arm/mach-uniphier/pll/pll-init-sld8.c index b26106e..8b6a67c 100644 --- a/arch/arm/mach-uniphier/pll/pll-init-sld8.c +++ b/arch/arm/mach-uniphier/pll/pll-init-sld8.c @@ -36,7 +36,7 @@ static void dpll_init(void) */ tmp = readl(SC_DPLLCTRL); tmp &= ~0x3ff07fff; -#ifdef CONFIG_DPLL_SSC_RATE_1PER +#ifdef DPLL_SSC_RATE_1PER tmp |= 0x084018bf; #else tmp |= 0x084031a6;