From patchwork Fri Oct 28 10:21:36 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chen-Yu Tsai X-Patchwork-Id: 688340 X-Patchwork-Delegate: hdegoede@redhat.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 3t50Sc6XP9z9t0X for ; Fri, 28 Oct 2016 21:32:32 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 8C9CEA7636; Fri, 28 Oct 2016 12:31:49 +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 vUNWrL_NzvMm; Fri, 28 Oct 2016 12:31:49 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 1E815B3836; Fri, 28 Oct 2016 12:31:17 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 080974B656 for ; Fri, 28 Oct 2016 12:30:56 +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 aMz1JqFbOVgh for ; Fri, 28 Oct 2016 12:30:55 +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 wens.csie.org (mirror2.csie.ntu.edu.tw [140.112.30.76]) by theia.denx.de (Postfix) with ESMTPS id DF6D84B98B for ; Fri, 28 Oct 2016 12:30:54 +0200 (CEST) Received: by wens.csie.org (Postfix, from userid 1000) id 6EF4C5FA44; Fri, 28 Oct 2016 18:21:39 +0800 (CST) From: Chen-Yu Tsai To: u-boot@lists.denx.de Date: Fri, 28 Oct 2016 18:21:36 +0800 Message-Id: <20161028102138.8678-10-wens@csie.org> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20161028102138.8678-1-wens@csie.org> References: <20161028102138.8678-1-wens@csie.org> Cc: linux-sunxi@googlegroups.com, Philipp Tomsich , Klaus Goger Subject: [U-Boot] [PATCH 09/11] sunxi: Add default zq value for sun9i (A80) 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" Both the A80 Optimus board and the Cubieboard 4 use a zq value of 4145117, or 0x3f3fdd. Signed-off-by: Chen-Yu Tsai --- board/sunxi/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig index 5cca1eae73b3..e1d4ab148f08 100644 --- a/board/sunxi/Kconfig +++ b/board/sunxi/Kconfig @@ -163,6 +163,7 @@ config DRAM_ZQ int "sunxi dram zq value" default 123 if MACH_SUN4I || MACH_SUN5I || MACH_SUN6I || MACH_SUN8I default 127 if MACH_SUN7I + default 4145117 if MACH_SUN9I ---help--- Set the dram zq value.