From patchwork Tue Jan 10 11:59:17 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jacob Chen X-Patchwork-Id: 9507047 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 54B8E606E1 for ; Tue, 10 Jan 2017 11:59:48 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 49A3628461 for ; Tue, 10 Jan 2017 11:59:48 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 3DFD8284C6; Tue, 10 Jan 2017 11:59:48 +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.4 required=2.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RCVD_IN_SORBS_SPAM 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 7DC7F28461 for ; Tue, 10 Jan 2017 11:59:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030333AbdAJL7o (ORCPT ); Tue, 10 Jan 2017 06:59:44 -0500 Received: from mail-pf0-f193.google.com ([209.85.192.193]:33815 "EHLO mail-pf0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1030332AbdAJL7o (ORCPT ); Tue, 10 Jan 2017 06:59:44 -0500 Received: by mail-pf0-f193.google.com with SMTP id y143so7629005pfb.1; Tue, 10 Jan 2017 03:59:43 -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; bh=WtiWQyrXFD/fjm58RfsXRAoe8T5LhMqUQK8Z3pf/pgk=; b=CoKlDRCYOGPqc7wOo/YJBzLtGBRUKTLYkMtFXe6rsy2yFTwz7EAiriwB+IfatYdFTF bwfng/VONTtBxrj4ooWMRDPWnzx4No5tl6aWcyLJRSGzucaMZvbmPFH/2Q/xzB5xENae HfQRYpUMqvV+gfKHs502NTWnUTvyf86Tm406ae7r1oJMk91vdI41KNZW5l0z9nTwdwEW x5Vi5X+qlvQzbtGfLVwzNStPa1zOsXQInAxiMEqSFx4VULNJb9EjE4c8r2IBO4GIWPJk zoi3ThYBHNnezB5VJrQck8yPWXkWlino6QElwGuRgRplMaLVQOd2S6FfbCKk1ioXJWLL PAXQ== X-Gm-Message-State: AIkVDXIK5+nMVpTXangfVO5G8P+SsoFnpSbOMtXoBoyDQryrk5103/gixsg23KlQ8YDTww== X-Received: by 10.99.8.133 with SMTP id 127mr3612571pgi.76.1484049583344; Tue, 10 Jan 2017 03:59:43 -0800 (PST) Received: from localhost.localdomain ([103.29.142.67]) by smtp.gmail.com with ESMTPSA id q190sm5230010pfb.51.2017.01.10.03.59.39 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 10 Jan 2017 03:59:42 -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 1/4] clk: rockchip: add rk3288 isp_in clock ids Date: Tue, 10 Jan 2017 19:59:17 +0800 Message-Id: <1484049560-14820-1-git-send-email-jacob-chen@iotwrt.com> X-Mailer: git-send-email 2.7.4 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 isp 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 9a586e2..08de7de 100644 --- a/include/dt-bindings/clock/rk3288-cru.h +++ b/include/dt-bindings/clock/rk3288-cru.h @@ -168,6 +168,7 @@ #define PCLK_WDT 368 #define PCLK_EFUSE256 369 #define PCLK_EFUSE1024 370 +#define PCLK_ISP_IN 371 /* hclk gates */ #define HCLK_GPS 448