From patchwork Mon Feb 22 22:11:28 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Bob X-Patchwork-Id: 1443317 X-Patchwork-Delegate: andre.przywara@arm.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.denx.de (client-ip=85.214.62.61; helo=phobos.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4DkxTb5VJyz9sS8 for ; Tue, 23 Feb 2021 09:20:42 +1100 (AEDT) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 726F482977; Mon, 22 Feb 2021 23:20:34 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=najdan.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by phobos.denx.de (Postfix, from userid 109) id A5B5282981; Mon, 22 Feb 2021 23:11:34 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on phobos.denx.de X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from mx.najdan.com (mx.najdan.com [208.89.87.111]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 92C3782971 for ; Mon, 22 Feb 2021 23:11:31 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=najdan.com Authentication-Results: phobos.denx.de; spf=none smtp.mailfrom=bob@najdan.com Received: from [192.168.0.100] ([208.89.84.252]) (authenticated bits=0) by mx.najdan.com (8.14.7/8.14.7) with ESMTP id 11MMBSYT025929 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Mon, 22 Feb 2021 17:11:29 -0500 To: u-boot@lists.denx.de From: Bob Subject: [PATCH 1/1] pinephone_defconfig: lower DRAM clock to 528 Message-ID: <90ffcdf0-4db0-c1b0-5e0d-d7a8ac9d6676@najdan.com> Date: Mon, 22 Feb 2021 17:11:28 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.0 MIME-Version: 1.0 Content-Language: en-US X-Mailman-Approved-At: Mon, 22 Feb 2021 23:20:32 +0100 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.102.3 at phobos.denx.de X-Virus-Status: Clean Lower DRAM clock speed to the official speed for the pinephone design: 528 Signed-off-by: Bobby The Builder Tested-by:, then add this to the patch. ---  configs/pinephone_defconfig | 2 +-  1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/pinephone_defconfig b/configs/pinephone_defconfig index d8ee930a69..702e2bdc14 100644 --- a/configs/pinephone_defconfig +++ b/configs/pinephone_defconfig @@ -4,7 +4,7 @@ CONFIG_SPL=y  CONFIG_PINEPHONE_LEDS=y  CONFIG_MACH_SUN50I=y  CONFIG_SUNXI_DRAM_LPDDR3_STOCK=y -CONFIG_DRAM_CLK=552 +CONFIG_DRAM_CLK=528  CONFIG_DRAM_ZQ=3881949  CONFIG_MMC_SUNXI_SLOT_EXTRA=2  CONFIG_PINEPHONE_DT_SELECTION=y