From patchwork Mon Jun 6 10:13:02 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: huang lin X-Patchwork-Id: 9159655 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id CDF3560572 for ; Tue, 7 Jun 2016 00:41:25 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id BE5CB28326 for ; Tue, 7 Jun 2016 00:41:25 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id B28BC28352; Tue, 7 Jun 2016 00:41:25 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=2.0 tests=BAYES_00, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 65E0028326 for ; Tue, 7 Jun 2016 00:41:25 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 163BB6E691; Tue, 7 Jun 2016 00:41:01 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-pf0-f193.google.com (mail-pf0-f193.google.com [209.85.192.193]) by gabe.freedesktop.org (Postfix) with ESMTPS id ABCB16E3D1 for ; Mon, 6 Jun 2016 10:13:29 +0000 (UTC) Received: by mail-pf0-f193.google.com with SMTP id z187so3344255pfz.2 for ; Mon, 06 Jun 2016 03:13:29 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=Zor15ZpuuBryUT9P7QwXUcRlj5i3/shvBm5c7HqjlZ8=; b=jMaPtbb+o/ibZTtQQvSdnA9jb9sRpRyyVNnigxJu9lt9JueafbmsLhFECWS1VJfVVr cv5oxImoTv/wTzJeysDmdFlWmKj/Qqar8rmB/KD8CbSCrSCN4sEoyUym2CAZ2Blj9hEM zwnIqvzpGIn3jLK9d2x3H61ekTFPYKaveJk0WN0C/QGNIfSSq6g6yk8AvgYtG/jTl+Xa BiBcNNcExtQ9auyNPlLZ1ICUGuJ/pPkufWW9tgVO4z6xi2bnTm6KAOofx8rdRUSjSGx2 XWEwHV7Q1Iv/Qjrk7Oa5byQv6HOQJ0NnwHKsCIRX/5DjMW0v3Tvd8/eHuH0UkDp14dea S9bQ== X-Gm-Message-State: ALyK8tKwXIHFINBsApokXUalsVC/wpvarTjcn9C5upF7hQNVa58ZAVK+pZS1P4IsTHLPMA== X-Received: by 10.98.155.4 with SMTP id r4mr24801131pfd.1.1465208008812; Mon, 06 Jun 2016 03:13:28 -0700 (PDT) Received: from localhost.localdomain ([103.29.142.67]) by smtp.gmail.com with ESMTPSA id t65sm26421423pfb.37.2016.06.06.03.13.24 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 06 Jun 2016 03:13:28 -0700 (PDT) From: Lin Huang To: heiko@sntech.de, mark.yao@rock-chips.com, myungjoo.ham@samsung.com Subject: [RFC PATCH v2 2/6] clk: rockchip: rk3399: add SCLK_DDRCLK ID for ddrc Date: Mon, 6 Jun 2016 18:13:02 +0800 Message-Id: <1465207986-17888-3-git-send-email-hl@rock-chips.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1465207986-17888-1-git-send-email-hl@rock-chips.com> References: <1465207986-17888-1-git-send-email-hl@rock-chips.com> X-Mailman-Approved-At: Tue, 07 Jun 2016 00:40:40 +0000 Cc: Lin Huang , cw00.choi@samsung.com, mturquette@baylibre.com, dbasehore@chromium.org, sboyd@codeaurora.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, dianders@chromium.org, linux-rockchip@lists.infradead.org, kyungmin.park@samsung.com, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Lin Huang --- Changes in v2: - None Changes in v1: - None include/dt-bindings/clock/rk3399-cru.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/dt-bindings/clock/rk3399-cru.h b/include/dt-bindings/clock/rk3399-cru.h index 50a44cf..8a0f0442 100644 --- a/include/dt-bindings/clock/rk3399-cru.h +++ b/include/dt-bindings/clock/rk3399-cru.h @@ -131,6 +131,7 @@ #define SCLK_DPHY_RX0_CFG 165 #define SCLK_RMII_SRC 166 #define SCLK_PCIEPHY_REF100M 167 +#define SCLK_DDRCLK 168 #define DCLK_VOP0 180 #define DCLK_VOP1 181