From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751327AbcIBD0f (ORCPT ); Thu, 1 Sep 2016 23:26:35 -0400 Received: from mail-pf0-f179.google.com ([209.85.192.179]:34682 "EHLO mail-pf0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750974AbcIBD0b (ORCPT ); Thu, 1 Sep 2016 23:26:31 -0400 From: Chris Zhong To: heiko@sntech.de, dianders@chromium.org Cc: linux-rockchip@lists.infradead.org, zhengxing@rock-chips.com, ykk@rock-chips.com, Chris Zhong , devicetree@vger.kernel.org, Jianqun Xu , linux-kernel@vger.kernel.org, Rob Herring , Mark Rutland , Lin Huang Subject: [v2 PATCH 2/3] clk: rockchip: add dclk_vop_frac ids for vop Date: Thu, 1 Sep 2016 20:26:24 -0700 Message-Id: <1472786785-2393-2-git-send-email-zyw@rock-chips.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1472786785-2393-1-git-send-email-zyw@rock-chips.com> References: <1472786785-2393-1-git-send-email-zyw@rock-chips.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Yakir Yang Export the dclk_vop_frac out, so we can set the dclk_vop as the child of dclk_vop_frac, and then we can start to take use of the fractional dividers. Signed-off-by: Xing Zheng Signed-off-by: Yakir Yang Signed-off-by: Chris Zhong --- include/dt-bindings/clock/rk3399-cru.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/dt-bindings/clock/rk3399-cru.h b/include/dt-bindings/clock/rk3399-cru.h index ce5f3e9..220a60f 100644 --- a/include/dt-bindings/clock/rk3399-cru.h +++ b/include/dt-bindings/clock/rk3399-cru.h @@ -138,6 +138,8 @@ #define DCLK_VOP0_DIV 182 #define DCLK_VOP1_DIV 183 #define DCLK_M0_PERILP 184 +#define DCLK_VOP0_FRAC 185 +#define DCLK_VOP1_FRAC 186 #define FCLK_CM0S 190 -- 1.9.1