From mboxrd@z Thu Jan 1 00:00:00 1970 From: 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> References: <1484049560-14820-1-git-send-email-jacob-chen@iotwrt.com> Return-path: In-Reply-To: <1484049560-14820-1-git-send-email-jacob-chen@iotwrt.com> Sender: linux-kernel-owner@vger.kernel.org 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 List-Id: linux-rockchip.vger.kernel.org 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 -- 2.7.4