From patchwork Tue Jun 6 18:44:46 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Philipp Tomsich X-Patchwork-Id: 771998 X-Patchwork-Delegate: sjg@chromium.org Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 3wj0z00fLWz9s7F for ; Wed, 7 Jun 2017 04:46:52 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id D898DC21C7A; Tue, 6 Jun 2017 18:45:38 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 86526C21C2B; Tue, 6 Jun 2017 18:45:05 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 34404C21C70; Tue, 6 Jun 2017 18:45:00 +0000 (UTC) Received: from mail.theobroma-systems.com (vegas.theobroma-systems.com [144.76.126.164]) by lists.denx.de (Postfix) with ESMTPS id 18A1FC21C39 for ; Tue, 6 Jun 2017 18:44:57 +0000 (UTC) Received: from [86.59.122.178] (port=34604 helo=android.lan) by mail.theobroma-systems.com with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA256:128) (Exim 4.80) (envelope-from ) id 1dIJTJ-0007Ym-7v; Tue, 06 Jun 2017 20:44:53 +0200 From: Philipp Tomsich To: u-boot@lists.denx.de Date: Tue, 6 Jun 2017 20:44:46 +0200 Message-Id: <1496774687-32611-3-git-send-email-philipp.tomsich@theobroma-systems.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1496774687-32611-1-git-send-email-philipp.tomsich@theobroma-systems.com> References: <1496774687-32611-1-git-send-email-philipp.tomsich@theobroma-systems.com> Cc: Jernej Skrabec , Hans de Goede , Klaus Goger , Stefan Roese , Philipp Tomsich Subject: [U-Boot] [PATCH v2 2/3] rockchip: dts: rk3399-puma: add DTS for the DDR3-1333 timing X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 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" This adds the DDR3-1333 timing via its own DTS and wires it up. This is not the default timing for the RK3399-Q7 and should be selected explicitly via the config (CONFIG_DEFAULT_DEVICE_TREE). Signed-off-by: Philipp Tomsich Acked-by: Simon Glass Acked-by: Simon Glass --- Changes in v2: - added rk3399-puma-ddr1333 for DDR3-1333 timing (replacing the #ifdef implementation) arch/arm/dts/Makefile | 1 + arch/arm/dts/rk3399-puma-ddr1333.dts | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 arch/arm/dts/rk3399-puma-ddr1333.dts diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index d9bb7f8..37962e2 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -43,6 +43,7 @@ dtb-$(CONFIG_ARCH_ROCKCHIP) += \ rk3328-evb.dtb \ rk3399-evb.dtb \ rk3399-firefly.dtb \ + rk3399-puma-ddr1333.dtb \ rk3399-puma-ddr1600.dtb \ rv1108-evb.dtb dtb-$(CONFIG_ARCH_MESON) += \ diff --git a/arch/arm/dts/rk3399-puma-ddr1333.dts b/arch/arm/dts/rk3399-puma-ddr1333.dts new file mode 100644 index 0000000..564de91 --- /dev/null +++ b/arch/arm/dts/rk3399-puma-ddr1333.dts @@ -0,0 +1,11 @@ +/* + * (C) Copyright 2017 Theobroma Systems Design und Consulting GmbH + * + * SPDX-License-Identifier: GPL-2.0+ X11 + */ + +/dts-v1/; + +#include "rk3399-puma.dtsi" +#include "rk3399-sdram-ddr3-1333.dtsi" +