clk: rockchip: add binding id for ARMCLK
From: Heiko Stuebner <heiko@...> Date: Fri, 5 Sep 2014 11:28:12 +0200
Commit-Message
Signed-off-by: Heiko Stuebner <heiko@...>
Patch-Comment
include/dt-bindings/clock/rk3188-cru-common.h | 1 + include/dt-bindings/clock/rk3288-cru.h | 1 + 2 files changed, 2 insertions(+)
Statistics
- 2 lines added
- 0 lines removed
Changes
---------------- include/dt-bindings/clock/rk3188-cru-common.h -----------------
index 750ee60..6a37050 100644
@@ -20,6 +20,7 @@
#define PLL_GPLL 4
#define CORE_PERI 5
#define CORE_L2C 6
+#define ARMCLK 7
/* sclk gates (special clocks) */
#define SCLK_UART0 64
-------------------- include/dt-bindings/clock/rk3288-cru.h --------------------
index ebcb460..8f75bf0 100644
@@ -19,6 +19,7 @@
#define PLL_CPLL 3
#define PLL_GPLL 4
#define PLL_NPLL 5
+#define ARMCLK 6
/* sclk gates (special clocks) */
#define SCLK_GPU 64