From: heiko@sntech.de (Heiko Stuebner)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 7/8] clk: rockchip: add binding id for ARMCLK
Date: Fri, 26 Sep 2014 20:53:10 +0200 [thread overview]
Message-ID: <1411757591-16142-8-git-send-email-heiko@sntech.de> (raw)
In-Reply-To: <1411757591-16142-1-git-send-email-heiko@sntech.de>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Reviewed-by: Doug Anderson <dianders@chromium.org>
---
include/dt-bindings/clock/rk3188-cru-common.h | 1 +
include/dt-bindings/clock/rk3288-cru.h | 1 +
2 files changed, 2 insertions(+)
diff --git a/include/dt-bindings/clock/rk3188-cru-common.h b/include/dt-bindings/clock/rk3188-cru-common.h
index 750ee60..6a37050 100644
--- a/include/dt-bindings/clock/rk3188-cru-common.h
+++ b/include/dt-bindings/clock/rk3188-cru-common.h
@@ -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
diff --git a/include/dt-bindings/clock/rk3288-cru.h b/include/dt-bindings/clock/rk3288-cru.h
index 750e558..100a08c 100644
--- a/include/dt-bindings/clock/rk3288-cru.h
+++ b/include/dt-bindings/clock/rk3288-cru.h
@@ -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
--
2.1.0
next prev parent reply other threads:[~2014-09-26 18:53 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-26 18:53 [PATCH v4 0/8] ARM: rockchip: add cpuclk handling - clock-tree part Heiko Stuebner
2014-09-26 18:53 ` [PATCH v4 1/8] clk: rockchip: change pll rate without a clk-notifier Heiko Stuebner
2014-09-26 18:53 ` [PATCH v4 2/8] clk: rockchip: fix rk3066 pll status register location Heiko Stuebner
2014-09-26 18:53 ` [PATCH v4 3/8] clk: rockchip: fix rk3288 " Heiko Stuebner
2014-09-26 18:53 ` [PATCH v4 4/8] clk: rockchip: reparent aclk_cpu_pre to the gpll Heiko Stuebner
2014-09-26 18:53 ` [PATCH v4 5/8] clk: rockchip: make tightly bound armclk child-clocks read-only Heiko Stuebner
2014-09-26 18:53 ` [PATCH v4 6/8] clk: rockchip: add new clock-type for the cpuclk Heiko Stuebner
2014-09-26 20:03 ` Doug Anderson
2014-09-26 20:43 ` [PATCH v4.1 " Heiko Stübner
2014-09-26 20:51 ` [PATCH v4.2 " Heiko Stübner
2014-09-26 18:53 ` Heiko Stuebner [this message]
2014-09-26 18:53 ` [PATCH v4 8/8] clk: rockchip: switch to using the new cpuclk type for armclk Heiko Stuebner
2014-09-26 23:36 ` [PATCH v4 0/8] ARM: rockchip: add cpuclk handling - clock-tree part Mike Turquette
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1411757591-16142-8-git-send-email-heiko@sntech.de \
--to=heiko@sntech.de \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).