From patchwork Fri Jul 29 07:56:57 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: huang lin X-Patchwork-Id: 9252225 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 10D13601C0 for ; Fri, 29 Jul 2016 07:59:24 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 037AC27F88 for ; Fri, 29 Jul 2016 07:59:24 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id EB06027F96; Fri, 29 Jul 2016 07:59:23 +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 A926A27F88 for ; Fri, 29 Jul 2016 07:59:22 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 5859C6E920; Fri, 29 Jul 2016 07:59:06 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-pa0-f67.google.com (mail-pa0-f67.google.com [209.85.220.67]) by gabe.freedesktop.org (Postfix) with ESMTPS id 28B776E924 for ; Fri, 29 Jul 2016 07:57:26 +0000 (UTC) Received: by mail-pa0-f67.google.com with SMTP id ez1so4820588pab.3 for ; Fri, 29 Jul 2016 00:57:26 -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=9PI1Rj9v/7UkUG3+Jtxru6dI8NLWSaJE3ara9bvsUko=; b=c98Y+bhkyXA2aSxfGTL7uWTjsv2wZpdZr03iQJgT3hH4A3mENjlXsCiwCz1R7YxgT4 pgxTd2MNf/7bkOOL8Tc1ppvQoH1bnVlkA8jJrNZoWNd6tzOPwUlbFzmmynqisXBVVQmy +eQlXBI4ZaO/NNyQf0hJR0vNtbwwpArPQ9fX9SB1w516r6c5EGYvO27NBNfr9Se1o33q MvJL6PD76STTeV+IvrT2IbKN9/ahGzF/kyugc1NIPAzqWXdFWhRffhNnVZs3AiCO4UZV +k/wiMLGL+43xGE8usATzQhNP5ClB1IXDTJLAUqgYKmgpncjY75ExxHVs9/dsFRqnngG ef/g== X-Gm-Message-State: AEkooutB4+kEgkiP4cSNS0JuNAshT0X2vhF2LYz8ebkMQTacpPFQiPORtRgxyyRKSSpQww== X-Received: by 10.66.154.232 with SMTP id vr8mr66376574pab.104.1469779044579; Fri, 29 Jul 2016 00:57:24 -0700 (PDT) Received: from localhost.localdomain ([103.29.142.67]) by smtp.gmail.com with ESMTPSA id g13sm22473077pfb.7.2016.07.29.00.57.20 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 29 Jul 2016 00:57:23 -0700 (PDT) From: Lin Huang To: heiko@sntech.de, cw00.choi@samsung.com Subject: [PATCH v4 3/7] clk: rockchip: rk3399: add SCLK_DDRCLK ID for ddrc Date: Fri, 29 Jul 2016 15:56:57 +0800 Message-Id: <1469779021-10426-4-git-send-email-hl@rock-chips.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1469779021-10426-1-git-send-email-hl@rock-chips.com> References: <1469779021-10426-1-git-send-email-hl@rock-chips.com> X-Mailman-Approved-At: Fri, 29 Jul 2016 07:59:05 +0000 Cc: tixy@linaro.org, typ@rock-chips.com, Lin Huang , 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, myungjoo.ham@samsung.com, 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 v4: -None Changes in v3: -None 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