From patchwork Tue Jan 10 11:59:19 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jacob Chen X-Patchwork-Id: 9507073 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 6BD86606E1 for ; Tue, 10 Jan 2017 12:00:58 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 60FBD2022B for ; Tue, 10 Jan 2017 12:00:58 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 5598928461; Tue, 10 Jan 2017 12:00:58 +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=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0768B2022B for ; Tue, 10 Jan 2017 12:00:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030740AbdAJMAU (ORCPT ); Tue, 10 Jan 2017 07:00:20 -0500 Received: from mail-pf0-f196.google.com ([209.85.192.196]:33217 "EHLO mail-pf0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1030332AbdAJMAS (ORCPT ); Tue, 10 Jan 2017 07:00:18 -0500 Received: by mail-pf0-f196.google.com with SMTP id 127so28739854pfg.0; Tue, 10 Jan 2017 04:00:18 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=l9EAdTkNsbF3PzLcW8e2U4cZtapP2TeOoTg74FoyASA=; b=uIkVZCmZ4RIY6JP6xnL+3JGceL5DsRSSyJNFPzGAEw9UV0z2aa++WLuEdi50WM6AxE sQgcxWkFXUNC8hoXi075zHg1HRs4OKSxspyZ98labrPYfpINMSxWgIGBkl4BTlaLiNfb m5a3xZPJ8+PhwjNuxAC/fXAXmIRoT6s976o0apieTYZjflppH5OSol8+bmuB/+INR3XF DU4wThP6rZrivZN1RqM5eVOMP1t3q+f+6SOiEa6jZoed005ZllBfZJymXTtralvAkRQr iqzdzirfEje8aZbvDOZKEcryJbW48bY9Z3AzQ36TrnBeV78K5BYR5ftOF83OEntQn4lK k/8g== X-Gm-Message-State: AIkVDXIICxjwIuAuo4Ko7+HF5NX7/atgDcrviRRx/hRmcwkm9MGzq6P++wmpUDHOrA1HHA== X-Received: by 10.84.133.129 with SMTP id f1mr4390311plf.64.1484049617732; Tue, 10 Jan 2017 04:00:17 -0800 (PST) Received: from localhost.localdomain ([103.29.142.67]) by smtp.gmail.com with ESMTPSA id q190sm5230010pfb.51.2017.01.10.04.00.14 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 10 Jan 2017 04:00:16 -0800 (PST) From: Jacob Chen To: heiko@sntech.de, mturquette@baylibre.com, sboyd@codeaurora.org Cc: linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org, zhangqing@rock-chips.com, zhengxing@rock-chips.com, Jacob Chen Subject: [PATCH 3/4] clk: rockchip: add rk3288 cif_out clock ids Date: Tue, 10 Jan 2017 19:59:19 +0800 Message-Id: <1484049560-14820-3-git-send-email-jacob-chen@iotwrt.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1484049560-14820-1-git-send-email-jacob-chen@iotwrt.com> References: <1484049560-14820-1-git-send-email-jacob-chen@iotwrt.com> Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Add clock-ids for the cif block of the rk3288 Signed-off-by: Jacob Chen --- include/dt-bindings/clock/rk3288-cru.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/dt-bindings/clock/rk3288-cru.h b/include/dt-bindings/clock/rk3288-cru.h index 08de7de..128b191 100644 --- a/include/dt-bindings/clock/rk3288-cru.h +++ b/include/dt-bindings/clock/rk3288-cru.h @@ -88,6 +88,7 @@ #define SCLK_PVTM_GPU 124 #define SCLK_CRYPTO 125 #define SCLK_MIPIDSI_24M 126 +#define SCLK_CIF_OUT 127 #define SCLK_MAC 151 #define SCLK_MACREF_OUT 152