From patchwork Wed Jan 18 05:42:38 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jacob Chen X-Patchwork-Id: 9522633 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 625F7601C3 for ; Wed, 18 Jan 2017 05:43:28 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 517E328517 for ; Wed, 18 Jan 2017 05:43:28 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 45E2728581; Wed, 18 Jan 2017 05:43:28 +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=-3.7 required=2.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RCVD_IN_SORBS_SPAM autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 1343D28517 for ; Wed, 18 Jan 2017 05:43:28 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1cTj1p-00057g-K5; Wed, 18 Jan 2017 05:43:25 +0000 Received: from mail-pf0-f194.google.com ([209.85.192.194]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1cTj1l-00056g-Ea; Wed, 18 Jan 2017 05:43:23 +0000 Received: by mail-pf0-f194.google.com with SMTP id 19so333553pfo.3; Tue, 17 Jan 2017 21:43:00 -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=FJS7+X9mU2KXVQWSpZHuVqhC1dEo+pctZdiGqcbOdWQ=; b=JUAqkrULelbNCjZnAO8J6Ba/koX8KgSZgEHSVmriEssiqAchZCGNZk9FUW3yl5eBms 9C/gwJuK220YW2kE+OJhHLjGhRdOIJYY/PEWPwcunF6uR2CIFnQOoGha97zVXvLf94fb edhyqQDBxShhvgRHEE/bxiFZE4hvdyCqR15Pf7gYPNsoe6fim1B7CY4f9ZhBIq2BXN7J u+YUo2iEOxgfMWBJfSL/ZKjiMqX7ONcXB1P+4hkiJU0dqXc8/wRBKxDV2FFdmiGpkIhv eHG+pSYDMJG2TvTNVwajfIn70xBv/aql4JgfY3d1SHAriWZOQUPE5UROvtsi8LLyMWsZ +S0A== X-Gm-Message-State: AIkVDXLUf2O8d/NWjk5UfMyPqx6YzFEB51jzaoLMn+sqmwk79+Z38KyCHqrM6dpNHekSBg== X-Received: by 10.99.112.66 with SMTP id a2mr1902398pgn.43.1484718180130; Tue, 17 Jan 2017 21:43:00 -0800 (PST) Received: from localhost.localdomain ([103.29.142.67]) by smtp.gmail.com with ESMTPSA id e6sm60280919pgf.4.2017.01.17.21.42.55 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 17 Jan 2017 21:42:59 -0800 (PST) From: Jacob Chen To: heiko@sntech.de, mturquette@baylibre.com, sboyd@codeaurora.org Subject: [PATCH v2 1/3] clk: rockchip: add rk3288 vip_out clock ids Date: Wed, 18 Jan 2017 13:42:38 +0800 Message-Id: <1484718161-27702-1-git-send-email-jacob-chen@iotwrt.com> X-Mailer: git-send-email 2.7.4 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170117_214321_523934_35A2BE03 X-CRM114-Status: UNSURE ( 7.86 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: zhengxing@rock-chips.com, zhangqing@rock-chips.com, linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org, Jacob Chen , linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Add clock-ids for the vip 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..11183bf 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_VIP_OUT 127 #define SCLK_MAC 151 #define SCLK_MACREF_OUT 152