From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753226AbaILKdm (ORCPT ); Fri, 12 Sep 2014 06:33:42 -0400 Received: from va-smtp01.263.net ([54.88.144.211]:42761 "EHLO vasmtpcom.263.net" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751950AbaILKdl (ORCPT ); Fri, 12 Sep 2014 06:33:41 -0400 X-RL-SENDER: mark.yao@rock-chips.com X-FST-TO: mturquette@linaro.org X-SENDER-IP: 127.0.0.1 X-LOGIN-NAME: mark.yao@rock-chips.com X-UNIQUE-TAG: <8f8728f8664ef36a4c71fe5e16d5c9ae> X-ATTACHMENT-NUM: 0 X-DNS-TYPE: 1 From: Mark yao To: Mike Turquette , heiko@sntech.de, Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, djkurtz@chromium.org, dianders@chromium.org, dkl@rock-chips.com, eddie.cai@rock-chips.com, xjq@rock-chips.com, kfx@rock-chips.com, huangtao@rock-chips.com, zyw@rock-chips.com, yxj@rock-chips.com, cym@rock-chips.com, zhengsq@rock-chips.com, caesar.wang@rock-chips.com, kever.yang@rock-chips.com, Mark yao Subject: [PATCH] clk: rockchip: rk3288: add VOP1 softresets and rename VOP0 softresets Date: Fri, 12 Sep 2014 18:33:23 +0800 Message-Id: <1410518004-19040-1-git-send-email-mark.yao@rock-chips.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The rk3288 have two vop, and each vop has three softresets were axi_reset, ahb_reset and dclk_reset. Signed-off-by: Mark yao --- include/dt-bindings/clock/rk3288-cru.h | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/include/dt-bindings/clock/rk3288-cru.h b/include/dt-bindings/clock/rk3288-cru.h index ebcb460..4d65959 100644 --- a/include/dt-bindings/clock/rk3288-cru.h +++ b/include/dt-bindings/clock/rk3288-cru.h @@ -235,9 +235,9 @@ #define SRST_RGA_NIU 97 #define SRST_VIO0_NIU_AXI 98 #define SRST_VIO_NIU_AHB 99 -#define SRST_LCDC0_AXI 100 -#define SRST_LCDC0_AHB 101 -#define SRST_LCDC0_DCLK 102 +#define SRST_VOP0_AXI 100 +#define SRST_VOP0_AHB 101 +#define SRST_VOP0_DCLK 102 #define SRST_VIO1_NIU_AXI 103 #define SRST_VIP 104 #define SRST_RGA_CORE 105 @@ -276,3 +276,7 @@ #define SRST_USBHOST1_CON 140 #define SRST_USB_ADP 141 #define SRST_ACC_EFUSE 142 + +#define SRST_VOP1_AXI 176 +#define SRST_VOP1_AHB 177 +#define SRST_VOP1_DCLK 178 -- 1.9.1 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark yao Subject: [PATCH] clk: rockchip: rk3288: add VOP1 softresets and rename VOP0 softresets Date: Fri, 12 Sep 2014 18:33:23 +0800 Message-ID: <1410518004-19040-1-git-send-email-mark.yao@rock-chips.com> Return-path: Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Mike Turquette , heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org, Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, djkurtz-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org, dianders-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org, dkl-TNX95d0MmH7DzftRWevZcw@public.gmane.org, eddie.cai-TNX95d0MmH7DzftRWevZcw@public.gmane.org, xjq-TNX95d0MmH7DzftRWevZcw@public.gmane.org, kfx-TNX95d0MmH7DzftRWevZcw@public.gmane.org, huangtao-TNX95d0MmH7DzftRWevZcw@public.gmane.org, zyw-TNX95d0MmH7DzftRWevZcw@public.gmane.org, yxj-TNX95d0MmH7DzftRWevZcw@public.gmane.org, cym-TNX95d0MmH7DzftRWevZcw@public.gmane.org, zhengsq-TNX95d0MmH7DzftRWevZcw@public.gmane.org, caesar.wang-TNX95d0MmH7DzftRWevZcw@public.gmane.org, kever.yang-TNX95d0MmH7DzftRWevZcw@public.gmane.org, Mark yao List-Id: devicetree@vger.kernel.org The rk3288 have two vop, and each vop has three softresets were axi_reset, ahb_reset and dclk_reset. Signed-off-by: Mark yao --- include/dt-bindings/clock/rk3288-cru.h | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/include/dt-bindings/clock/rk3288-cru.h b/include/dt-bindings/clock/rk3288-cru.h index ebcb460..4d65959 100644 --- a/include/dt-bindings/clock/rk3288-cru.h +++ b/include/dt-bindings/clock/rk3288-cru.h @@ -235,9 +235,9 @@ #define SRST_RGA_NIU 97 #define SRST_VIO0_NIU_AXI 98 #define SRST_VIO_NIU_AHB 99 -#define SRST_LCDC0_AXI 100 -#define SRST_LCDC0_AHB 101 -#define SRST_LCDC0_DCLK 102 +#define SRST_VOP0_AXI 100 +#define SRST_VOP0_AHB 101 +#define SRST_VOP0_DCLK 102 #define SRST_VIO1_NIU_AXI 103 #define SRST_VIP 104 #define SRST_RGA_CORE 105 @@ -276,3 +276,7 @@ #define SRST_USBHOST1_CON 140 #define SRST_USB_ADP 141 #define SRST_ACC_EFUSE 142 + +#define SRST_VOP1_AXI 176 +#define SRST_VOP1_AHB 177 +#define SRST_VOP1_DCLK 178 -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html