[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1410518004-19040-1-git-send-email-mark.yao@rock-chips.com>
Date: Fri, 12 Sep 2014 18:33:23 +0800
From: Mark yao <mark.yao@...k-chips.com>
To: Mike Turquette <mturquette@...aro.org>, heiko@...ech.de,
Rob Herring <robh+dt@...nel.org>,
Pawel Moll <pawel.moll@....com>,
Mark Rutland <mark.rutland@....com>,
Ian Campbell <ijc+devicetree@...lion.org.uk>,
Kumar Gala <galak@...eaurora.org>
Cc: devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
djkurtz@...omium.org, dianders@...omium.org, dkl@...k-chips.com,
eddie.cai@...k-chips.com, xjq@...k-chips.com, kfx@...k-chips.com,
huangtao@...k-chips.com, zyw@...k-chips.com, yxj@...k-chips.com,
cym@...k-chips.com, zhengsq@...k-chips.com,
caesar.wang@...k-chips.com, kever.yang@...k-chips.com,
Mark yao <mark.yao@...k-chips.com>
Subject: [PATCH] clk: rockchip: rk3288: add VOP1 softresets and rename VOP0 softresets
The rk3288 have two vop, and each vop has three softresets were axi_reset,
ahb_reset and dclk_reset.
Signed-off-by: Mark yao <mark.yao@...k-chips.com>
---
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 linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists